AnanthVivekanand / spotify-adblock

Blocking ads on desktop Spotify, crazy code ahead

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Songs are grayed

SupLiCatinG opened this issue · comments

image

Still can play audio but cant select song
I tried re-installing everything but still no luck

commented

Same for me, audio also stops after 6 seconds of playing. I think it began yesterday or day before.

I have the same issue also :0

Same for me, audio also stops after 6 seconds of playing. I think it began yesterday or day before.

Yeah bean yesterday but i cant play song with spotify connect.

BTW i tried in windows there is a spotify-adblock issue maybe spotify changed url's ?

Same issue I'm facing.

I'm looking into this, I noticed the same problem yesterday. I'll try to get a fix out this weekend if I can find one. Likely, the block/allow list just needs to be updated.

When song ends spotify starts station but this feature doesnt work with spotify-adblock can this issue solveable too ?
It says cannot fetch url:station error 500

Same here. Before works good.

@AnanthVivekanand Seems like this might be the cause
Screen Shot 2021-12-10 at 6 48 42 PM
?

I think I solved the issue by proxying through all requests on port 4070. I've been listening for about an hour now with no ads.

Can everyone try the branch greyed-out-fix? If there are no ads, I'll merge it into master.

@maximko @karelo911 @pickaxe828 @CharlieS1103 @p6002 @SupLiCatinG

@AnanthVivekanand Trying it out. It appears to work fine now.

It is totally fine for me now

I solved the issue by proxying through all requests on port 4070

Whats that mean?

This branch works great!

I solved the issue by proxying through all requests on port 4070

Whats that mean?

I noticed requests to made to various IP addresses, not domains, and tested allowing them through (they were previously blocked). I noticed that all of the requests to these IP addresses were on port 4070, so instead of adding them to the whitelist, I added a condition in mitm.js that proxies the request if it occurs on port 4070.

image

Alright, greyed-out-fix has been merged into master, running git pull should pull the changes.