[Bug] Collapse Series - This Page Could Not Be Found #683

Closed
opened 2026-04-24 23:34:11 +02:00 by adam · 9 comments
Owner

Originally created by @ghost on GitHub (Aug 30, 2023).

Steps to reproduce

  1. Go to Library Tab
  2. Click on the 3 dots on top right
  3. Toggle Collapse Series
  4. Click on a book that is part of a series

Expected behaviour

It should take you to the book series.

Actual behaviour

It takes you to This page could not be found

Screenshot_20230830-083037

Another thing I noticed is that when you Collapse Series in the app, it shows the name of the first book and total read time instead of the series name. I wonder if this is what is causing the issue.

When you Collapse Series on the Web GUI, it shows the series name.

Seems to be similar issue to #793, but they said theirs is fixed.

Environment data

Audiobookshelf Version: 0.9.65-beta

  • Android App?
  • iOS App?

Android Issue

Android version: 13

Device model: Pixel 7 Pro

Stock or customized system: GrapheneOS

Hosting on

Docker v.2.3.3

Originally created by @ghost on GitHub (Aug 30, 2023). ### Steps to reproduce 1. Go to Library Tab 2. Click on the 3 dots on top right 3. Toggle **Collapse Series** 4. Click on a book that is part of a series ### Expected behaviour It should take you to the book series. ### Actual behaviour It takes you to **This page could not be found** ![Screenshot_20230830-083037](https://github.com/advplyr/audiobookshelf-app/assets/22500082/9d7d323c-8d7b-446a-97be-160cda730f02) Another thing I noticed is that when you **Collapse Series** in the app, it shows the name of the first book and total read time instead of the series name. I wonder if this is what is causing the issue. When you **Collapse Series** on the Web GUI, it shows the series name. Seems to be similar issue to #793, but they said theirs is fixed. ### Environment data Audiobookshelf Version: 0.9.65-beta - [X] Android App? - [ ] iOS App? #### Android Issue Android version: 13 Device model: Pixel 7 Pro Stock or customized system: GrapheneOS #### Hosting on Docker v.2.3.3
adam added the bug label 2026-04-24 23:34:11 +02:00
adam closed this issue 2026-04-24 23:34:11 +02:00
Author
Owner

@advplyr commented on GitHub (Aug 30, 2023):

Have you tested if this is because the book of the series is downloaded?

@advplyr commented on GitHub (Aug 30, 2023): Have you tested if this is because the book of the series is downloaded?
Author
Owner

@ghost commented on GitHub (Aug 30, 2023):

I am only streaming directly from my server, not downloading in the app.

@ghost commented on GitHub (Aug 30, 2023): I am only streaming directly from my server, not downloading in the app.
Author
Owner

@advplyr commented on GitHub (Aug 30, 2023):

Are you using :latest or :edge or :2.3.3 when running the docker container?

@advplyr commented on GitHub (Aug 30, 2023): Are you using `:latest` or `:edge` or `:2.3.3` when running the docker container?
Author
Owner

@ghost commented on GitHub (Aug 30, 2023):

version: "3.7"
services:
  audiobookshelf:
    image: ghcr.io/advplyr/audiobookshelf:latest
    ports:
      - 13378:80
    volumes:
      - /var/lib/docker/volumes/audiobookshelf/audiobooks:/audiobooks
      - /var/lib/docker/volumes/audiobookshelf/podcasts:/podcasts
      - /var/lib/docker/volumes/audiobookshelf/config:/config
      - /var/lib/docker/volumes/audiobookshelf/metadata:/metadata
    restart: unless-stopped
@ghost commented on GitHub (Aug 30, 2023): ``` version: "3.7" services: audiobookshelf: image: ghcr.io/advplyr/audiobookshelf:latest ports: - 13378:80 volumes: - /var/lib/docker/volumes/audiobookshelf/audiobooks:/audiobooks - /var/lib/docker/volumes/audiobookshelf/podcasts:/podcasts - /var/lib/docker/volumes/audiobookshelf/config:/config - /var/lib/docker/volumes/audiobookshelf/metadata:/metadata restart: unless-stopped ```
Author
Owner

