Skip to content
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

"No images returned from this Aura Frame" Error #9

Open
Duckmanjbr opened this issue Jan 28, 2024 · 6 comments
Open

"No images returned from this Aura Frame" Error #9

Duckmanjbr opened this issue Jan 28, 2024 · 6 comments

Comments

@Duckmanjbr
Copy link

Has anyone seen this error? It appears login is working correctly but the image array is broken.

Duckmans-Mac-Mini:aura-frame-downloader-main duckman$ python download-aura-photos.py 
Login Success
Download Error: No images returned from this Aura Frame. API responded with:
{u'message': u'Not found', u'error': True}
Downloaded {total} photos
Duckmans-Mac-Mini:aura-frame-downloader-main duckman$
@dkwalker37
Copy link

dkwalker37 commented Jan 17, 2025 via email

@meub
Copy link
Owner

meub commented Jan 17, 2025

Are you sure you are using the right frame ID? It has a format that looks like this: 476300c8-98fd-429a-9d33-72a39ca9f1c2. Is that what your frame ID looks like? I just tested and it still works fine for me.

@meub
Copy link
Owner

meub commented Jan 17, 2025

I see the same error you describe when I enter in an invalid frame ID. Make sure you follow the instructions from the readme to get the correct frame ID. You can get the frame ID by doing the following:

  • Go to https://app.auraframes.com and log in
  • Click on the Frame name
  • Click on "View Photos" underneath the frame
  • Then grab the ID from the URL: https://app.auraframes.com/frame/<FRAME ID HERE>

@dkwalker37
Copy link

dkwalker37 commented Jan 17, 2025 via email

@meub
Copy link
Owner

meub commented Jan 17, 2025

The ID for emaling images to your frame is totally different and will not work. You just need to use the ID that you get from your browser's URL bar after you go to https://app.auraframes.com, log in, click on the frame name and click on "View Photos" underneath the frame. It will have have dashes in it and be the same format as this example: 476300c8-98fd-429a-9d33-72a39ca9f1c2.

@dkwalker37
Copy link

dkwalker37 commented Jan 17, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants