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
{{ message }}
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
The s.send() and s.receive() functions elsewhere in my program work correctly. When the program executes the s.readinto() function it gives the error:
AttributeError: 'socket' object has no attribute 'readinto'
What do I need to do to correct the error?
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Board: fipy
Firmware info:
(sysname='FiPy', nodename='FiPy', release='1.20.2.r6', version='v1.11-c5a0a97 on 2021-10-28', machine='FiPy with ESP32', lorawan='1.0.2', sigfox='1.0.1', pybytes='1.7.1')
I implemented a function to read data from a socket connection into a buffer. The relevant code is:
The s.send() and s.receive() functions elsewhere in my program work correctly. When the program executes the s.readinto() function it gives the error:
AttributeError: 'socket' object has no attribute 'readinto'
What do I need to do to correct the error?
Thanks.
The text was updated successfully, but these errors were encountered: