-
-
Notifications
You must be signed in to change notification settings - Fork 65
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 keeps refreshing itself when failed to load music files #141
Comments
I believe this is an issue because I need to update my music from time to time and I don't want it this hard because my operations are interrupted by page refreshing. |
Hmmm this is indeed not a normal behavior. What do you mean by refreshing? |
Here is the log: https://drive.google.com/file/d/1u7AxaGoQgbr_vDGz8kuSklwKCeuL1fBP/view?usp=sharing |
And by saying |
Thanks for your logs, I managed to reproduce/fix it. |
Here is how to trigger it:
Media root directory
and do a scan so there is some music in it.Play Queue
is not empty.I mean, it's okay to refresh the page when there are some errors. But it refreshes every second making it impossible to do another scan and fix everything. After like 10 minutes, I managed to:
Play Queue
page andClear
everything./home/pi/Music
to/home/pi/Music1
Force Full Scan
and everything is fixed.Can we make the server do not refresh when it cannot play the music? It could do a force refresh and cleanup the database instead.
The text was updated successfully, but these errors were encountered: