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

User not able to log in #2

Open
eliihen opened this issue Dec 29, 2017 · 0 comments
Open

User not able to log in #2

eliihen opened this issue Dec 29, 2017 · 0 comments

Comments

@eliihen
Copy link
Contributor

eliihen commented Dec 29, 2017

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  | }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant