-
Notifications
You must be signed in to change notification settings - Fork 107
YT uploader: no appropriate stream found #545
Comments
I've never encountered this before, I think mutagen couldnt read the ogg to
|
@MadMub that's right, it can't read the file to get the metadata. Take a look at the first command I used. The file FOO.ogg isn't a valid Ogg file. In this case it would be better to skip the file (and properly notify the user) instead of using default metadata and trying to upload the file, which will likely be rejected by YouTube anyway. |
oh, so you just named a file foo.ogg, and tried to upload it. File checking simply checks the extension, do you really see the user making fake video files? |
I don't remember how I made the file (was a long time ago), but I don't think I simply did It's okay if extracting the metadata fails (and checking the file extension is good enough for now), I just think we can handle this error better as suggested in my previous comment. |
Should we handle this error better?
cc @MadMub
The text was updated successfully, but these errors were encountered: