-
Notifications
You must be signed in to change notification settings - Fork 186
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
Song doesn't play fully #673
Comments
Hey Ruben, Sorry for the late answer! I was in the holidays then sick, but I'm better now :) Since you haven't installed any transcoders, I'm assuming that your playback in the browser fails. Which browser are you using? Also, can you paste the output of the javascript console after the playback failed? |
The song does play. so i don't think its the transcoders. With some songs (not all) it plays to some spot (alsways the same spot) and then just resets. i was using chromium and there's not output as far as i can see. i just see another GET request |
I have the same problem. It begins the song and at a certain point it returns to the beginning. I haven't noticed a pattern in when it repeats, but I've noticed it also only on Chrome. I'm going to try to see if I can get any more information for you to track down the bug. output of cherrymusic --info:
|
Had the same issue for a while on Firefox for Linux, but then changed laptop and haven't noticed it since. The song loaded only partially and only continued if the playback almost reached the "end" and the tab with the player was the active one. Otherwise it would start playing again, loading the song again to some other new spot. This could go on for hours until you noticed that song wasn't actually that long. Couldn't find any related logs, could this be a browsers' way of handling memory for tabs in the background? |
sorry for breaking into old thread - I have this problem when streaming to my iPhone. In browser windows (remotely) it's going perfect. |
When i play any song the song plays for a couple of minutes and then proceeds to restart. it seems like it does some loading animation as well.
output of cherrymysic --info
$ cherrymusic --info
CherryMusic Server 0.40.0
CherryPy: 8.9.1
Python: CPython 3.6.1
Platform: Linux-4.9.20-std-1-armv7l-with-arch
configuration dir:
/home/panda/.config/cherrymusic
server data dir:
/home/panda/.local/share/cherrymusic
static resources dir:
/usr/share/cherrymusic/
server package dir:
/usr/lib/python3.6/site-packages/cherrymusicserver
process working dir:
/home/panda/Music
locale: ('en_US', 'UTF-8'), default: ('en_US', 'UTF-8')
filesystem encoding: utf-8
Available Decoders:
wav (cat)
Available Encoders:
mp3 (lame)
wav (cat)
Using the debugger it seems something is happening to progress that resets it to 0 (after first being set to something like 77)
The text was updated successfully, but these errors were encountered: