mirror of
https://github.com/akashrchandran/syrics.git
synced 2026-04-26 17:45:49 +03:00
[GH-ISSUE #44] 404 error could use help #26
Labels
No labels
bug
documentation
easy to add
enhancement
enhancement
good first issue
hacktoberfest
hacktoberfest
priority: medium
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/syrics#26
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 @defygrav12 on GitHub (Jul 3, 2025).
Original GitHub issue: https://github.com/akashrchandran/syrics/issues/44
akashrchandran could you help me figure out this issue? I haven't been able to get it working since it originally broke. I've ran the upgrade and/or news setup with no luck
C:\Users\Supapoon>syrics --user current
HTTP Error for GET to https://api.spotify.com/v1/me/player/currently-playing with Params: {'market': None, 'additional_types': None} returned 404 due to Not found.
Traceback (most recent call last):
File "C:\Users\Supapoon\AppData\Local\Programs\Python\Python312\Lib\site-packages\spotipy\client.py", line 275, in _internal_call
response.raise_for_status()
File "C:\Users\Supapoon\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\models.py", line 1024, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://api.spotify.com/v1/me/player/currently-playing
During handling of the above exception, another exception occurred: