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
Even if I make a request not through swagger, but through the browser's query string, I still get that error. Although the query returns the data correctly.
I use:
python 3.9.20
fastapi 0.115.0
sse-starlette 2.1.3
Is there any way to fix this?
The text was updated successfully, but these errors were encountered:
I run example stream_generator.py, but when I call
GET /sse
in swagger, an error appears:There has already been a similar problem here.
Nothing has changed in the example code.
Even if I make a request not through swagger, but through the browser's query string, I still get that error. Although the query returns the data correctly.
I use:
Is there any way to fix this?
The text was updated successfully, but these errors were encountered: