mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #247] get_liked_songs Errorring Out #191
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#191
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 @oraqol on GitHub (Dec 19, 2021).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/247
I've been using ytmusicapi for the last few days, scraping some data music.youtube.com. Working great for a few days, yesterday it began to error out. I went into the offending module and added the following print statement to see what is being returned as a json string, but it only has a
<Response [200]>where I imagine the payload should be. Any ideas? I tried flushing my browsers cookies and re-adding the headers, because before I did that the error returned a403 Forbidden.@sigma67 commented on GitHub (Dec 20, 2021):
Not sure what the issue is here, seems like you aren't properly authenticated since the first errors were 403s. There's no parsing problems with
get_liked_songsfor me. Can you repeat the setup procedure to see if that fixes it?