question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MicroWebSrv handler exception: [Errno 2] ENOENT

See original GitHub issue

Hi , 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:open
  • Created 3 years ago
  • Comments:13 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
e135193commented, Jun 7, 2022

and when I run main.py I get error below

Traceback (most recent call last):
  File "<stdin>", line 12, in <module>
  File "webserver.py", line 48, in run
OSError: Camera Init Failed
1reaction
wildernessfamilycommented, Dec 19, 2022

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found