-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to upload songs #1
Comments
Hey, please make sure you're using the latest version 0.5.1. There was a bug with uploads in 0.5. In particular, there is now an authentication check when providing auth headers, which should have triggered on the first of your fail tests. I tested the code you posted and it worked fine for me, so there is no issue with it. There is also a processing delay, so your song should first show up as "processing" in the songs section of your library. As for mp4 files and same songs, the library currently does not check this. Duplicates can be uploaded without issues. So make sure your file is correct. |
Hey, thanks for bringing up these issues. They are valid.
Let me know if you've done any additional experiments or reverse engineered something successfully. |
Hey, just letting you know that I've found the problem. Files should now be uploaded correctly. All three issues should be fixed in the latest version v0.5.2 |
Hi sigma67, yes. my issue is solved in v.0.5.2. I can upload my *.flac files successfully now. thank you ! |
I tried to use this API to upload songs to youtube music. But always fail to do that.
I got return status "STATUS_SUCCEEDED", but I fail to see my uploaded song in youtube music.
I tried to do some fail experiments and the return status is always "STATUS_SUCCEEDED"
The text was updated successfully, but these errors were encountered: