[Bug]: eBooks downloaded in browser do not show in logs #2135

Closed
opened 2026-04-25 00:03:52 +02:00 by adam · 2 comments
Owner

Originally created by @ic1415 on GitHub (Jul 31, 2024).

What happened?

When downloading an eBook through the browser I do not get a log showing the user/file downloaded

What did you expect to happen?

Expected to see log of
[LibraryItemController] User "${req.user.username}" requested download for item "${itemTitle}" at "${libraryItemPath}"

Steps to reproduce the issue

  1. visit ABS instance in browser
  2. select ebook only library entry
  3. download file

Audiobookshelf version

2.11

How are you running audiobookshelf?

Docker

What OS is your Audiobookshelf server hosted from?

Linux

If the issue is being seen in the UI, what browsers are you seeing the problem on?

None

Logs

No response

Additional Notes

Library Controller does not have logging for ebooks,
https://github.com/advplyr/audiobookshelf/blob/master/server%2Fcontrollers%2FLibraryItemController.js#L715-L749

Originally created by @ic1415 on GitHub (Jul 31, 2024). ### What happened? When downloading an eBook through the browser I do not get a log showing the user/file downloaded ### What did you expect to happen? Expected to see log of `[LibraryItemController] User "${req.user.username}" requested download for item "${itemTitle}" at "${libraryItemPath}"` ### Steps to reproduce the issue 1. visit ABS instance in browser 2. select ebook only library entry 3. download file ### Audiobookshelf version 2.11 ### How are you running audiobookshelf? Docker ### What OS is your Audiobookshelf server hosted from? Linux ### If the issue is being seen in the UI, what browsers are you seeing the problem on? None ### Logs _No response_ ### Additional Notes Library Controller does not have logging for ebooks, https://github.com/advplyr/audiobookshelf/blob/master/server%2Fcontrollers%2FLibraryItemController.js#L715-L749
adam added the bug label 2026-04-25 00:03:52 +02:00
adam closed this issue 2026-04-25 00:03:52 +02:00
Author
Owner

@github-actions[bot] commented on GitHub (Aug 5, 2024):

Fixed in v2.12.0.

@github-actions[bot] commented on GitHub (Aug 5, 2024): Fixed in [v2.12.0](https://github.com/advplyr/audiobookshelf/releases/tag/v2.12.0).
Author
Owner

@ic1415 commented on GitHub (Aug 5, 2024):

re-opening to resolve a missed logging instance and standardize messages across download instances

@ic1415 commented on GitHub (Aug 5, 2024): re-opening to resolve a missed logging instance and standardize messages across download instances
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#2135