-
Notifications
You must be signed in to change notification settings - Fork 13
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
Unable to create an AmazonPhoto instance #12
Comments
I had the same issue, from your Github profile you are based in the UK, the mappings _constants.py maps to uk and it should .co.uk. Therefore the url it calls is amazon.uk instead of .co.uk amazon_photos/amazon_photos/_constants.py Line 111 in 685c965
To fix it, I hardcoded |
This worked - I hard-coded that url as well and it has stopped giving me this error. Though now I'm getting the error |
The only other error I encountered was #16 and once I made the fix from the PR it worked for me. |
I copied the sample code from the readme file, which connects the app to my Amazon Photo, then gets AP's status.
The program hangs when I run it, though I have received SMS/emails from Amazon informing me of a new login. When I exit the program using
Ctrl+C
, it spills out the following stack trace.The text was updated successfully, but these errors were encountered: