Closed
Description
Adafruit CircuitPython 8.2.9 on M5stack Timer Camera X.
I am building simple HTTP server.
I ran examples/httpserver_simpletest_auto.py( https://docs.circuitpython.org/projects/httpserver/en/latest/examples.html#id4 ) and got the following error.
AttributeError : 'SocketPool' object has no attribure 'SOL_SOCET' .
I saw adafruitt_server/server.py line216 .
self.host, self.port = host, port
host is "192.168.10.116". port is 80.
Let me know if there is anything else to do.
Metadata
Metadata
Assignees
Labels
No labels