mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #321] unable to start spotify player #170
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#170
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 @chestershotfries on GitHub (Dec 18, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/321
I'm having an issue that just popped up today randomly after I restarted the program. Every time I try to run it it gives me this error:
Error: EOF while parsing an object at line 1 column 206089
I am not sure how to reproduce since it just happens every time I try to start.
Here is the log:
and backtrace is empty
I'm not sure where to look to fix this so any help would be appreciated. Thanks.
@aome510 commented on GitHub (Dec 18, 2023):
Can you delete
/home/dan/.cache/spotify-player/SavedTracks_cache.jsonand try again? Maybe a corruption happens when saving data.@chestershotfries commented on GitHub (Dec 19, 2023):
That worked. Thanks a lot!
@aome510 commented on GitHub (Dec 19, 2023):
Great to hear that. I'll close this one then