@ghost commented on GitHub (Sep 2, 2023):

FYI - I just ran a test server running :edge and this issue still persists.

@ghost commented on GitHub (Sep 2, 2023): FYI - I just ran a test server running `:edge` and this issue still persists.
Author
Owner

@advplyr commented on GitHub (Sep 6, 2023):

I'm not able to reproduce this. Something must have gone wrong with the data because as you pointed out the series name should be getting displayed if it is a proper series.
Are you able to see anything unusual with the series assigned to the books in question? Using the web client

@advplyr commented on GitHub (Sep 6, 2023): I'm not able to reproduce this. Something must have gone wrong with the data because as you pointed out the series name should be getting displayed if it is a proper series. Are you able to see anything unusual with the series assigned to the books in question? Using the web client
Author
Owner

@ghost commented on GitHub (Sep 6, 2023):

There is nothing unusual. The issue happens regardless on what book I make a series. Even if I make just 1 random book into a series, I get the This page could not be found issue.

I've tried :latest & :edge. I've tried using docker on my main computer (docker on Arch Linux) and through proxmox LXC container.

It isn't my reverse proxy or DNS, because the issue still happens with a direct connection i.e. http://<IP>:13378

Do note that this is only happening in the Library tab, and only after using Collapse Series. The issue does not happen at all when accessing the series in the Home & Series tab in the app.

Something must have gone wrong with the data because as you pointed out the series name should be getting displayed if it is a proper series.

Also do note that the series name properly displays in the Home & Series tab. Issue only happens in the Library tab.

Unfortunately, in both docker and audiobookshelf (web ui), there are no log updates for the issue whenever I try to access the series on the app. My Server Log Level is set to Debug in web ui.

@ghost commented on GitHub (Sep 6, 2023): There is nothing unusual. The issue happens regardless on what book I make a series. Even if I make just 1 random book into a series, I get the **This page could not be found** issue. I've tried `:latest` & `:edge`. I've tried using docker on my main computer (docker on Arch Linux) and through proxmox LXC container. It isn't my reverse proxy or DNS, because the issue still happens with a direct connection i.e. `http://<IP>:13378` Do note that this is only happening in the **Library** tab, and only after using **Collapse Series**. The issue does not happen at all when accessing the series in the **Home** & **Series** tab in the app. > Something must have gone wrong with the data because as you pointed out the series name should be getting displayed if it is a proper series. Also do note that the series name properly displays in the **Home** & **Series** tab. Issue only happens in the **Library** tab. Unfortunately, in both docker and audiobookshelf (web ui), there are no log updates for the issue whenever I try to access the series on the app. My **Server Log Level** is set to **Debug** in web ui.
Author
Owner

@ghost commented on GitHub (Sep 6, 2023):

Well, I once again tried to clear all app data, uninstall, then reinstall, and for some reason it just works now. It wasn't before when I tried this. Same with my other device (OnePlus 3T on LineageOS). No issues with either the Play Store or GitHub apk.

Strange about what happened though. #793 was on v2.3.3 & 0.9.65-beta as well and it fixed itself somehow. And for me, I actively fixed it from the reinstall. Wonder if it's a minor bug somewhere. Hopefully it won't come up again.

Will reopen issue if it happens again.

@ghost commented on GitHub (Sep 6, 2023): Well, I once again tried to clear all app data, uninstall, then reinstall, and for some reason it just works now. It wasn't before when I tried this. Same with my other device (OnePlus 3T on LineageOS). No issues with either the Play Store or GitHub apk. Strange about what happened though. #793 was on `v2.3.3` & `0.9.65-beta` as well and it fixed itself somehow. And for me, I actively fixed it from the reinstall. Wonder if it's a minor bug somewhere. Hopefully it won't come up again. Will reopen issue if it happens again.
Author
Owner

@advplyr commented on GitHub (Sep 6, 2023):

Maybe it has to do with the library setting "Hide single book series"

@advplyr commented on GitHub (Sep 6, 2023): Maybe it has to do with the library setting "Hide single book series"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#683