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

500 Internal Server Error : Required key 'asin' does not exist in Audible API response #122

Open
MaxPowers1337 opened this issue Sep 7, 2024 · 1 comment

Comments

@MaxPowers1337
Copy link

Hi all,

i'm currently having the issue that the audnex api says seems not to find a book by ASIN althoug its available.

{
  "statusCode": 500,
  "error": "Internal Server Error",
  "message": "Required key 'asin' does not exist in Audible API response for ASIN B0DFHJFZQH"
}

Shouldnt it return code 404 when not finding a match according to the documentation? Seems to me that the Audible API response is missing the ASIN attribute completly?

Working example is
https://api.audnex.us/books/B0D8W2332M?region=de

@MaxPowers1337 MaxPowers1337 changed the title Required key 'asin' does not exist in Audible API response 500 Internal Server Error : Required key 'asin' does not exist in Audible API response Sep 7, 2024
@QQ7QQ7
Copy link

QQ7QQ7 commented Oct 13, 2024

The same happens when calling https://api.audnex.us/books/B0DFHJFZQH?region=de, but the book is available on Audible.

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