You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that when the app exceeds the daily usage limit of the YouTube data API, it locks up and stops the user from logging in. The only way of recovering from this right now is to restart the web app, then it returns to a working state.
This could be a result of a promise rejection that is not properly handled.
web_1 | refreshAllVideos failed: {
web_1 | "error": {
web_1 | "errors": [
web_1 | {
web_1 | "domain": "usageLimits",
web_1 | "reason": "dailyLimitExceeded",
web_1 | "message": "Daily Limit Exceeded. The quota will be reset at midnight Pacific Time (PT). You may monitor your quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/youtube.googleapis.com/quotas?project=xxx",
web_1 | "extendedHelp": "https://console.developers.google.com/apis/api/youtube.googleapis.com/quotas?project=xxx"
web_1 | }
web_1 | ],
web_1 | "code": 403,
web_1 | "message": "Daily Limit Exceeded. The quota will be reset at midnight Pacific Time (PT). You may monitor your quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/youtube.googleapis.com/quotas?project=xxx"
web_1 | }
web_1 | }
The text was updated successfully, but these errors were encountered:
It seems that when the app exceeds the daily usage limit of the YouTube data API, it locks up and stops the user from logging in. The only way of recovering from this right now is to restart the web app, then it returns to a working state.
This could be a result of a promise rejection that is not properly handled.
The text was updated successfully, but these errors were encountered: