web-scrobbler: Unable to scorbble from Youtube
Scrobbling from youtube does nothing
Expected behavior
Scrobble music from Youtube
Current behavior
Absolutely nothing happens due to 403 youtube API error:
youtube.js:210 GET https://www.googleapis.com/youtube/v3/videos?part=snippet&id=hSyfPujR5tg&key=%APIKEYHERE% 403
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "dailyLimitExceeded",
"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=265200169229",
"extendedHelp": "https://console.developers.google.com/apis/api/youtube.googleapis.com/quotas?project=265200169229"
}
],
"code": 403,
"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=265200169229"
}
}
Possible solution
add more API keys or make possiblity to setup own API keys
Steps to reproduce (for bugs)
- Visit any youtube music video page, i.e.: https://www.youtube.com/watch?v=cUbFzEMQ2F
- Check console
Steps for resolving the issue
- Reauthenticate on Last.fm
- Try to use unpacked extension from latest master
- Check other issues for duplicates
Environment
- Version used:
commit ed9a10eed71f38810cc4aad7ce8c2baef2718aa4 (HEAD -> master, tag: v2.16.0, origin/master, origin/HEAD)
- Browser name and version: Opera 60
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36 OPR/60.0.3255.27
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 1
- Comments: 21 (12 by maintainers)
Commits related to this issue
- Fixes #1955, retrieve YouTube category without API — committed to stephanebruckert/web-scrobbler by stephanebruckert 5 years ago
- Fix YouTube connector. Get category from page instead of API. Fixes #1955. — committed to stephanebruckert/web-scrobbler by stephanebruckert 5 years ago
- Fix YouTube connector. Get category from page instead of API. Fixes #1955. — committed to stephanebruckert/web-scrobbler by stephanebruckert 5 years ago
- Fix youtube connector Get category from page instead of API. Closes #1955. — committed to web-scrobbler/web-scrobbler by stephanebruckert 5 years ago
- Fix youtube connector Get category from page instead of API. Closes #1955. — committed to web-scrobbler/web-scrobbler by stephanebruckert 5 years ago
I moved some workaround back, and now the connector should do requests less frequently. Of course, we need to wait until quotas for all keys are reset.
Def sounds like we’re hitting limits. Also saw on analytics we’re blowing up our usage and should be careful.
User defined keys could be a way to go, especially if we document the process, but like you said def isn’t user friendly. Aside moving away from API driven, what else is there?
Ok. I close this issue. Feel free to reopen it again.