mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #9] Unicode error when uploading file #8
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#8
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 @beville on GitHub (Apr 18, 2020).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/9
Here's an error when uploading a file named:
02 ❦ (Ripe & Ruin).mp3. I renamed the file to get rid of the weird character, and it uploaded ok.I'm not sure if in my code I should have done translation before I passed it to ytmusicapi.
@sigma67 commented on GitHub (Apr 19, 2020):
Hey, what version of the API are you using? This might be the same issue as #5 , which was fixed in v0.6.
Edit: You must be using v0.5.2 judging from the line numbers in the error. Please upgrade to v0.6.
@beville commented on GitHub (Apr 19, 2020):
Sorry, my bad, I did have v0.5.2 from a few days back. I upgraded, thanks!