mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #154] Data type mismatch #116
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#116
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 @ghost on GitHub (Jan 17, 2021).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/154
https://github.com/spotDL/spotify-downloader/issues/1123.
https://github.com/spotDL/spotify-downloader/issues/1119
Recieving number of views/artist name instead of duration.
If you could direct us as to how to remedy this we'd open a PR, else we would like to know how long a fix would take.
[Edit]
Thank you.
@sigma67 commented on GitHub (Jan 18, 2021):
First off, are the users on the latest version 0.13.1? That should fix a lot of issues. With the search terms the user mentioned all I could find was a couple videos with no duration (duration field is
None). Does your code account for that possibility?Regarding parsed results, I've thought about it but in my opinion it's not a clear benefit, more of a trade-off.
For users that don't use the parsed data (not at all or just want the string), it's a potential source of errors. It could be mitigated with error handling, but the parsing overhead remains.
@ghost commented on GitHub (Jan 18, 2021):
About parsing: 👍
About users being on the latest version: probably not. Will notify the guys over at discord.
I'll ping you if the error persist.
Thanks!