@github-actions[bot] commented on GitHub (Jul 17, 2025):
Fixed in v2.26.1.
@Zageron commented on GitHub (Jul 16, 2025):
Additional logs from journalctl
Jul 16 12:22:20 tiny-dev audiobookshelf[135759]: [2025-07-16 12:22:20.428] DEBUG: [ApiCacheManager] Cache miss:…
@advplyr commented on GitHub (Jul 16, 2025):
I don't think we need to make a server side change for this. Since we generate UUIDs for each user we can use the users UUID to determine if it is the…
@Vito0912 commented on GitHub (Jul 16, 2025):
Re last seen: This is not reliable to determine if a user is online. There have been quite some issues about this. If the user uses third party apps…
@github-actions[bot] commented on GitHub (Jul 17, 2025):
Fixed in v2.26.1.
@nichwall commented on GitHub (Jul 15, 2025):
Duplicate of https://github.com/advplyr/audiobookshelf/issues/4134. You need to be using at least SQLite 3.44.0, released in November of 2023.
@Vito0912 commented on GitHub (Jul 15, 2025):
If you find a solution, please ping me ;) I have the same issue, but thought it was just me because the code looked good and nobody else complained…
@mkomarinski commented on GitHub (Jul 15, 2025):
Sigh. Thought I searched. The current release on Debian is insufficient and there's no backport. Sent the sqlite file to a recent Ubuntu system…
@ObeyYourMaster commented on GitHub (Jul 15, 2025):
I'm using a Firefox addon to disable CORS (https://addons.mozilla.org/de/firefox/addon/cors-everywhere/) as a workaround, but I'd like to get…
@advplyr commented on GitHub (Jul 15, 2025):
It is working now on edge
@ObeyYourMaster commented on GitHub (Jul 15, 2025):
Wow, that was amazingly fast! Can confirm it is working now with the edge Docker tag. Many thanks!