Search found 3 matches

by novaproejct
Mon Feb 17, 2020 8:47 am
Forum: ESP32 boards
Topic: ESP32 DOITv1 urequests.post issue
Replies: 4
Views: 3544

Re: ESP32 DOITv1 urequests.post issue

Tried with the newest firmware, same story: Cool, thanks for re-posting to confirm this (I was going to suggest that otherwise). I think the fact that it's OSError(23) "'Too many open files in system'" combined with the fact that it happens exactly on the 9th request every time, makes the explanati...
by novaproejct
Sun Feb 16, 2020 9:31 pm
Forum: ESP32 boards
Topic: ESP32 DOITv1 urequests.post issue
Replies: 4
Views: 3544

Re: ESP32 DOITv1 urequests.post issue

Tried with the newest firmware, same story:

Traceback (most recent call last):
File "main.py", line 47, in <module>
File "urequests.py", line 111, in post
File "urequests.py", line 56, in request
OSError: 23
MicroPython v1.12-169-gbaf11f237 on 2020-02-16; ESP32 module with ESP32
by novaproejct
Sun Feb 16, 2020 6:26 pm
Forum: ESP32 boards
Topic: ESP32 DOITv1 urequests.post issue
Replies: 4
Views: 3544

ESP32 DOITv1 urequests.post issue

Hello guys :) I have a very strange issue. I have searched a lot about this, but I haven't found any working solution on this. Now, let me explain. I have an ESP32 DoIT devkit v1 board with micropython esp32-idf3-20180511-v1.9.4 firmware. The issue I have is with this: import urequests as rq import ...