You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Hi all,
i'm currently having the issue that the audnex api says seems not to find a book by ASIN althoug its available.
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
The text was updated successfully, but these errors were encountered: