mirror of
https://github.com/misiektoja/spotify_profile_monitor.git
synced 2026-04-26 07:25:56 +03:00
[GH-ISSUE #13] Error when generating config file under Windows #11
Labels
No labels
Stale
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify_profile_monitor#11
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 @tomballgithub on GitHub (Jun 9, 2025).
Original GitHub issue: https://github.com/misiektoja/spotify_profile_monitor/issues/13
When trying to run the command from the instructions on the unedited source file, I see the following error when generating the config file to edit. FYI, I am using Windows
@tomballgithub commented on GitHub (Jun 9, 2025):
The fix is to change the following comment to a normal dash instead of the \u2500 dash:
@misiektoja commented on GitHub (Jun 9, 2025):
Thx for reporting this and suggesting a fix - I hadn't tested this on Windows and of course something had to misbehave there. Looks like I'll be issuing a round of patch releases for all my tools soon ;-)
@misiektoja commented on GitHub (Jun 9, 2025):
Ok, issue is fixed in 2.3.1. If you're planning to use the client method, go with this version. I forgot to set the user-agent for some requests, so Spotify might notice some unusual behavior.
@tomballgithub commented on GitHub (Jun 10, 2025):
Thanks. It's very coincidental that the cookie mechanism broke one day after you implemented a new method
@misiektoja commented on GitHub (Jun 10, 2025):
Yeah, it looked like I work for Spotify and knew what they were planning, lol. But seriously, just a coincidence.
I checked out the changes Spotify made today and managed to get the code running again with sp_dc method. Grab the newest 2.3.2 release (
pip install spotify_profile_monitor -U) if you need it (unless you switched to client method completely).@tomballgithub commented on GitHub (Jun 10, 2025):
Great work, I have it working with both mechanisms, but given your warning
about using an account you don't care about, I am using the cookie
mechanism for now since I've been doing that for almost a year without issue
On Mon, Jun 9, 2025 at 9:06 PM Michal Szymanski @.***>
wrote:
@misiektoja commented on GitHub (Jun 10, 2025):
I put the same warning about both the cookie and client method, not just the client one! Honestly, I think the client method is harder to detect since we fully simulate regular desktop client behavior.