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.

Spotify doesn't work

See original GitHub issue

The spotify web player no longer works. I was using it a few days ago and it appeared to work fine, but suddenly it just stopped working. Neither the key bind nor the button in the extension work at all. YouTube and others still work perfectly fine though

I get the following error in the js console: STREAMKEYS-ERROR: Element not found for click. [title='Pause'],[title='Play']

Edit: It appears to be broken with commit #284

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:17 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
y3sekercommented, Mar 12, 2017

Class selectors can be used for buttons instead of title matching. Like following.

var multiSelectors = {
    playPause: ["#play-pause", "#play", ".spoticon-pause-32,.spoticon-play-32"],
    playNext: ["#next", "#next", ".spoticon-skip-forward-24"],
    playPrev: ["#previous", "#previous", ".spoticon-skip-back-24"],
    playState: ["#play-pause.playing", "#play.playing", ".spoticon-pause-32"],
    ...
  };
0reactions
cosmicbootscommented, Apr 12, 2017

The player updated for me too and now the newest code from github works just fine.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spotify not playing
Spotify not playing ; Restart the Spotify app; Update the app ; Make sure your internet connection is stable; Update your device's operating...
Read more >
Spotify down? Current status and problems - Downdetector
Real-time problems and status for Spotify. Is the service down or not working properly? Can't listen to music streams? Here you see what...
Read more >
Spotify Not Working? 10 Common Spotify Issues and How to ...
Typically, the issue can be fixed by turning on Spotify's hardware acceleration. Open the Spotify app and head to More > View >...
Read more >
The 8 most common Spotify problems with simple fixes
If the Spotify app is not working on all your devices, the issue might be with the service. Like most online services, Spotify...
Read more >
Is Your Spotify Not Working? Here's How to Fix it.
How to Fix Spotify Not Working? · 1. Restart Spotify · 2. Check Internet Connection · 3. Update Spotify · 4. Uninstall an...
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