-
Notifications
You must be signed in to change notification settings - Fork 69
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
listAlbums doesnt list all of my albums #3
Comments
Can you add the following to your client: it will turn on HTTP logging, so we can see the data going back and forth? import requests
import logging
import http.client as http_client
http_client.HTTPConnection.debuglevel = 1
logging.basicConfig()
logging.getLogger().setLevel(logging.DEBUG)
requests_log = logging.getLogger("requests.packages.urllib3")
requests_log.setLevel(logging.DEBUG)
requests_log.propagate = True If you could then say which albums are & aren't included, that would be great. |
I already found the bug. I will send you the solution next week. |
The error is that If you remove this two checks it lists me all albums. |
would like to +1 this, as Amazon just announced they’re discontinuing Unlimited and there is no way to download your personal library other than 1 at a time. |
Where does Amazon said they're discontinuing Unlimited??? |
They did't said, that they stop unlimited. They only stop the functionality to upload your own mp3 files. |
a close friend who has the 250,000 plan has Amazon telling him it’s no longer supported and he has to download them if he wants to keep them. |
No description provided.
The text was updated successfully, but these errors were encountered: