Skip to content

MicroWebSrv handler exception: [Errno 2] ENOENT #13

@tiwanacote

Description

@tiwanacote

Hi , I'm trying to make running uPyCam over ESP32CAM but I getting this error when trying to connect via browser with http://<>

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions