-
Notifications
You must be signed in to change notification settings - Fork 183
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
Server-side disconnect causes Basic Station to crash #31
Comments
Thanks for reporting this. I couldn't reproduce the problem on my pi3. |
I've just sent you an e-mail with login details for an environment where you can reproduce the issue. |
Thank you, Orne. I was able to reproduce the problem on my Pi3 replicating the settings you are using. The problem is rooted in a bug which surfaces when the JoinEui filter list is parsed. This will be fixed in the next release. Until then, the JoinEui filtering feature should not be used. The recommended way is to leave out the |
Hi @beitler , Do you mean, we should leave out the JoinEui field in gateway_bridge.toml ? |
If that has the effect that the |
it's really weard ! Gateway bridge conf : [general] But i still see the filter on ./station log :
Maybe there is somthing else to configure ! |
Judging by the log
apparently the JoinEui list is still sent. |
right ! thanks for your help :) |
Hi, Fixed by 817e6e1, release V2.0.4. |
This is probably a bug.
I noticed that the Basic Station crashes when the server closes the Websocket connection (e.g. because read timeout, termination / restart of the LNS, ...). The following log is printed:
I have compiled the latest (c29b850) release on a Raspberry Pi 3.
Edit:
The same error also happens when the Basic Station fails to start the concentrator:
The text was updated successfully, but these errors were encountered: