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]: v2.13.3 socket disconnect in web client on match attempt #3392

Closed
bushibot opened this issue Sep 9, 2024 · 2 comments · Fixed by #3395
Closed

[Bug]: v2.13.3 socket disconnect in web client on match attempt #3392

bushibot opened this issue Sep 9, 2024 · 2 comments · Fixed by #3395
Labels
bug Something isn't working

Comments

@bushibot
Copy link

bushibot commented Sep 9, 2024

What happened?

I have started getting socket disconnect errors when web client tries to do a full quick or full book match. This requires a server restart to clear. [v2.13.3
Web client is local going direct to Ip on host. Seems to be causing docker to hang/crash other session time too until server is reset.

What did you expect to happen?

match to complete or not but not hang the docker :)

Steps to reproduce the issue

  1. edit book, do quick match or book match from system tools

Audiobookshelf version

v2.13.3

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?

Edge

Logs

2024-09-08 23:04:26.339

FATAL

[Server] Unhandled rejection: ReferenceError: getTitleIgnorePrefix is not defined, promise: Promise { <rejected> ReferenceError: getTitleIgnorePrefix is not defined at Scanner.quickMatchBookBuildUpdatePayload (/server/scanner/Scanner.js:232:31) at async Scanner.quickMatchLibraryItem (/server/scanner/Scanner.js:57:23) at async Scanner.matchLibraryItemsChunk (/server/scanner/Scanner.js:329:22) at async Scanner.matchLibraryItems (/server/scanner/Scanner.js:385:30) }

Additional Notes

No response

@bushibot bushibot added the bug Something isn't working label Sep 9, 2024
@gstevenking
Copy link

gstevenking commented Sep 9, 2024

I'm having the same issue using Chrome. Also on version 2.13.3. t only seems to affect certain books in my case.

[2024-09-09 07:24:32.298] FATAL: [Server] Unhandled rejection: ReferenceError: getTitleIgnorePrefix is not defined, promise: Promise {
ReferenceError: getTitleIgnorePrefix is not defined
at Scanner.quickMatchBookBuildUpdatePayload (/server/scanner/Scanner.js:232:31)
at async Scanner.quickMatchLibraryItem (/server/scanner/Scanner.js:57:23)
at async ApiRouter.match (/server/controllers/LibraryItemController.js:447:23)

@advplyr advplyr added the awaiting release Issue is resolved and will be in the next release label Sep 9, 2024
Copy link

github-actions bot commented Sep 9, 2024

Fixed in v2.13.4.

@github-actions github-actions bot removed the awaiting release Issue is resolved and will be in the next release label Sep 9, 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

Successfully merging a pull request may close this issue.

3 participants