You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example request /command?message=What%20is%20the%20temperature returns 500 error
ERROR:flask.app:Exception on /command [GET]
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1813, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1799, in dispatch_request
return self.view_functionsrule.endpoint
File "/usr/local/lib/python3.5/dist-packages/flask_restful/init.py", line 480, in wrapper
resp = resource(*args, **kwargs)
File "/usr/local/lib/python3.5/dist-packages/flask/views.py", line 88, in view
return self.dispatch_request(*args, **kwargs)
File "/usr/local/lib/python3.5/dist-packages/flask_restful/init.py", line 595, in dispatch_request
resp = meth(*args, **kwargs)
File "/hassio_gassistant.py", line 49, in get
response_text, response_html = assistant.assist(text_query=message)
File "/hassio_gassistant.py", line 132, in assist
text_response = resp.dialog_state_out.supplemental_display_text()
TypeError: 'str' object is not callable
INFO:werkzeug:192.168.10.7 - - [31/May/2020 15:59:45] "GET /command?message=What%20is%20the%20temperature HTTP/1.1" 500 -
The text was updated successfully, but these errors were encountered:
Example request /command?message=What%20is%20the%20temperature returns 500 error
ERROR:flask.app:Exception on /command [GET]
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1813, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1799, in dispatch_request
return self.view_functionsrule.endpoint
File "/usr/local/lib/python3.5/dist-packages/flask_restful/init.py", line 480, in wrapper
resp = resource(*args, **kwargs)
File "/usr/local/lib/python3.5/dist-packages/flask/views.py", line 88, in view
return self.dispatch_request(*args, **kwargs)
File "/usr/local/lib/python3.5/dist-packages/flask_restful/init.py", line 595, in dispatch_request
resp = meth(*args, **kwargs)
File "/hassio_gassistant.py", line 49, in get
response_text, response_html = assistant.assist(text_query=message)
File "/hassio_gassistant.py", line 132, in assist
text_response = resp.dialog_state_out.supplemental_display_text()
TypeError: 'str' object is not callable
INFO:werkzeug:192.168.10.7 - - [31/May/2020 15:59:45] "GET /command?message=What%20is%20the%20temperature HTTP/1.1" 500 -
The text was updated successfully, but these errors were encountered: