Adam Melkus adam
  • Joined on 2025-12-28
adam commented on issue starred/audiobookshelf#2870 2026-04-25 00:11:26 +02:00
[Bug]: Single file Book re-added to library after deletion from file system

@github-actions[bot] commented on GitHub (Jul 12, 2025):

Fixed in v2.26.0.

adam commented on issue starred/audiobookshelf#2869 2026-04-25 00:11:26 +02:00
[Bug]: Error: EINVAL: invalid argument, open

@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...…

adam commented on issue starred/audiobookshelf#2869 2026-04-25 00:11:26 +02:00
[Bug]: Error: EINVAL: invalid argument, open

@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?

adam commented on issue starred/audiobookshelf#2869 2026-04-25 00:11:26 +02:00
[Bug]: Error: EINVAL: invalid argument, open

@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…
adam commented on issue starred/audiobookshelf#2869 2026-04-25 00:11:25 +02:00
[Bug]: Error: EINVAL: invalid argument, open

@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…

adam commented on issue starred/audiobookshelf#2871 2026-04-25 00:11:25 +02:00
[Bug]: SMTP not using system name resolution

@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

adam commented on issue starred/audiobookshelf#2870 2026-04-25 00:11:25 +02:00
[Bug]: Single file Book re-added to library after deletion from file system

@advplyr commented on GitHub (Jul 9, 2025):

Can you provide logs for this? The logs show step by step what the scanner is doing.

adam commented on issue starred/audiobookshelf#2869 2026-04-25 00:11:25 +02:00
[Bug]: Error: EINVAL: invalid argument, open

@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…
adam commented on issue starred/audiobookshelf#2870 2026-04-25 00:11:25 +02:00
[Bug]: Single file Book re-added to library after deletion from file system

@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]…
adam commented on issue starred/audiobookshelf#2869 2026-04-25 00:11:25 +02:00
[Bug]: Error: EINVAL: invalid argument, open

@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…

adam commented on issue starred/audiobookshelf#2870 2026-04-25 00:11:25 +02:00
[Bug]: Single file Book re-added to library after deletion from file system

@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

adam commented on issue starred/audiobookshelf#2869 2026-04-25 00:11:25 +02:00
[Bug]: Error: EINVAL: invalid argument, open

@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…

adam commented on issue starred/audiobookshelf#2868 2026-04-25 00:11:24 +02:00
[Bug]: Android App status bar overlap

@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

adam commented on issue starred/audiobookshelf#2868 2026-04-25 00:11:24 +02:00
[Bug]: Android App status bar overlap

@pbathuk commented on GitHub (Jul 2, 2025):

Sorry my bad. Thanks for pointing me in the right direction

adam opened issue starred/audiobookshelf#2869 2026-04-25 00:11:24 +02:00
[Bug]: Error: EINVAL: invalid argument, open
adam opened issue starred/audiobookshelf#2870 2026-04-25 00:11:24 +02:00
[Bug]: Single file Book re-added to library after deletion from file system
adam opened issue starred/audiobookshelf#2871 2026-04-25 00:11:24 +02:00
[Bug]: SMTP not using system name resolution
adam closed issue starred/audiobookshelf#2870 2026-04-25 00:11:24 +02:00
[Bug]: Single file Book re-added to library after deletion from file system
adam commented on issue starred/audiobookshelf#2869 2026-04-25 00:11:24 +02:00
[Bug]: Error: EINVAL: invalid argument, open

@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?…

adam commented on issue starred/audiobookshelf#2871 2026-04-25 00:11:24 +02:00
[Bug]: SMTP not using system name resolution

@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…