mirror of
https://github.com/AnanthVivekanand/spotify-adblock.git
synced 2026-04-26 21:15:53 +03:00
[GH-ISSUE #52] Songs are grayed #316
Labels
No labels
cannot reproduce
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-adblock#316
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SupLiCatinG on GitHub (Dec 9, 2021).
Original GitHub issue: https://github.com/AnanthVivekanand/spotify-adblock/issues/52
Still can play audio but cant select song
I tried re-installing everything but still no luck
@maximko commented on GitHub (Dec 10, 2021):
Same for me, audio also stops after 6 seconds of playing. I think it began yesterday or day before.
@pickaxe828 commented on GitHub (Dec 10, 2021):
I have the same issue also :0
@SupLiCatinG commented on GitHub (Dec 10, 2021):
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 ?
@karelo911 commented on GitHub (Dec 10, 2021):
Same issue I'm facing.
@AnanthVivekanand commented on GitHub (Dec 10, 2021):
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.
@SupLiCatinG commented on GitHub (Dec 10, 2021):
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
@p6002 commented on GitHub (Dec 10, 2021):
Same here. Before works good.
@CharlieS1103 commented on GitHub (Dec 10, 2021):
@AnanthVivekanand Seems like this might be the cause

?
@CharlieS1103 commented on GitHub (Dec 10, 2021):
https://spclient.wg.spotify.com/playlistextender/extendp/
@AnanthVivekanand commented on GitHub (Dec 11, 2021):
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
@karelo911 commented on GitHub (Dec 11, 2021):
@AnanthVivekanand Trying it out. It appears to work fine now.
@SupLiCatinG commented on GitHub (Dec 11, 2021):
It is totally fine for me now
@p6002 commented on GitHub (Dec 12, 2021):
Whats that mean?
@strejda603 commented on GitHub (Dec 13, 2021):
This branch works great!
@AnanthVivekanand commented on GitHub (Dec 13, 2021):
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.
@AnanthVivekanand commented on GitHub (Dec 13, 2021):
Alright,
greyed-out-fixhas been merged into master, running git pull should pull the changes.