MicroWebSrv handler exception: [Errno 2] ENOENT
See original GitHub issueHi , I’m trying to make running uPyCam over ESP32CAM but I getting this error when trying to connect via browser with http://<<IP-device>>
MicroWebSrv handler exception: In route GET / [Errno 2] ENOENT
I’m not an experimented user, maybe you can help me… It is an exception into def _processRequest(self) : function
‘except Exception as ex : print(‘MicroWebSrv handler exception:\r\n - In route %s %s\r\n - %s’ % (self._method, self._resPath, ex)) raise ex`’
Thank you!
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (1 by maintainers)
Top Results From Across the Web
OSError: [Errno 2] ENOENT - MicroPython Forum (Archive)
I (1153) cpu_start: Starting scheduler on PRO CPU. OSError: [Errno 2] ENOENT MicroPython v1.9.2-279-g090b6b80 on 2017-10-15; ESP32 module with ...
Read more >MicroPython: Taking photos with an ESP32-CAM - LeMaRiva
This tutorial is about taking photos using an ESP32-CAM board running MicroPython. The board has an OV2640 without any chip between it and...
Read more >Handle a specific exception (say, ENOENT) separately from ...
There is a shorter, and more idiomatic way of achieving the same result than the code you propose. You do try/catch for the...
Read more >Python FileNotFoundError: [Errno 2] No such file or directory ...
In most cases, any file you reference in a Python program needs to exist. This is, of course, unless you are creating a...
Read more >Why is this giving me ENOENT error? : r/learnpython - Reddit
which gives me the following error: “Traceback (most recent call last): File “<stdin>”, line 1, in <module> OSError: [Errno 2] ENOENT”.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
and when I run main.py I get error below
Hi @TizioMaurizio, Thanks for taking the time to respond. I’m away for a few days. I’m going to give that a try next weekend. Thank you again!