Search found 4 matches
- Mon Dec 12, 2022 8:34 am
- Forum: ESP-IDF
- Topic: What's wrong with this websocket response? (Error read response for Upgrade header)
- Replies: 2
- Views: 2552
Re: What's wrong with this websocket response? (Error read response for Upgrade header)
i am getting the same error. how did you solve this problem
- Sat Dec 10, 2022 9:40 am
- Forum: ESP-IDF
- Topic: ERROR SENDING DATA
- Replies: 0
- Views: 822
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...
- Thu Dec 08, 2022 12:19 pm
- Forum: ESP-IDF
- Topic: Sec-WebSocket-Accept not found
- Replies: 0
- Views: 1426
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...
- Thu Dec 08, 2022 12:15 pm
- Forum: ESP-IDF
- Topic: STATIC IP NOT WORKING
- Replies: 1
- Views: 1103
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?