We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repr(fh)
I'm not very familiar with the requests (or pyodide-http) library, but could it happen that .read() method is not called?
requests
pyodide-http
.read()
I found this in https://requests.readthedocs.io/en/latest/_modules/requests/models/#PreparedRequest :
elif hasattr(fp, "read"): fdata = fp.read()
...or am I doing something wrong? 🤔
I can add an example to reproduce later if needed!
The text was updated successfully, but these errors were encountered:
Hi @haakonvt,
Thanks for your issue.
Please attach an example to reproduce it. Makes it way easier for me to debug.
Sorry, something went wrong.
No branches or pull requests
I'm not very familiar with the
requests
(orpyodide-http
) library, but could it happen that.read()
method is not called?I found this in https://requests.readthedocs.io/en/latest/_modules/requests/models/#PreparedRequest :
...or am I doing something wrong? 🤔
I can add an example to reproduce later if needed!
The text was updated successfully, but these errors were encountered: