Originally created by @zahroc on GitHub (Mar 21, 2024).
Steps to reproduce
Every time I open the app, it states "Bookshelf empty"
Select any other tab, it loads with books
Come back to the home tab and it populates
Expected behaviour
Home screen should populate on loading the app
Actual behaviour
show bookshelf empty
Environment data
ABS IOS Version 0.9.73-beta
ABS Server Version 2.8.1 (Docker version running on Synology)
Audiobookshelf Version:
Android App?
[x ] iOS App?
Android Issue
Android version:
Device model:
Stock or customized system:
iOS Issue
iOS Version: 17.4
iPhone model: 14 Pro
Originally created by @zahroc on GitHub (Mar 21, 2024).
### Steps to reproduce
1. Every time I open the app, it states "Bookshelf empty"
2. Select any other tab, it loads with books
3. Come back to the home tab and it populates
### Expected behaviour
- Home screen should populate on loading the app
### Actual behaviour
- show bookshelf empty
### Environment data
ABS IOS Version 0.9.73-beta
ABS Server Version 2.8.1 (Docker version running on Synology)
Audiobookshelf Version:
- [ ] Android App?
- [x ] iOS App?
#### Android Issue
Android version:
Device model:
Stock or customized system:
#### iOS Issue
iOS Version: 17.4
iPhone model: 14 Pro
adam
added the bug label 2026-04-24 23:42:17 +02:00
Are you connecting over a local network? I'm just curious if this is a latency issue. I haven't looked into this in detail yet.
@advplyr commented on GitHub (Mar 21, 2024):
Are you connecting over a local network? I'm just curious if this is a latency issue. I haven't looked into this in detail yet.
I am using the app connecting to my server via a URL and not the internal IP, so no, it would not be over a local network. I am sitting on the same network with my wifi connections but not connecting directly to the server IP.
@zahroc commented on GitHub (Mar 21, 2024):
I am using the app connecting to my server via a URL and not the internal IP, so no, it would not be over a local network. I am sitting on the same network with my wifi connections but not connecting directly to the server IP.
changing it to local IP and using it on the wireless, it works every time. I went back to public URL and it fails until I select a different tab, must have something to do with latency as you said????
@zahroc commented on GitHub (Mar 22, 2024):
changing it to local IP and using it on the wireless, it works every time. I went back to public URL and it fails until I select a different tab, must have something to do with latency as you said????
It may have to do with your server rejecting the request. If it works with the local ip address it suggests that this isn't an issue with the app so unless we can get more information I'm not sure what can be done
@advplyr commented on GitHub (Apr 2, 2024):
It may have to do with your server rejecting the request. If it works with the local ip address it suggests that this isn't an issue with the app so unless we can get more information I'm not sure what can be done
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 @zahroc on GitHub (Mar 21, 2024).
Steps to reproduce
Expected behaviour
Actual behaviour
Environment data
ABS IOS Version 0.9.73-beta
ABS Server Version 2.8.1 (Docker version running on Synology)
Audiobookshelf Version:
Android Issue
Android version:
Device model:
Stock or customized system:
iOS Issue
iOS Version: 17.4
iPhone model: 14 Pro
@advplyr commented on GitHub (Mar 21, 2024):
Are you seeing the "attempting to connect to server" loading indicator when you first open the app?
@zahroc commented on GitHub (Mar 21, 2024):
yes, every time
@advplyr commented on GitHub (Mar 21, 2024):
Are you connecting over a local network? I'm just curious if this is a latency issue. I haven't looked into this in detail yet.
@zahroc commented on GitHub (Mar 21, 2024):
I am using the app connecting to my server via a URL and not the internal IP, so no, it would not be over a local network. I am sitting on the same network with my wifi connections but not connecting directly to the server IP.
@advplyr commented on GitHub (Mar 22, 2024):
Are you able to test that?
@zahroc commented on GitHub (Mar 22, 2024):
changing it to local IP and using it on the wireless, it works every time. I went back to public URL and it fails until I select a different tab, must have something to do with latency as you said????
@advplyr commented on GitHub (Apr 2, 2024):
It may have to do with your server rejecting the request. If it works with the local ip address it suggests that this isn't an issue with the app so unless we can get more information I'm not sure what can be done