Originally created by @ghost on GitHub (Aug 30, 2023).
Steps to reproduce
Go to Library Tab
Click on the 3 dots on top right
Toggle Collapse Series
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
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**

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
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
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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @ghost on GitHub (Aug 30, 2023).
Steps to reproduce
Expected behaviour
It should take you to the book series.
Actual behaviour
It takes you to This page could not be found
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 Issue
Android version: 13
Device model: Pixel 7 Pro
Stock or customized system: GrapheneOS
Hosting on
Docker v.2.3.3
@advplyr commented on GitHub (Aug 30, 2023):
Have you tested if this is because the book of the series is downloaded?
@ghost commented on GitHub (Aug 30, 2023):
I am only streaming directly from my server, not downloading in the app.
@advplyr commented on GitHub (Aug 30, 2023):
Are you using
:latestor:edgeor:2.3.3when running the docker container?@ghost commented on GitHub (Aug 30, 2023):
@ghost commented on GitHub (Sep 2, 2023):
FYI - I just ran a test server running
:edgeand this issue still persists.@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
@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>:13378Do 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.
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):
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-betaas 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.
@advplyr commented on GitHub (Sep 6, 2023):
Maybe it has to do with the library setting "Hide single book series"