cleartonic / twitchtriviabot

Twitch Trivia Bot
MIT License
23 stars 13 forks source link

KeyError: 'output' #10

Open mhrosen opened 4 years ago

mhrosen commented 4 years ago

When running the twitchtriviabot.py, my team is receiving error message line 824, in init if str(self.session_config['output']).lower() == 'true' or self.session_config['output'] == True: KeyError: 'output' zsh: abort /usr/local/opt/python/bin/python3.7

We cannot find anything in the trivia_config.yml file or documentation that suggests output should be a key. Any advice?

Thank you!

cleartonic commented 4 years ago

Sorry about that - I hadn't updated the init_config directory, and config.txt was not necessary anymore. "Releases" has a zipfile of what you should need for the latest version, too. This should be addressed