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
When pinging the app with the GET method you get an error:
File "/Applications/ADDED/venv/clams/app-swt/lib/python3.10/site-packages/clams/app/__init__.py", line 338, in cast
assert isinstance(vs, list), f"Expected a list of values for key {k}, but got {vs} of type {type(vs)}"
AssertionError: Expected a list of values for key pretty, but got true of type <class 'str'>
Reproduction steps
With any app running on localhost
curl localhost:5000?pretty=True
Expected behavior
No response
Log output
No response
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Bug Description
When pinging the app with the GET method you get an error:
Reproduction steps
With any app running on localhost
curl localhost:5000?pretty=True
Expected behavior
No response
Log output
No response
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: