SPARC-Auburn / Lab-Assistant

The purpose of this project is to create a virtual assistant to assist SPARC members using Python. The virtual assistant will be fully featured including abilities to help in the lab to automating a home. It will include a system that allows for easy to use management of lab equipment and various administrative features. The virtual assistant could also be integrated on a mobile robotic platform to allow more capabilities that a static computing platform could. Our current iteration of the virtual assistant is named Karen.
http://sparc-auburn.github.io/
Apache License 2.0
11 stars 5 forks source link

UnicodeDecodeError: 'ascii' codec can't decode #30

Closed mcberry23 closed 6 years ago

mcberry23 commented 6 years ago

gtts is not accepting encoded responses properly

Example: Command heard: what is the weather in auburn today Response: Today in Auburn it will be around 63°F and scattered showers. UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 36: ordinal not in range(128)

mcberry23 commented 6 years ago

Fixed unicode decoding bug. Now works with degree symbol. Removed quotes from DialogFlow.