offish / twitchtube

Twitch YouTube bot. Automatically make video compilations of the most viewed Twitch clips and upload them to YouTube using Python 3.
MIT License
538 stars 77 forks source link

Fails to edit video for youtube #4

Closed OfficiallySp closed 4 years ago

OfficiallySp commented 4 years ago

I decided to test this out with the just chatting Catagory. The twitch clips download fine but afterwards. I get a traceback error image

offish commented 4 years ago

Could you show your config.py without CLIENT_ID and OAUTH_TOKEN?

OfficiallySp commented 4 years ago

image

offish commented 4 years ago

You have not added 'Just Chatting' under TAGS and DESCRIPTIONS so the bot crashes when trying to look for something that doesn't exist. You can simply copy 'Rust' with all it's tags and paste it between 'Rust' and 'Team Fortress 2' and then change the name to 'Just Chatting'. Do the same under descriptions. I will fix the error you've encountered and make the bot upload anyways, but until then just add what I wrote above.