mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-08-26 15:07:58 -04:00
[GH-ISSUE #198] 500 Internal Server Error when opening admin/library #99
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Arkazzae on GitHub (Aug 20, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/198
After updating to the latest version, the app worked for a short while and then started crashing when opening Admin → Library. The /api/v1/admin/library endpoint now consistently returns HTTP 500.
@DecDuck commented on GitHub (Aug 20, 2025):
Can you check the server logs? 500 means an internal server error
@Arkazzae commented on GitHub (Aug 20, 2025):
Yes, here:
[request error] [unhandled] [GET] https://xxxxxx/api/v1/admin/library
InvalidCharacterError: Invalid character
at btoa (node:buffer:1288:11)
... 6 lines matching cause stack trace ...
at async Server. (file:///app/app/server/chunks/nitro/nitro.mjs:1:97992) {
cause: DOMException [InvalidCharacterError]: Invalid character
at btoa (node:buffer:1288:11)
at createGameImportTaskId (file:///app/app/server/chunks/nitro/nitro.mjs:1:333348)
at file:///app/app/server/chunks/nitro/nitro.mjs:1:334104
at Array.filter ()
at Object.fetchUnimportedGames (file:///app/app/server/chunks/nitro/nitro.mjs:1:334038)
at async Object.handler (file:///app/app/server/chunks/routes/api/v1/admin/index.get4.mjs:1:1082)
at async Object.handler (file:///app/app/server/chunks/nitro/nitro.mjs:1:95012)
at async Server. (file:///app/app/server/chunks/nitro/nitro.mjs:1:97992),
statusCode: 500,
fatal: false,
unhandled: true,
statusMessage: undefined,
data: undefined
}
@DecDuck commented on GitHub (Aug 20, 2025):
Unfortunately we have a bug where you cannot have non-ASCII characters in library paths.
@Arkazzae commented on GitHub (Aug 21, 2025):
Thanks, i renamed problematic files, and it worked fine.
500 Internal Server Error when opening admin/libraryto [GH-ISSUE #198] 500 Internal Server Error when opening admin/library