Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI Error message object does not exist when last seen is empty #359

Closed
KarthikSubramanian2 opened this issue Sep 13, 2019 · 2 comments
Closed

Comments

@KarthikSubramanian2
Copy link

Though it doesn't impact any functionality, there is an error message that pops up when the last seen is empty on devices.

object does not exist(code:5)

lora-app-server version : 3.2.1

@KarthikSubramanian2
Copy link
Author

Analyzing the code, this is what it seems to be.

While displaying the downlink queue in the device details page, the device activation is being fetched from the database and the error appears when the device has not been activated.

https://github.com/brocaar/lora-app-server/blob/9614b996010b284fe08bdab019a0bc16d62a767e/internal/api/external/device_queue.go#L167

@brocaar
Copy link
Owner

brocaar commented Sep 17, 2019

Thanks, I have fixed this in the above commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants