You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gonic version: 0.16.4 - docker tag : latest (arm64)
Hi, I'm facing an issue with jukebox and long playlists, it seems that if more than x (working at 500ish tracks, not at 700) tracks are added to the mpv playlist it crashes mpv and the jukebox is dead until gonic docker is restarted.
The gonic logs are not relevant (nothing special) but the mpv logs shows that the ipc socket might be the problem (approx 700 tracks):
--- lots of similar lines, one for each track added ---
[ 422.775][d][global] state path: 'watch_later' -> '-'
[ 422.775][d][global] state path: 'watch_later' -> '-'
[ 422.775][d][cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="append", value="osc-margins=0.000000,0.000000,0.000000,0.000000"]
[ 422.775][v][cplayer] Set property: shared-script-properties -> 1
[ 422.775][v][cplayer] Set property: user-data/osc/margins={"t":0,"b":0,"r":0,"l":0} -> 1
[ 422.779][d][cplayer] Run command: playlist-move, flags=64, args=[index1="0", index2="442"]
[ 422.809][d][osc] osc_init
[ 422.809][d][cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="append", value="osc-margins=0.000000,0.000000,0.000000,0.000000"]
[ 422.809][v][cplayer] Set property: shared-script-properties -> 1
[ 422.809][v][cplayer] Set property: user-data/osc/margins={"t":0,"b":0,"r":0,"l":0} -> 1
[ 423.001][e][ipc_0] Read error (Connection reset by peer)
[ 423.001][d][ipc_0] Exiting...
The same mpv logs shows that when everything works (that was around 500 tracks):
I don't know if it's a recent change in gonic's code or something else, I'm used to play long playlist on shuffle and I don't recall having problem before. I'd be glad to help if I can !
The text was updated successfully, but these errors were encountered:
gonic version: 0.16.4 - docker tag : latest (arm64)
Hi, I'm facing an issue with jukebox and long playlists, it seems that if more than x (working at 500ish tracks, not at 700) tracks are added to the mpv playlist it crashes mpv and the jukebox is dead until gonic docker is restarted.
The gonic logs are not relevant (nothing special) but the mpv logs shows that the ipc socket might be the problem (approx 700 tracks):
The same mpv logs shows that when everything works (that was around 500 tracks):
I'm adding tracks to the playlist via DSub and Play Last
My compose file is not that fancy:
I don't know if it's a recent change in gonic's code or something else, I'm used to play long playlist on shuffle and I don't recall having problem before. I'd be glad to help if I can !
The text was updated successfully, but these errors were encountered: