We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given a 10 letter book title, ABS searches for ASIN instead of the book title when matching.
ABS should search for title instead of ASIN
v2.12.3
Docker
Linux
None
{"timestamp":"2024-08-20 14:10:19.297","source":"Audible.js:110","message":"[Audible] ASIN search error AxiosError: Request failed with status code 400","levelName":"ERROR","level":4}
Error is in https://github.com/advplyr/audiobookshelf/blob/master/server/utils/index.js Replacing the regexp with return /^A-Z(?=.*\d)[A-Z0-9]{9}$/.test(str) works for me. There are still some exceptions like https://www.audible.com/pd/The-Fellowship-of-the-Ring-Audiobook/0008487278
The text was updated successfully, but these errors were encountered:
Fix:Audible book match not falling back to search after failed ASIN #…
149bb3e
…3314
Fixed in v2.13.0.
Sorry, something went wrong.
No branches or pull requests
What happened?
Given a 10 letter book title, ABS searches for ASIN instead of the book title when matching.
What did you expect to happen?
ABS should search for title instead of ASIN
Steps to reproduce the issue
Audiobookshelf version
v2.12.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?
None
Logs
Additional Notes
Error is in https://github.com/advplyr/audiobookshelf/blob/master/server/utils/index.js
Replacing the regexp with return /^A-Z(?=.*\d)[A-Z0-9]{9}$/.test(str) works for me.
There are still some exceptions like https://www.audible.com/pd/The-Fellowship-of-the-Ring-Audiobook/0008487278
The text was updated successfully, but these errors were encountered: