Unable to scorbble from Youtube
See original GitHub issueScrobbling 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
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:21 (12 by maintainers)
Top Results From Across the Web
NOT SCROBBLING IN YOUTUBE :( · Issue #3217 - GitHub
Then the most likely thing to be happening is that the videos are incorrectly not marked as music or entertainment.
Read more >Scrobble from YouTube on Safari : r/lastfm - Reddit
Is there any way to scrobble youtube videos while using safari?
Read more >Last.fm Scrobbler for YouTube - Browser Extension Review
Scrobble YouTube songs on the music category or any custom category to last.fm. ... Your browser can't play this video.
Read more >Why do some tracks have listeners, but I ... - Last.fm | Support
By scrobbling your music, information about the artist, album and track names is sent to Last.fm, and based on this information many statistics,...
Read more >Last.fm Scrobbler - add0n.com
I can't understand why it appears "This website is not supported. Web Scrobbler does not support scrobbling from this website." on Youtube and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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?