mirror of
https://github.com/AnanthVivekanand/spotify-adblock.git
synced 2026-04-27 05:25:47 +03:00
[GH-ISSUE #33] Logout, Friends list, among others not working. #149
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#149
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 @CharlieS1103 on GitHub (Jun 23, 2021).
Original GitHub issue: https://github.com/AnanthVivekanand/spotify-adblock/issues/33
On logout you recieve :
Uncaught (in promise) Error: POST request to sp://desktop/v1/logout failed with status code 404 at c.onSuccess (xpui.js:1) at onSuccess (xpui.js:1)UpgradeStatus for friends list:
xpui.js:1 Error: SUB request to sp://desktop/v1/upgrade/status failed with status code 404 at c.onSuccess (xpui.js:1) at onSuccess (xpui.js:1) n @ xpui.js:1 onSuccess @ xpui.js:1 onSuccess @ xpui.js:1 xpui.js:1 Uncaught (in promise) Error: P@AnanthVivekanand commented on GitHub (Jun 23, 2021):
Where are these errors occurring? Are these in the Spotify log or mitm.js log?
@CharlieS1103 commented on GitHub (Jun 23, 2021):
@AnanthVivekanand These errors are in the spotify console, would you like me to send mitm.js log as well?
@CharlieS1103 commented on GitHub (Jun 23, 2021):
@CharlieS1103 commented on GitHub (Jun 23, 2021):
@CharlieS1103 commented on GitHub (Jun 23, 2021):
Believe it or not, atm nothing that requires a connection at all is working, probably not a bug with this but would appreciate any help with why this is happening
@AnanthVivekanand commented on GitHub (Jun 23, 2021):
Could you start from a fresh git clone and paste a full log of how you set everything up?
@CharlieS1103 commented on GitHub (Jun 23, 2021):
@AnanthVivekanand I don't think it's an issue with your app, I figured it out(proxy settings randomly reset.) My setup is spicetify with some custom themes and extensions set up, and I then wrote a script to toggle remove ads, wrapped that in a separate Spotify app(on mac.) for convenience, If it happens again I can always write a small script for recurrently checking the settings, however Logout and Friends list still don't work, which I believe is an issue with the spotify ad block.
@CharlieS1103 commented on GitHub (Jun 23, 2021):
It seems to break whenever I hit the logout button, reset the proxy settings and such
@CharlieS1103 commented on GitHub (Jun 23, 2021):
It works fine when spicetify is not applied, sorry for the trouble, I'll contact @khanas about it
@AnanthVivekanand commented on GitHub (Jun 23, 2021):
Ok, I wonder why spicetify conflicts with this. Please share any info if you discover anything.
@CharlieS1103 commented on GitHub (Jun 23, 2021):
@AnanthVivekanand Will do, I think it's probably something where preferences are saved based on the user signed in so when I log out the proxy settings are reset and I'm unable to log in, I'm going to look into a way to set the default preferences
@CharlieS1103 commented on GitHub (Jun 23, 2021):
@AnanthVivekanand Yeah, I think that Spicetify actually doesn't conflict, but using Spicetify restore backup (resets proxy settings)will fix the issue however you won't be able to log out. I'm confused on a way to fix this other than just stopping your proxy to log out which would be annoying but not impossible, you could potentially implement something to fix this, although I'm not sure what.
@CharlieS1103 commented on GitHub (Jun 23, 2021):
The proxy is still up on my computer even after I close the wrapper too which I find odd, I can't even find it in the processes
@CharlieS1103 commented on GitHub (Jun 23, 2021):
@AnanthVivekanand commented on GitHub (Jun 25, 2021):
What is SpotifyReal.app? Is this a modded Spotify?
@CharlieS1103 commented on GitHub (Jun 25, 2021):
@AnanthVivekanand It's the wrapper I made to run spotify and spotify adblock at the same time and together (So i don't have to see spotify adblock console as well.)