@github-actions[bot] commented on GitHub (Jul 12, 2025):
Fixed in v2.26.0.
@timkeefer1 commented on GitHub (Jul 4, 2025):
OK when using ShelfPlayer it's using direct play... when using ABS via the web, it's transcoding. I also enabled verbose mode and here's the log...…
@Vito0912 commented on GitHub (Jul 4, 2025):
Can you try playing the file with a standard player. (Not something like VLC) And directly via the browser.
Could you also tell the used codec please?
@timkeefer1 commented on GitHub (Jul 4, 2025):
Sure! I played it using Foobar 2000 and Firefox from the Samba share in windows, and it worked fine.
Here's the log from Foobar:
Components…
@timkeefer1 commented on GitHub (Jul 4, 2025):
Ahh... no I was protecting the innocent ;) Here's my actual log line:
`Error: EINVAL: invalid argument, open '/data/media/audiobooks/Matt…
@scj643 commented on GitHub (Jul 6, 2025):
Ok so this is related to the upstream package. Can we add an option to set tls.servername
@advplyr commented on GitHub (Jul 9, 2025):
Can you provide logs for this? The logs show step by step what the scanner is doing.
@nichwall commented on GitHub (Jul 4, 2025):
Thanks for clarifying. Sometimes the issue is related to non-ascii characters causing an issue and wanted to sanity check.
- Does it happen with…
@FiendFEARing commented on GitHub (Jul 9, 2025):
Can you provide logs for this? The logs show step by step what the scanner is doing.
2025-07-09 10:55:15.427 DEBUG [ApiCacheManager]…
@timkeefer1 commented on GitHub (Jul 4, 2025):
Happens with other books too. I also validated with The Trading Game by Gary Stevenson. (These are the only two I'm listening to right now.) It…
@advplyr commented on GitHub (Jul 9, 2025):
Thanks, I was able to reproduce the issue. This is specific to single-file books in the root folder
@nichwall commented on GitHub (Jul 4, 2025):
It only happens when I stop listening for a while, and them attempt to restart. It just happened right now as I'm listening to that book and paused…
@nichwall commented on GitHub (Jul 2, 2025):
This is the server repository. This has already been fixed for the next release.
Duplicate of https://github.com/advplyr/audiobookshelf-app/issues/1574
@pbathuk commented on GitHub (Jul 2, 2025):
Sorry my bad. Thanks for pointing me in the right direction
@nichwall commented on GitHub (Jul 3, 2025):
Does it print out /data/media/audiobooks/Author Name/Book Name/Author Name - Book Name.m4b in the logs, or did you replace the string in this log?…
@Vito0912 commented on GitHub (Jul 6, 2025):
After scanning the code it looks like ABS uses nodemailer. Therefore looks like https://github.com/nodemailer/nodemailer/issues/1283. @advplyr can…