You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for sharing this project. It's a great idea!
I am seeing [Errno 104] Connection reset by peer as soon as i do curl http://localhost:8080 I was wonding whether you had the same problem and how did you solve it ?
Waiting for ESP-32 to connect to us...
('Got connection from ESP32:', ('xxxxx', 52826))
Starting local input socket on 127.0.0.1 port 8080...
('Got local connection from:', ('127.0.0.1', 42714))
Sending 78 bytes to the target... [Errno 104] Connection reset by peer
Waiting for ESP-32 to connect to us...
The text was updated successfully, but these errors were encountered:
I identified a flaw in the protocol where I was sending a DWORD from the client instead of a byte.
Nevertheless I think this project needs a redesign so I’ll be busy rewriting it and then push the fix
First of all, thanks for sharing this project. It's a great idea!
I am seeing [Errno 104] Connection reset by peer as soon as i do
curl http://localhost:8080
I was wonding whether you had the same problem and how did you solve it ?From the ESP. Looks fine
Python
The text was updated successfully, but these errors were encountered: