[Bug]: Server crashes without error when querying API for (non-existant) author image #1643

Closed
opened 2026-04-24 23:53:06 +02:00 by adam · 2 comments
Owner

Originally created by @LeoKlaus on GitHub (Jan 4, 2024).

Describe the issue

Using the ghcr.io/advplyr/audiobookshelf Docker image, the server crashes without warning or logs when querying /api/authors//image

Steps to reproduce the issue

  1. curl http(s)://:/api/authors//image

Audiobookshelf version

v2.7.1

How are you running audiobookshelf?

Docker

Originally created by @LeoKlaus on GitHub (Jan 4, 2024). ### Describe the issue Using the ghcr.io/advplyr/audiobookshelf Docker image, the server crashes without warning or logs when querying /api/authors/<id>/image ### Steps to reproduce the issue 1. curl http(s)://<server-ip>:<port>/api/authors/<some-id>/image ### Audiobookshelf version v2.7.1 ### How are you running audiobookshelf? Docker
adam added the bug label 2026-04-24 23:53:06 +02:00
adam closed this issue 2026-04-24 23:53:06 +02:00
Author
Owner

@LeoKlaus commented on GitHub (Jan 4, 2024):

Doesn't happen with raw parameter enabled, so I guess the error occurs somewhere in the CacheManager

@LeoKlaus commented on GitHub (Jan 4, 2024): Doesn't happen with raw parameter enabled, so I guess the error occurs somewhere in the [CacheManager](https://github.com/advplyr/audiobookshelf/blob/master/server/managers/CacheManager.js#L132)
Author
Owner

@advplyr commented on GitHub (Jan 6, 2024):

I'm not able to reproduce this. Can you be more specific about what you are doing to cause the crash?

@advplyr commented on GitHub (Jan 6, 2024): I'm not able to reproduce this. Can you be more specific about what you are doing to cause the crash?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#1643