[Bug]: Australian Audible provider is incorrect #771

Closed
opened 2026-04-24 23:20:54 +02:00 by adam · 9 comments
Owner

Originally created by @jberlyn on GitHub (Nov 20, 2022).

Describe the issue

The Australian provider for Audible when pulling covers is incorrect and doesn't present any results. The provider in the dropdown is listed as Audible.co.au but the correct URL is Audible.com.au.

Steps to reproduce the issue

  1. Select Audible.co.au from the list of cover providers.
  2. No covers are found after searching.

Audiobookshelf version

v2.2.5

How are you running audiobookshelf?

Docker

Originally created by @jberlyn on GitHub (Nov 20, 2022). ### Describe the issue The Australian provider for Audible when pulling covers is incorrect and doesn't present any results. The provider in the dropdown is listed as `Audible.co.au` but the correct URL is `Audible.com.au`. ### Steps to reproduce the issue 1. Select `Audible.co.au` from the list of cover providers. 2. No covers are found after searching. ### Audiobookshelf version v2.2.5 ### How are you running audiobookshelf? Docker
adam added the bug label 2026-04-24 23:20:54 +02:00
adam closed this issue 2026-04-24 23:20:55 +02:00
Author
Owner

@advplyr commented on GitHub (Nov 21, 2022):

Thanks. Got that from the typo in their docs https://audible.readthedocs.io/en/latest/marketplaces/marketplaces.html#country-codes

@advplyr commented on GitHub (Nov 21, 2022): Thanks. Got that from the typo in their docs https://audible.readthedocs.io/en/latest/marketplaces/marketplaces.html#country-codes
Author
Owner

@advplyr commented on GitHub (Nov 27, 2022):

Fixed in v2.2.6

@advplyr commented on GitHub (Nov 27, 2022): Fixed in [v2.2.6](https://github.com/advplyr/audiobookshelf/releases/tag/v2.2.6)
Author
Owner

@jberlyn commented on GitHub (Mar 2, 2023):

@advplyr I just noticed there is another incorrect entry for the Australian provider in scanner.js in the client store.

https://github.com/advplyr/audiobookshelf/blob/791c058ef842ad450ab7496621b05b2bec89cf6f/client/store/scanners.js#L30

I know this issue was specific to covers but it's affecting metadata as well.

@jberlyn commented on GitHub (Mar 2, 2023): @advplyr I just noticed there is another incorrect entry for the Australian provider in `scanner.js` in the client store. https://github.com/advplyr/audiobookshelf/blob/791c058ef842ad450ab7496621b05b2bec89cf6f/client/store/scanners.js#L30 I know this issue was specific to covers but it's affecting metadata as well.
Author
Owner

@advplyr commented on GitHub (Mar 2, 2023):

That is intentional. That is just the value sent to the server but we are making the correct requests to audible and audnexus.

This appears to be a bug with Audnexus and not audiobookshelf.

@advplyr commented on GitHub (Mar 2, 2023): That is intentional. That is just the value sent to the server but we are making the correct requests to audible and audnexus. This appears to be a bug with Audnexus and not audiobookshelf.
Author
Owner

@advplyr commented on GitHub (Mar 2, 2023):

Here is an example.

Using audible API: https://api.audible.com.au/1.0/catalog/products/B01HFL5SC6?response_groups=contributors,media,price,product_attrs,product_desc

Using Audnexus for the same book: https://api.audnex.us/books/B01HFL5SC6?region=au

@advplyr commented on GitHub (Mar 2, 2023): Here is an example. Using audible API: https://api.audible.com.au/1.0/catalog/products/B01HFL5SC6?response_groups=contributors,media,price,product_attrs,product_desc Using Audnexus for the same book: https://api.audnex.us/books/B01HFL5SC6?region=au
Author
Owner

@jberlyn commented on GitHub (Mar 3, 2023):

Yeah okay, it seems like a bug with their API.

For example, this works with the Audible API:
https://api.audible.com.au/1.0/catalog/products?title=nolyn

But using the ASIN and the region set to au, it returns a 500:
https://api.audnex.us/books/B089XC53RW

@jberlyn commented on GitHub (Mar 3, 2023): Yeah okay, it seems like a bug with their API. For example, this works with the Audible API: https://api.audible.com.au/1.0/catalog/products?title=nolyn But using the ASIN and the region set to `au`, it returns a 500: https://api.audnex.us/books/B089XC53RW
Author
Owner

@jberlyn commented on GitHub (Mar 3, 2023):

I have opened an issue over on the Audnexus repository, hopefully they can get it solved.

https://github.com/laxamentumtech/audnexus/issues/571

@jberlyn commented on GitHub (Mar 3, 2023): I have opened an issue over on the Audnexus repository, hopefully they can get it solved. https://github.com/laxamentumtech/audnexus/issues/571
Author
Owner

@jberlyn commented on GitHub (Mar 7, 2023):

Just wanted to give you an update that this has been fixed on the following commit over at Audnexus.

https://github.com/laxamentumtech/audnexus/commit/ea338faf0a1ed0a5fbee9edbfd1641208f65447a

@jberlyn commented on GitHub (Mar 7, 2023): Just wanted to give you an update that this has been fixed on the following commit over at Audnexus. https://github.com/laxamentumtech/audnexus/commit/ea338faf0a1ed0a5fbee9edbfd1641208f65447a
Author
Owner

@advplyr commented on GitHub (Mar 7, 2023):

Thanks for the update

@advplyr commented on GitHub (Mar 7, 2023): Thanks for the update
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#771