Search found 3 matches
- Fri Feb 17, 2023 3:10 am
- Forum: ESP-IDF
- Topic: need help for establish the http stream link
- Replies: 2
- Views: 2413
Re: need help for establish the http stream link
thank for your reply, i has fix this problem already。
- Wed Feb 15, 2023 6:38 am
- Forum: ESP-IDF
- Topic: need help for establish the http stream link
- Replies: 2
- Views: 2413
need help for establish the http stream link
i try to establish the http stream link, but meet some error that i cann't locate。 i has already check my server code by postman,it run sucessufully here is my log I (7427) example: HTTP_EVENT_ON_CONNECTED I (7437) example: HTTP_EVENT_HEADER_SENT E (7437) example: Failed to upload data: ERROR I (743...
- Wed Feb 15, 2023 6:32 am
- Forum: ESP-IDF 中文讨论版
- Topic: 请教:尝试建立http stream连接的问题
- Replies: 1
- Views: 1839
请教:尝试建立http stream连接的问题
我在尝试建立http_stream链接,但是遇到了一个报错,我没办法定位到错误的地方 log内容为 I (7427) example: HTTP_EVENT_ON_CONNECTED I (7437) example: HTTP_EVENT_HEADER_SENT E (7437) example: Failed to upload data: ERROR I (7437) example: HTTP_EVENT_DISCONNECTED 我的代码是 esp_http_client_config_t config = { .url = "http://192.168.206.200:3000/...