Search found 4 matches

by RockSmoke
Sat Dec 10, 2022 9:40 am
Forum: ESP-IDF
Topic: ERROR SENDING DATA
Replies: 0
Views: 551

ERROR SENDING DATA

hello everyone. Why am I getting such an error when sending data from my client phone to esp32 server in websocket application? W (357344) httpd_parse: parse_block: incomplete (0/72) with parser error = 16 W (357344) httpd_txrx: httpd_resp_send_err: 400 Bad Request - Server unable to understand requ...
by RockSmoke
Thu Dec 08, 2022 12:19 pm
Forum: ESP-IDF
Topic: Sec-WebSocket-Accept not found
Replies: 0
Views: 1187

Sec-WebSocket-Accept not found

hello everyone. While making websocket application, I define one esp32 as server and another esp32 as client. I am getting this error while connecting to the server. what is the reason for this error? E (125904) TRANSPORT_WS: Sec-WebSocket-Accept not found E (125904) WEBSOCKET_CLIENT: Error transpor...
by RockSmoke
Thu Dec 08, 2022 12:15 pm
Forum: ESP-IDF
Topic: STATIC IP NOT WORKING
Replies: 1
Views: 833

STATIC IP NOT WORKING

hello everyone. I made a static ip application in esp32-idf. When I connect to my home modem, static ip works, but when connecting to my phone as a modem, static ip does not work. Has anyone tried or have any ideas?