Replies: 1 comment
-
Hi this issue is fixed. you can find the response in readme.md startup command section. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
error specifically mentions that Quart.call() is missing a required positional argument: 'send'.
[ERROR] Error handling request /
2024-02-13T14:15:09.330833972Z Traceback (most recent call last):
2024-02-13T14:15:09.330838872Z File "/opt/python/3.12.0/lib/python3.12/site-packages/gunicorn/workers/sync.py", line 135, in handle
2024-02-13T14:15:09.330843873Z self.handle_request(listener, req, client, addr)
2024-02-13T14:15:09.330848673Z File "/opt/python/3.12.0/lib/python3.12/site-packages/gunicorn/workers/sync.py", line 178, in handle_request
2024-02-13T14:15:09.330853373Z respiter = self.wsgi(environ, resp.start_response)
2024-02-13T14:15:09.330857973Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-02-13T14:15:09.330862574Z TypeError: Quart.call() missing 1 required positional argument: 'send'
2024-02-13T14:15:33.141789124Z 169.254.130.8 - - [13/Feb/2024:14:15:33 +0000] "GET / HTTP/1.1" 500 0 "-" "-"
Beta Was this translation helpful? Give feedback.
All reactions