-
Notifications
You must be signed in to change notification settings - Fork 485
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
[Bug]: Matching books using Audible.com showing "No Result" #3385
Comments
I have the exact same issue (Docker Windows v2.13.3). |
Audnexus API website is down |
Domain Audnex.us Expires on 2024-09-06. Hopefully it gets renewed. add |
docker compose people can also use
|
You are a hero good person! |
And legend among men |
Thank you. I added those entries to my hosts file (Windows) and it's working nicely. The question is, what happened to the audnex.us domain registration in DNS. It's just gone. |
Kubernetes people can use hostAliases:
- ip: "104.21.44.87"
hostnames:
- "api.audnex.us"
- "audnex.us"
containers:
- image: ghcr.io/advplyr/audiobookshelf:latest
... |
If you're on Unraid:
|
If you use the linux package version, do this: sudo echo "104.21.44.87 api.audnex.us" | sudo tee -a /etc/hosts
sudo echo "104.21.44.87 audnex.us" | sudo tee -a /etc/hosts or add it manually to # ...
104.21.44.87 api.audnex.us
104.21.44.87 audnex.us |
Audnexus is back up |
Hopefully, this won't occur again next September. Per laxamentumtech/audnexus#808: "Yes, the auto renew failed. I've manually fixed it. Should be back soon." |
I'm still seeing the same issue I originally was. |
Jeah, same probleme here, too. For me it seems that the audnex api is not getting the correct values from audible itself. ive created an issue there. |
Hm, can't reproduce - works fine here, if I avoid the DNS by mapping the APIs IP directly to the domains using the Even direct search for Anyways this is no audiobookshelf-related issue and should not be reported here, hence this issue is already closed. |
The url works for you? |
Everything within audiobookshelf works for me, relating this context. |
Could you kindly check if the above ASIN works for you, too? Audiobookshelf is not able to match this item and i keep getting this error :
I strongly suspect that audnexus has a problem with this specific item and that the error is not on audiobookshelf's side. |
I just looked in DNS and it looks like audnex.us has a split domain, pointing to multiple IP addresses. Since this works for some people but not others, it seems feasible that one of the IP addresses could be broken. The 104.21.44.87 address seems to work for me, so you may want to keep using the modified host file until a fix is in place. NSLOOKUP
Non-authoritative answer: |
I have been getting this error on my synology nas docker installation for the past few days. I have added: This does not seem to have helped me. Does anyone have any other suggestions to help me to get this working please. |
Are you getting the same error as mentioned in the original message, and have you checked that you get a response when manually querying api.audnex.us outside of ABS? |
Thank you for your reply. Looking more closely, I am getting a different error: Error: getaddrinfo EAI_AGAIN api.audnex.us I was able to get a response from api.audnex.us outside of ABS. I realized I had recently installed another docker compose app and had to add a firewall rule on my Synology to allow the new docker IP address. I added a new firewall rule to allow the ABS IP network and it fixed the problem. I'm not sure what happened as ABS had been working for me for over 12 to 18 months without needing a rule! Thanks again for getting me to look more closely. |
What happened?
Starting yesterday afternoon, I'm getting "No Results" every time I try to match a book using Audible.com. I've tried using the ASIN or the Title, and I get the same outcome. Below are the logs that I get when I try to match using the ASIN B0CKM5YQX8.
2024-09-06 18:39:32.115 ERROR [Audible] ASIN search error AggregateError 2024-09-06 18:39:33.249 ERROR [Audible] query search error AggregateError 2024-09-06 18:39:33.250 INFO [Audnexus] Searching for author "https://api.audnex.us/authors?name=b0ckm5yqx8" 2024-09-06 18:39:33.763 ERROR [Audnexus] Author ASIN request failed for b0ckm5yqx8 AggregateError
One thing that was pointed out to me when I asked about this in the Discord is the fact that the logs show that the ASIN is in all lowercase even though I enter it as all caps when searching. They pointed out that following the Audnexus url with the ASIN in all caps does provide a result, but the URL in the logs doesn't (presumably because it's in lowercase).
What did you expect to happen?
I expected the book to be matched to the correct book via its ASIN.
Steps to reproduce the issue
Audiobookshelf version
v2.13.3
How are you running audiobookshelf?
Docker
What OS is your Audiobookshelf server hosted from?
macOS
If the issue is being seen in the UI, what browsers are you seeing the problem on?
None
Logs
Additional Notes
I've tried the ASIN for other books as well as searching by Title and Author. I get "No Results" every time.
The text was updated successfully, but these errors were encountered: