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
Oct 05 13:18:47 host-03 gunicorn[823]: File "/usr/lib/python3.12/site-packages/flask/app.py", line 865, in dispatch_request
Oct 05 13:18:47 host-03 gunicorn[823]: return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return]
Oct 05 13:18:47 host-03 gunicorn[823]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Oct 05 13:18:47 host-03 gunicorn[823]: File "/usr/lib/python3.12/site-packages/quads/server/blueprints/__init__.py", line 83, in decorated_function
Oct 05 13:18:47 host-03 gunicorn[823]: return f(*args, **kwargs)
Oct 05 13:18:47 host-03 gunicorn[823]: ^^^^^^^^^^^^^^^^^^
Oct 05 13:18:47 host-03 gunicorn[823]: File "/usr/lib/python3.12/site-packages/quads/server/blueprints/interfaces.py", line 72, in create_interface
Oct 05 13:18:47 host-03 gunicorn[823]: if speed and not speed > 0:
Oct 05 13:18:47 host-03 gunicorn[823]: ^^^^^^^^^
Oct 05 13:18:47 host-03 gunicorn[823]: TypeError: '>' not supported between instances of 'str' and 'int'
The text was updated successfully, but these errors were encountered:
QUADS VERSION
quads-2.1.0-20241002.noarch
OS VERSION
Fedora 40 / Python 3.12
This produces a stack trace:
The text was updated successfully, but these errors were encountered: