@xcy7e commented on GitHub (Aug 12, 2025):
Now I was able to catch it:
<img width="1022" height="1098" alt="Image" src="https://github.com/user-attachments/assets/089d23dd-7043-40a5-8609-3666f70e…
@nichwall commented on GitHub (Jan 19, 2026):
I get this same error on startup, i have my sqlite db in a NAS mounted folder. Should i move it to be local?
EDIT: moving configs to local…
@xcy7e commented on GitHub (Aug 11, 2025):
Here's my console / network output, now from vivaldi (chromium-based):
Console
<img width="1021" height="752" alt="Image" src="https://github.co…
@alexander-paterson commented on GitHub (Aug 11, 2025):
Just adding my +1 to this. I've been having this issue for the last few weeks. Probably since the auth change was made.
Happens the most…
@advplyr commented on GitHub (Aug 12, 2025):
If anyone can reproduce this consistently and can show the network tab like I mentioned in https://github.com/advplyr/audiobookshelf/issues/4567#issuec…
@Borgix commented on GitHub (Aug 8, 2025):
As I said, I was thinking about automating the webplayer with easy extension, rather than creating my own player.
Call it a senior moment or just…
@advplyr commented on GitHub (Aug 9, 2025):
What would be most helpful is if you can share the network tab so we can see the full authentication flow of getting the 401 unauthorized, then…
@wesf99 commented on GitHub (Dec 7, 2025):
Did you get this error fixed. I've been getting this error once or twice per week. I have audiobookshelf running in docker on my synology nas. I…
@DrLeh commented on GitHub (Jan 17, 2026):
I get this same error on startup, i have my sqlite db in a NAS mounted folder. Should i move it to be local?
EDIT: moving configs to local folder…
@advplyr commented on GitHub (Aug 10, 2025):
I updated my previous comment where I mistakenly put ACCESS_TOKEN_EXPIRY value in milliseconds.
The expiry env variables are in seconds.
@wesf99 commented on GitHub (Jan 17, 2026):
I get this same error on startup, i have my sqlite db in a NAS mounted folder. Should i move it to be local?
EDIT: moving configs to local…
@LeeThompson commented on GitHub (Aug 11, 2025):
I'm seeing this periodically as well but if I click on the upper left link it goes away and works normally. Next time it happens I'll try…
@Vito0912 commented on GitHub (Aug 9, 2025):
Can you try logout and login again and check if this still happens?
@Borgix commented on GitHub (Aug 8, 2025):
As I said, I was thinking about automating the webplayer with easy extension, rather than creating my own player.
@xcy7e commented on GitHub (Aug 9, 2025):
Re-login doesn't fix it.
But it always takes quite some time for it to happen again, and then only the first time I open ABS again, it happens. When I…
@LeeThompson commented on GitHub (Dec 7, 2025):
Did you get this error fixed. I've been getting this error once or twice per week. I have audiobookshelf running in docker on my synology nas. I…
@nichwall commented on GitHub (Aug 8, 2025):
As I said, I was thinking about automating the webplayer with easy extension, rather than creating my own player.
But it's going to be a headless…
@Vito0912 commented on GitHub (Aug 9, 2025):
@advplyr Sounds like an issue with the access token not correctly refreshed
Maybe also as an contribution: Instead of waiting until it is not valid…
@wesf99 commented on GitHub (Dec 5, 2025):
Is the SQLite file stored on a network drive or locally (from the server's point of view)?
Local. (Mounted to the host's volume for persistence)…
@advplyr commented on GitHub (Aug 8, 2025):
I'm also confused about this. When you call the play endpoint the server returns an array of audio tracks that the client would play with an audio player.