-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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 | }
Reactions are currently unavailable