[Bug]: Podcast playback stops on Android app #1070

Closed
opened 2026-04-24 23:31:05 +02:00 by adam · 2 comments
Owner

Originally created by @TravisRoy on GitHub (Apr 15, 2023).

Describe the issue

While listening to podcasts, they just stop with an error. This shows up in the logs on the server:

[2023-04-15 14:10:06] INFO: [Server] Socket M6A4N3SA4JBk5uy4AAA9 disconnected from client "travis" after 282917ms (Reason: transport close)
[2023-04-15 14:12:25] INFO: [Server] Socket Connected Q-ElTrhxXDaOJbHeAAA_
[2023-04-15 14:12:28] INFO: [PlaybackSessionManager] startSession: Closing open session "The Anthropocene Reviewed, Reviewed" for user "travis" (Device: Pixel 4 SDK 33 / v0.9.63-beta)
[2023-04-15 14:17:35] INFO: [Server] Socket Q-ElTrhxXDaOJbHeAAA_ disconnected from client "travis" after 309429ms (Reason: transport close)
[2023-04-15 14:18:29] INFO: [Server] Socket Connected aJabTwnJonZqFeawAABB
[2023-04-15 14:18:29] INFO: [PlaybackSessionManager] startSession: Closing open session "Plague" for user "travis" (Device: Pixel 4 SDK 33 / v0.9.63-beta)
[2023-04-15 14:23:33] INFO: [Server] Socket aJabTwnJonZqFeawAABB disconnected from client "travis" after 304268ms (Reason: transport close)
[2023-04-15 14:25:59] INFO: [Server] Socket Connected O9_uCcMcLLidr5HFAABD
[2023-04-15 14:26:00] INFO: [PlaybackSessionManager] startSession: Closing open session "Plague" for user "travis" (Device: Pixel 4 SDK 33 / v0.9.63-beta)

Steps to reproduce the issue

  1. Play podcast

Audiobookshelf version

2.2.18

How are you running audiobookshelf?

Docker

Originally created by @TravisRoy on GitHub (Apr 15, 2023). ### Describe the issue While listening to podcasts, they just stop with an error. This shows up in the logs on the server: [2023-04-15 14:10:06] INFO: [Server] Socket M6A4N3SA4JBk5uy4AAA9 disconnected from client "travis" after 282917ms (Reason: transport close) [2023-04-15 14:12:25] INFO: [Server] Socket Connected Q-ElTrhxXDaOJbHeAAA_ [2023-04-15 14:12:28] INFO: [PlaybackSessionManager] startSession: Closing open session "The Anthropocene Reviewed, Reviewed" for user "travis" (Device: Pixel 4 SDK 33 / v0.9.63-beta) [2023-04-15 14:17:35] INFO: [Server] Socket Q-ElTrhxXDaOJbHeAAA_ disconnected from client "travis" after 309429ms (Reason: transport close) [2023-04-15 14:18:29] INFO: [Server] Socket Connected aJabTwnJonZqFeawAABB [2023-04-15 14:18:29] INFO: [PlaybackSessionManager] startSession: Closing open session "Plague" for user "travis" (Device: Pixel 4 SDK 33 / v0.9.63-beta) [2023-04-15 14:23:33] INFO: [Server] Socket aJabTwnJonZqFeawAABB disconnected from client "travis" after 304268ms (Reason: transport close) [2023-04-15 14:25:59] INFO: [Server] Socket Connected O9_uCcMcLLidr5HFAABD [2023-04-15 14:26:00] INFO: [PlaybackSessionManager] startSession: Closing open session "Plague" for user "travis" (Device: Pixel 4 SDK 33 / v0.9.63-beta) ### Steps to reproduce the issue 1. Play podcast ### Audiobookshelf version 2.2.18 ### How are you running audiobookshelf? Docker
adam added the bug label 2026-04-24 23:31:05 +02:00
adam closed this issue 2026-04-24 23:31:06 +02:00
Author
Owner

@advplyr commented on GitHub (Apr 15, 2023):

These logs don't show anything useful unfortunately. Does this also happen on the web client? Does this happen with every podcast episode you try?
Do you have audiobooks that this also happens with? Can you provide any more information that might help us track down this error?

@advplyr commented on GitHub (Apr 15, 2023): These logs don't show anything useful unfortunately. Does this also happen on the web client? Does this happen with every podcast episode you try? Do you have audiobooks that this also happens with? Can you provide any more information that might help us track down this error?
Author
Owner

@TravisRoy commented on GitHub (Apr 15, 2023):

I turned on the following switches in my NGINX proxy setup, and that seems to have fixed it (Websockets was already on)

Screenshot 2023-04-15 at 4 18 42 PM
@TravisRoy commented on GitHub (Apr 15, 2023): I turned on the following switches in my NGINX proxy setup, and that seems to have fixed it (Websockets was already on) <img width="446" alt="Screenshot 2023-04-15 at 4 18 42 PM" src="https://user-images.githubusercontent.com/30446459/232251561-e9102b1e-78f1-491b-8bbe-58169ef5654b.png">
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#1070