mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #54] keyError longBylineText in watch playlist parse #37
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#37
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 @scrimshander on GitHub (Aug 5, 2020).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/54
Hi -
Using v 0.9.1. Looking at the JSON for a watch playlist, I'm only seeing
shortBylineTextand the parser is looking forlongBylineText. Is this a known issue? (Line numbers will be slightly off as I added some code to output the JSON). You can see the song ID I am using in the tracebak. Happy to provide the full JSON as well.@sigma67 commented on GitHub (Aug 6, 2020):
It seems something changed on the server side,
longBylineTextis missing for all my tests now, too (which previously passed).I'll change it to return shortbyline instead, or None if it is missing.