Skip to content

Simple Test (examples/httpserver_simpletest_auto.py) error on M5stack Timer Camera X #81

Closed
@sina2

Description

@sina2

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' .
screen shot

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions