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

Client stops decoding packets with "Failed to send decoded packet: channel closed" #444

Open
KodinLanewave opened this issue Jan 12, 2024 · 2 comments
Labels
needs investigation Needs more investigation before triage

Comments

@KodinLanewave
Copy link

After a while, the client stops decoding updates and sends the following to console:

called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[2024-01-12T00:08:56Z ERROR meshtastic::connections::stream_buffer] Failed to send decoded packet: channel closed
[2024-01-12T00:09:00Z ERROR meshtastic::connections::stream_buffer] Failed to send decoded packet: channel closed
[2024-01-12T00:09:11Z ERROR meshtastic::connections::stream_buffer] Failed to send decoded packet: channel closed
[2024-01-12T00:09:17Z ERROR meshtastic::connections::stream_buffer] Failed to send decoded packet: channel closed
[2024-01-12T00:09:45Z ERROR meshtastic::connections::stream_buffer] Failed to send decoded packet: channel closed

This is when connected to a t-beam via wifi. (serial doesn't work at all as the wrong dev list is populated on Ubuntu)

@ajmcquilkin
Copy link
Member

Interesting, thanks for the report! How long does it take (approximately) for this to happen?

@KodinLanewave
Copy link
Author

@ajmcquilkin Approximately 5-10 minutes or so. Somewhat random.

@ajmcquilkin ajmcquilkin added the needs investigation Needs more investigation before triage label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs investigation Needs more investigation before triage
Projects
None yet
Development

No branches or pull requests

2 participants