-
Notifications
You must be signed in to change notification settings - Fork 0
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
Application sometimes freezes #44
Comments
@washed Is there a way to get a full trace for the librespot crate? |
@tmh-alex yep, you can adjust individual crate/module log levels with the RUST_LOG env var in the service file. |
Turned the box on in the morning with trace log level for the librespot crate enabled, placed tags on the read on occasion, and that's what I eventually got:
Couldn't analyze it yet, but two things stand out:
|
May be related to this librespot issue when playing 96 kbps files. Apparently some regression on the type definitions. Investigation and fix here, however, hasn't made it into the main branch yet. Will wait if the next release will fix my issue. |
Here's the logs from a failed session with the trace logging option on. |
Just checked the log file, and this doesn't seem to be related to the 96 kbps issue.
But I saw the error recently on a different issue. Tho I think it's a separate issue from the issue commented on from what I see here, but that's just a guess so far. |
@photovoltex Thank you for checking on our issue, very much appreciated! Unfortunately I'm now completely at a loss here, as the upstream issue you linked doesn't seem to be at work here either. I experienced a couple of freezes in the past 24 h, yet my router says it's been continuously connected to the internet for the past three days. |
The application sometimes freezes. May happen before the first song even played or after many hours. Won't read new tags or see an existing one disappear, volume buttons don't have an effect and produce no log output, already running songs would keep playing until the end (don't know about the behaviour of playlists). The raspi itself remains responsive and can be reached via ssh.
In the following are the last 5 lines of the drempelbox unit logs for three different crashes.
I trapped the
IncompleteFrame
error just like theTimeoutError
(see #40) but cannot tell if that changed anything about the frequency of the freezes. That is, I don't know if it's one possible cause.The text was updated successfully, but these errors were encountered: