Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command returning "Internal Server Error #50

Open
marcusds opened this issue May 3, 2022 · 1 comment
Open

Command returning "Internal Server Error #50

marcusds opened this issue May 3, 2022 · 1 comment

Comments

@marcusds
Copy link

marcusds commented May 3, 2022

While trying to use :5000/command?message=something

I get: {"message": "Internal Server Error"}

In the log I 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_functions[rule.endpoint](**req.view_args)
  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.86.50 - - [03/May/2022 15:37:05] "GET /command?message=What%20time%20is%20it HTTP/1.1" 500 -

Seems to come down to: TypeError: 'str' object is not callable

Broadcasts however seem to work fine.

@calisro
Copy link

calisro commented May 9, 2022

The command you entered is a question. It is trying to respond to this package but the package can't handle responses (at least that I know of). Just do commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants