[Bug]: android app crash on start after upgrading to 2.23.0 #2799

Closed
opened 2026-04-25 00:10:45 +02:00 by adam · 4 comments
Owner

Originally created by @joutain on GitHub (May 25, 2025).

What happened?

android app crash on start after upgrading to 2.23.0

webui showing properly result.

installed on Synology NAS with docker, working just fine until the upgrade.

What did you expect to happen?

the app should open properly

Steps to reproduce the issue

  1. upgrade to 2.23.0 and open the app (latest verion as well)

tried delete the container and build from scratch again. the issue is still there.

Audiobookshelf version

app 0.9.81-beta server 2.23.0

How are you running audiobookshelf?

Docker

What OS is your Audiobookshelf server hosted from?

Other (list in "Additional Notes" box)

If the issue is being seen in the UI, what browsers are you seeing the problem on?

Other (list in "Additional Notes" box)

Logs


Additional Notes

Synolgy NAS is the server installed on
android app is the client

Originally created by @joutain on GitHub (May 25, 2025). ### What happened? android app crash on start after upgrading to 2.23.0 webui showing properly result. installed on Synology NAS with docker, working just fine until the upgrade. ### What did you expect to happen? the app should open properly ### Steps to reproduce the issue 1. upgrade to 2.23.0 and open the app (latest verion as well) tried delete the container and build from scratch again. the issue is still there. ### Audiobookshelf version app 0.9.81-beta server 2.23.0 ### How are you running audiobookshelf? Docker ### What OS is your Audiobookshelf server hosted from? Other (list in "Additional Notes" box) ### If the issue is being seen in the UI, what browsers are you seeing the problem on? Other (list in "Additional Notes" box) ### Logs ```shell ``` ### Additional Notes Synolgy NAS is the server installed on android app is the client
adam added the bug label 2026-04-25 00:10:45 +02:00
adam closed this issue 2026-04-25 00:10:45 +02:00
Author
Owner
@nichwall commented on GitHub (May 25, 2025): Please read https://github.com/advplyr/audiobookshelf/issues/4292#issuecomment-2887503644 Duplicate of https://github.com/advplyr/audiobookshelf/issues/4292
Author
Owner

@joutain commented on GitHub (May 25, 2025):

@nichwall i am not sure if i understand it, but my docker compose file is super simple which does not include any health check stuff. so not sure why it's duplicated with #4292 ?

And as I mentioned above, I can see the web UI, which i suppose the ABS is working properly.

I had the issue with 2.22.0 can't started as the server, by delete everything and build from scratch, it is successfully deployed eventually, and that's what I have tried on 2.23.0

To be clear, the ABS is started successfully with WEB UI access, but android APP just keep crashing

services: audiobookshelf: image: advplyr/audiobookshelf:latest container_name: audiobookshelf ports: - 13378:80 volumes: - /volume4/books:/ebooks - /volume4/music:/audios - /volume1/docker/audiobookshelf/config:/config - /volume1/docker/audiobookshelf/metadata:/metadata environment: - TZ=America/Toronto restart: 'always'

@joutain commented on GitHub (May 25, 2025): @nichwall i am not sure if i understand it, but my docker compose file is super simple which does not include any health check stuff. so not sure why it's duplicated with #4292 ? And as I mentioned above, I can see the web UI, which i suppose the ABS is working properly. I had the issue with 2.22.0 can't started as the server, by delete everything and build from scratch, it is successfully deployed eventually, and that's what I have tried on 2.23.0 To be clear, the ABS is started successfully with WEB UI access, but android APP just keep crashing `services: audiobookshelf: image: advplyr/audiobookshelf:latest container_name: audiobookshelf ports: - 13378:80 volumes: - /volume4/books:/ebooks - /volume4/music:/audios - /volume1/docker/audiobookshelf/config:/config - /volume1/docker/audiobookshelf/metadata:/metadata environment: - TZ=America/Toronto restart: 'always' `
Author
Owner

@joutain commented on GitHub (May 25, 2025):

just tried uninstalling and reinstall on my phone side. it's working now. sorry for the confusion.

@joutain commented on GitHub (May 25, 2025): just tried uninstalling and reinstall on my phone side. it's working now. sorry for the confusion.
Author
Owner

@nichwall commented on GitHub (May 25, 2025):

Issues with the app should be opened in https://github.com/advplyr/audiobookshelf-app

Glad you got it figured out

@nichwall commented on GitHub (May 25, 2025): Issues with the app should be opened in https://github.com/advplyr/audiobookshelf-app Glad you got it figured out
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#2799