Peggun / osd

Open-Source Data for everyone to use freely. Built upon the Flask framework in Python
Apache License 2.0
1 stars 0 forks source link

TypeError: The view function did not return a valid response. The return type must be a string, dict, list, ... #22

Closed sentry-io[bot] closed 3 months ago

sentry-io[bot] commented 3 months ago

Sentry Issue: OSD-APP-N

TypeError: The view function did not return a valid response. The return type must be a string, dict, list, tuple with headers or status, Response instance, or WSGI callable, but it was a htmlElement.
  File "flask\app.py", line 1473, in wsgi_app
    response = self.full_dispatch_request()
  File "flask\app.py", line 883, in full_dispatch_request
    return self.finalize_request(rv)
  File "flask\app.py", line 902, in finalize_request
    response = self.make_response(rv)
  File "flask\app.py", line 1211, in make_response
    raise TypeError(

This issue was automatically created by Sentry via Send a notification for new issues