tomer8007 / spotify-web-ads-remover

Simple extension to remove audio ads on Spotify web player
GNU General Public License v3.0
207 stars 21 forks source link

Cannot individual play songs from an album #15

Closed Ransomwave closed 6 months ago

Ransomwave commented 1 year ago

Recently I noticed you cannot, lets say, play the 5th song in an album. It will not skip the current song at all and wont do anything. The Chrome devtools gives back a 403 error.

POST https://gew1-spclient.spotify.com/connect-state/v1/player/command/from/9243312d3a8b3702f4d082ad2e93f3a5b0c68705/to/9243312d3a8b3702f4d082ad2e93f3a5b0c68705 403 image

https://github.com/tomer8007/spotify-web-ads-remover/assets/63156992/b0e58bff-8bdb-41a4-a393-d7f8e5889de8

tomer8007 commented 1 year ago

Thanks for the detailed report. I was able to reproduce this.

It seems Spotify doesn't let us change the state machine like that for some reason:

image

I will try to look more into that.

tomer8007 commented 7 months ago

@Ransomwave I think this bug is fixed now. Am I correct?

tomer8007 commented 6 months ago

Closing because it seems fixed for me.