-
Notifications
You must be signed in to change notification settings - Fork 19
Description
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?