Hello,
I have many times the following popup on the ihm with the latest loraserver version :
when i see the logs I can see the following error related 
time=“2018-03-22T10:07:57Z” level=info msg=“finished streaming call with code NotFound” error=“rpc error: code = NotFound desc = object does not exist” grpc.code=NotFound grpc.method=StreamFrameLogs grpc.service=api.Device grpc.start_time=“2018-03-22T10:07:57Z” grpc.time_ms=3.548 peer.address="[::1]:41588" span.kind=server system=grpc
An idea about the cause of the error ?
Thanks a lot !
That seems like you’re trying to open the frame logs for a device that doesn’t exist? E.g.
URL path: organizations/X/applications/Y/nodes/Z/frames
huum… no… all the platforme is totally up to date.
I have created my devices with this api call. I have maybe missed something in the body…
curl --insecure -X POST -H “grpc-metadata-authorization: “$KEY”” -H ‘content-type: application/x-www-form-urlencoded’ --data ‘{“appEUI”: "’$APP_EUI’“,“appKey”: “‘$APP_KEY’”,“applicationID”: “‘$APP_ID’”,“description”: “‘$ENTITY’ ‘${deveui: -4}’”,“devEUI”:”‘$deveui’",“deviceProfileID”: “3bc1ef32-7e0a-436c-b36d-5813d15ea949”}’ https://192.168.x.x:8080/api/devices
curl --insecure -X POST -H “grpc-metadata-authorization: “$KEY”” -H ‘content-type: application/x-www-form-urlencoded’ --data ‘{“devEUI”: "’$deveui’",“deviceKeys”: {“appKey”: “‘$APP_KEY’”}}’ https://192.168.x.x:8080/api/devices/$deveui/keys
I think I’ve found the possible issue. I think it is caused by the re-connect of the live frame-log websocket connection (web-interface issue). E.g. when I go to https://example.com/#/organizations/1/applications/1/nodes/0101010101010101/edit
, where 0101010101010101
does not exist, and then navigate to a different tab, I keep getting the above error message, as the websocket connection tries to keep reconnecting.
I’ve close all of my tabs and it seems better now. Did you want an issue on github ? or it’s a minor issue without fix ?
I’ve bookmarked this topic, will look into it asap 