advplyr / audiobookshelf

Self-hosted audiobook and podcast server
https://audiobookshelf.org
GNU General Public License v3.0
6.08k stars 431 forks source link

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

Closed LeoKlaus closed 5 months ago

LeoKlaus commented 7 months ago

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

LeoKlaus commented 7 months ago

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

advplyr commented 7 months ago

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