createcandle / Candle-manager-addon

An add-on for the Candle Controller / WebThings Gateway. It allows you to upload code to Arduino's with the click of a button.
MIT License
5 stars 5 forks source link

Candle Manager needs python requests module but does not install it. #6

Closed pietervandereems closed 4 years ago

pietervandereems commented 4 years ago

After adding the add-on "Candle Manager" in the WebThings Gateway the terminal output will show errors "requests module not installed". A pip3 install requests (as the user running the gateway) and restarting the gateway after this will solve this.

createcandle commented 4 years ago

This should be fixed now. Thank you for reporting it.