question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to scorbble from Youtube

See original GitHub issue

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)

  1. Visit any youtube music video page, i.e.: https://www.youtube.com/watch?v=cUbFzEMQ2F
  2. 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:21 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
alexespritcommented, Apr 14, 2019

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.

1reaction
inversecommented, Apr 19, 2019

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found