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!
Hi , I'm trying to make running uPyCam over ESP32CAM but I getting this error when trying to connect via browser with http://<>
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!