Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

OSError: ENOBUFS when instantiating socket object #26

@cversek

Description

@cversek

Hi, I just got my WROOM32 dev. board from Adafruit, following Tony D's guide I built the firmware and got the REPL working - though I had to hold only the boot button when doing make erase and make deploy. When trying out the socket module I get the following exception:

MicroPython v1.8.6-623-g534aefd on 2017-02-22; ESP32 module with ESP32
Type "help()" for more information.
>>> import socket
>>> s = socket.socket()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OSError: [Errno 105] ENOBUFS

Metadata

Metadata

Assignees

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