shivasiddharth / GassistPi

Google Assistant for Single Board Computers
Other
1.02k stars 303 forks source link

Hi theres an issue in the latest version #453

Closed AmirCrimson closed 6 years ago

AmirCrimson commented 6 years ago

ON_RECOGNIZING_SPEECH_FINISHED: {"text": "what can you do"} ON_RENDER_RESPONSE: {"text": "Here are some things you can ask for:", "type": 0} ON_RENDER_RESPONSE: {"text": "Here are some things you can ask for:", "type": 0} ON_RENDER_RESPONSE: { "text": "Take a pick:\nTranslation · Sleep Timers · · Answers · Google Home · Calendar · Help · My Assistant · News · · Shopping · Sports · Timers · Weather · · Alarms · · · ", "type": 0 } ON_RENDER_RESPONSE: { "text": "Take a pick:\nTranslation · Sleep Timers · · Answers · Google Home · Calendar · Help · My Assistant · News · · Shopping · Sports · Timers · Weather · · Alarms · · · ", "type": 0 } ERROR:main:local variable 'URL' referenced before assignment Traceback (most recent call last): File "/home/pi/GassistPi/src/main.py", line 560, in Myassistant().main() File "/home/pi/GassistPi/src/main.py", line 454, in main feed(str(usrcmd).lower()) File "/home/pi/GassistPi/src/actions.py", line 308, in feed feed=feedparser.parse(URL) UnboundLocalError: local variable 'URL' referenced before assignment

AmirCrimson commented 6 years ago

the assistant freezes this way service stays stuck but manually im able to break it and run it again. can you plz fix this problem???