jellycli icon indicating copy to clipboard operation
jellycli copied to clipboard

Can't play certain albums

Open daniel-sousa-me opened this issue 9 months ago • 0 comments

Nothing happens when I try to play certain albums. This is the log:

[07:16:49.580] DEBUG GET /System/Info/Public: 200 (2 ms)
[07:16:49.581] DEBUG Connect to server sala, (id abda583b24fc41b4b04db2eb042a4a11)
[07:16:49.587] DEBUG GET /System/Info: 200 (6 ms)
[07:16:49.592] DEBUG GET /System/Info/Public: 200 (3 ms)
[07:16:49.594] DEBUG GET /System/Info/Public: 200 (1 ms)
[07:16:49.594] DEBUG Connected to sala version 10.8.11
[07:16:49.606] DEBUG Enable remote control
[07:16:49.617] DEBUG POST /Sessions/Capabilities/Full: 204 (10 ms)
[07:16:49.617]  INFO Websocket encryption disabled
[07:16:49.617] DEBUG connecting websocket to 127.0.0.1:8096
[07:16:49.618] DEBUG websocket connected
[07:16:49.618]  INFO Waiting for commands from server
[07:16:56.509]  INFO Too many songs for single query, split query: 46 total, 4 queries
[07:16:56.509] DEBUG Download songs [0, 15]
[07:16:56.527] DEBUG GET /Users/4bf3f8d231e74a8383ee699a0ff06365/Items: 200 (18 ms)
[07:16:56.528] DEBUG Download songs [15, 30]
[07:16:56.547] DEBUG GET /Users/4bf3f8d231e74a8383ee699a0ff06365/Items: 200 (19 ms)
[07:16:56.548] DEBUG Download songs [30, 45]
[07:16:56.566] DEBUG GET /Users/4bf3f8d231e74a8383ee699a0ff06365/Items: 200 (17 ms)
[07:16:56.567] DEBUG Download songs [45, 46]
[07:16:56.572] DEBUG GET /Users/4bf3f8d231e74a8383ee699a0ff06365/Items: 200 (5 ms)
[07:16:56.573] DEBUG received play event: PlayNow
[07:16:56.573]  INFO Stop audio
[07:16:56.573] ERROR stop: audio stream completed but streamer is nil
[07:16:56.576] DEBUG POST /Sessions/Playing/Stopped: 400 (2 ms)
[07:16:56.576] DEBUG Progress event: stop
[07:16:56.576] ERROR report audio progress to server: push progress: invalid request, code: 400, msg: {"type":"https://tools.ietf.org/html/rfc7231#section-6.5.1","title":"One or more validation errors occurred.","status":400,"traceId":"00-54e38e314964253d4d2d8e36a6050426-8bc30c8ed94b5725-00","errors":{"":["The supplied value is invalid."],"playbackStopInfo":["The playbackStopInfo field is required."]}}
[07:16:56.588] DEBUG Start buffered stream
[07:16:56.594] DEBUG GET /Users/4bf3f8d231e74a8383ee699a0ff06365/Items/9f0c98aee275e59c43ebc159963c4da4: 200 (5 ms)
[07:16:56.626] DEBUG GET /Users/4bf3f8d231e74a8383ee699a0ff06365/Items: 200 (32 ms)
[07:16:56.631] DEBUG GET /Users/4bf3f8d231e74a8383ee699a0ff06365/Items/9c2d52dc5c71e67e6b82d8d29d8a709b: 200 (3 ms)
[07:16:56.644] DEBUG GET /Users/4bf3f8d231e74a8383ee699a0ff06365/Items: 200 (12 ms)
[07:16:56.645] ERROR play track: decode audio stream: mp3: EOF```

daniel-sousa-me avatar Nov 09 '23 07:11 daniel-sousa-me