-
Notifications
You must be signed in to change notification settings - Fork 74
recv_into() missing second argument #154
New issue
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
Comments
I am seeing the same results on PyPortal with |
Also confirmed same error with version |
Very strange... Same error on PyPortal with |
Issue is not present on FunHouse |
Confirmed issue is not present with version |
Transferred to ESP32SPI. This is where it will need to be fixed I believe. recv_into() declared here:
only has one parameter. But the requests library is written to pass in two arguments here: I think the recv_into() method here will need to accept a second argument for size. |
Oops! Didn't realize it needed a second parameter when I implemented it not long ago. Thanks y'all, hot fix PR submitted! |
Resolved by #155 |
Any time I try to use the requests library on my Pyportal since upgrading to CircuitPython 7.1.1 I get the following error:
I've tried multiple example files that use the library with the same result. The currently loaded version is the code below.
I'm currently running CircuitPython 7.1.1 Stable with the adafruit_requests library from adafruit-circuitpython-requests-7.x-mpy-1.10.5.zip
The text was updated successfully, but these errors were encountered: