Skip to content

screensaver plugin no longer retrieving photos from Google Photos albums #39

@GreggPlu

Description

@GreggPlu

I'm getting an Error: Status: 429
followed by-
at error$1 (chrome-extension://kohpcmlfdjfdggcjmjhhbcbankgmppgc/shared_bundle_4.js:1:9903)
at AppMainElement.showErrorDialog (chrome-extension://kohpcmlfdjfdggcjmjhhbcbankgmppgc/shared_bundle_1.js:4178:7192)
at AlbumsViewElement.loadAlbumList (chrome-extension://kohpcmlfdjfdggcjmjhhbcbankgmppgc/shared_bundle_1.js:2018:3264)
at async GooglePhotosPageElement.loadAlbumList (chrome-extension://kohpcmlfdjfdggcjmjhhbcbankgmppgc/shared_bundle_1.js:2272:2705)
at async GooglePhotosPageElement.onEnterPage (chrome-extension://kohpcmlfdjfdggcjmjhhbcbankgmppgc/shared_bundle_1.js:2272:2620)
at async AppMainElement.onSelectedPageChanged (chrome-extension://kohpcmlfdjfdggcjmjhhbcbankgmppgc/shared_bundle_1.js:4178:7879)

From what I can tell (and my limited experience with Javascript and the Google Photos API), a 429 error status typically indicates that the user has exceeded the rate limit for accessing a particular service or API. This could suggest that the plugin is making too many requests to the Google Photos API, which is causing the rate limit to be exceeded.

The error message suggests that there may be an issue with the code that handles error messages, as it is calling a function called "showErrorDialog."

Does anybody know how to fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions