[GH-ISSUE #52] Songs are grayed #316

Closed
opened 2026-03-14 08:17:23 +03:00 by kerem · 16 comments
Owner

Originally created by @SupLiCatinG on GitHub (Dec 9, 2021).
Original GitHub issue: https://github.com/AnanthVivekanand/spotify-adblock/issues/52

image

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

Originally created by @SupLiCatinG on GitHub (Dec 9, 2021). Original GitHub issue: https://github.com/AnanthVivekanand/spotify-adblock/issues/52 ![image](https://user-images.githubusercontent.com/94017480/145459961-52bbfd92-48b5-4fa5-91bb-5bb0a37bd0f3.png) Still can play audio but cant select song I tried re-installing everything but still no luck
kerem closed this issue 2026-03-14 08:17:28 +03:00
Author
Owner

@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.

<!-- gh-comment-id:990899972 --> @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.
Author
Owner

@pickaxe828 commented on GitHub (Dec 10, 2021):

I have the same issue also :0

<!-- gh-comment-id:990940829 --> @pickaxe828 commented on GitHub (Dec 10, 2021): I have the same issue also :0
Author
Owner

@SupLiCatinG 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.

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 ?

<!-- gh-comment-id:990947630 --> @SupLiCatinG 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. 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 ?
Author
Owner

@karelo911 commented on GitHub (Dec 10, 2021):

Same issue I'm facing.

<!-- gh-comment-id:990990891 --> @karelo911 commented on GitHub (Dec 10, 2021): Same issue I'm facing.
Author
Owner

@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.

<!-- gh-comment-id:991061115 --> @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.
Author
Owner

@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

<!-- gh-comment-id:991111427 --> @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
Author
Owner

@p6002 commented on GitHub (Dec 10, 2021):

Same here. Before works good.

<!-- gh-comment-id:991188790 --> @p6002 commented on GitHub (Dec 10, 2021): Same here. Before works good.
Author
Owner

@CharlieS1103 commented on GitHub (Dec 10, 2021):

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

<!-- gh-comment-id:991378558 --> @CharlieS1103 commented on GitHub (Dec 10, 2021): @AnanthVivekanand Seems like this might be the cause <img width="727" alt="Screen Shot 2021-12-10 at 6 48 42 PM" src="https://user-images.githubusercontent.com/60494758/145654799-26d38c67-9418-4051-8f3a-de78c94b0f4b.png"> ?
Author
Owner

@CharlieS1103 commented on GitHub (Dec 10, 2021):

https://spclient.wg.spotify.com/playlistextender/extendp/

<!-- gh-comment-id:991378718 --> @CharlieS1103 commented on GitHub (Dec 10, 2021): https://spclient.wg.spotify.com/playlistextender/extendp/
Author
Owner

@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

<!-- gh-comment-id:991491368 --> @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`](https://github.com/AnanthVivekanand/spotify-adblock/tree/greyed-out-fix)? If there are no ads, I'll merge it into master. @maximko @karelo911 @pickaxe828 @CharlieS1103 @p6002 @SupLiCatinG
Author
Owner

@karelo911 commented on GitHub (Dec 11, 2021):

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

<!-- gh-comment-id:991498135 --> @karelo911 commented on GitHub (Dec 11, 2021): @AnanthVivekanand Trying it out. It appears to work fine now.
Author
Owner

@SupLiCatinG commented on GitHub (Dec 11, 2021):

It is totally fine for me now

<!-- gh-comment-id:991604131 --> @SupLiCatinG commented on GitHub (Dec 11, 2021): It is totally fine for me now
Author
Owner

@p6002 commented on GitHub (Dec 12, 2021):

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

Whats that mean?

<!-- gh-comment-id:991860170 --> @p6002 commented on GitHub (Dec 12, 2021): > I solved the issue by proxying through all requests on port 4070 Whats that mean?
Author
Owner

@strejda603 commented on GitHub (Dec 13, 2021):

This branch works great!

<!-- gh-comment-id:992000007 --> @strejda603 commented on GitHub (Dec 13, 2021): This branch works great!
Author
Owner

@AnanthVivekanand commented on GitHub (Dec 13, 2021):

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
<!-- gh-comment-id:992005575 --> @AnanthVivekanand commented on GitHub (Dec 13, 2021): > > 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. <img width="321" alt="image" src="https://user-images.githubusercontent.com/40674932/145736111-a28d27f7-039c-4720-985f-cf83a32f12e2.png">
Author
Owner

@AnanthVivekanand commented on GitHub (Dec 13, 2021):

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

<!-- gh-comment-id:992005983 --> @AnanthVivekanand commented on GitHub (Dec 13, 2021): Alright, `greyed-out-fix` has been merged into master, running git pull should pull the changes.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-adblock#316
No description provided.