Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Fatal crash after latest version was installed #3567

Closed
skcuslleb opened this issue Oct 29, 2024 · 3 comments
Closed

[Bug]: Fatal crash after latest version was installed #3567

skcuslleb opened this issue Oct 29, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@skcuslleb
Copy link

What happened?

I see crash in the logs when I try to play my audio book through Plappa (which worked fine before yesterdays updated.

What did you expect to happen?

No crash

Steps to reproduce the issue

  1. Start the server
  2. Attempt to play the audio book through Plappa

Audiobookshelf version

v2.16.1

How are you running audiobookshelf?

Docker

What OS is your Audiobookshelf server hosted from?

Other (list in "Additional Notes" box)

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

Other (list in "Additional Notes" box)

Logs

[2024-10-29 14:11:03.559] ERROR: [LibraryItemController] Failed to download file "<****REDACTED****>.m4b" Error: Request aborted
    at onaborted (/node_modules/express/lib/response.js:1052:15)
    at Immediate.<anonymous> (/node_modules/express/lib/response.js:1094:9)
    at process.processImmediate (node:internal/timers:483:21) {
  code: 'ECONNABORTED'
}
[2024-10-29 14:11:03.610] FATAL: [Server] Unhandled rejection: TypeError: Receiver must be an instance of class LibraryItemController
    at ApiRouter.downloadLibraryFile (/server/controllers/LibraryItemController.js:868:12) 
promise: Promise {
  <rejected> TypeError: Receiver must be an instance of class LibraryItemController
      at ApiRouter.downloadLibraryFile (/server/controllers/LibraryItemController.js:868:12)
}

Additional Notes

Docker running on Synology. Audio book client is Plappa on iOS

@skcuslleb skcuslleb added the bug Something isn't working label Oct 29, 2024
@averageyogi
Copy link

Mentioned here #3553 (comment) and brought up in Plappa repo

@nichwall
Copy link
Contributor

This has been fixed in 2.16.2, released about an hour ago

@skcuslleb
Copy link
Author

Fix confirmed in 2.16.2

@advplyr advplyr closed this as completed Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants