Command error upload Youtube

Questions and answers on how to get the most out of FFAStrans
Post Reply
taurojo

Command error upload Youtube

Post by taurojo »

Hi
I've at the finish a command executor in Python.

The command ever work fine, but the system send my: Error Code 1.



%comspec% /c "cd c:\Python27\Scripts\ && python upload_video.py --file="D:\outvideotoyoutube\%original_name%_yout.mp4" --title="%original_name%" --privacyStatus="private" "


Thanks for your work!!!
admin
Site Admin
Posts: 1687
Joined: Sat Feb 08, 2014 10:39 pm

Re: Command error upload Youtube

Post by admin »

When the command is executed, FFAStrans asks Windows about the exit code from the handle and presents it for the user. This feature was requested by other users who wanted to create exit codes in their scripts. Even though it's presented as an error, it's up to the author of the script/program to decide what exit codes to use, if any. So it might be an error, and it might not. If everything is working like it should then you should just disregard it. In the next version the user will have the option to make the node disregard exit codes and thus allways give success.

-steinar
Post Reply