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

Using region "au", book is not returning #571

Closed
jberlyn opened this issue Mar 3, 2023 · 1 comment
Closed

Using region "au", book is not returning #571

jberlyn opened this issue Mar 3, 2023 · 1 comment

Comments

@jberlyn
Copy link

jberlyn commented Mar 3, 2023

I am using the Audnexus API (through the Audiobookshelf server application) and it is not returning specific books. I can get the book to return correctly through the Audible API, but using the ASIN provided by the Audible API with the Audnexus API, is returning a 500.

Here are the two calls:

Audible API
https://api.audible.com.au/1.0/catalog/products?title=nolyn

Audnexus API
https://api.audnex.us/books/B089XC53RW?region=au

I initially opened an issue on the Audiobookshelf github page but the problem was narrowed down to Audnexus.

advplyr/audiobookshelf#1191

@djdembeck
Copy link
Collaborator

The issue was caused by .com.au using 10 digit genre ASINs instead of 11 digit (which is used everywhere else afaik).

Thanks for the report!

djdembeck added a commit that referenced this issue Jun 21, 2023
allows for regions with non-standard genre lengths

fixes #571
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants