Replies: 3 comments
-
Moving to discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
fixed in 1.8.1.307 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Target name(s)
ESP32_REV3
Firmware version
1.8.1.26x~1.8.1.28x
Was working before? On which version?
1.8.1.221
Device capabilities
正在连接WiFi网络...
++++ Exception System.Net.Http.HttpRequestException - 0x00000000 (1) ++++
++++ Message:
++++ System.Net.Http.HttpResponseMessage::EnsureSuccessStatusCode [IP: 0009] ++++
++++ NanoEsp32.HttpSeqLogPOST.Program::Main [IP: 010d] ++++
引发的异常:“System.Net.Http.HttpRequestException”(位于 System.Net.Http.dll 中)
强制循环模式...
++++ Exception System.Net.Sockets.SocketException - 0x00000000 (1) ++++
++++ Message:
++++ System.Net.InputNetworkStreamWrapper::Read_HTTP_Line [IP: 015a] ++++
++++ System.Net.HttpWebRequest::ParseHTTPResponse [IP: 002e] ++++
++++ System.Net.HttpWebRequest::GetResponse [IP: 0040] ++++
++++ System.Net.Http.HttpClientHandler::Send [IP: 00a7] ++++
++++ System.Net.Http.HttpMessageInvoker::Send [IP: 0013] ++++
++++ System.Net.Http.HttpClient::Send [IP: 006f] ++++
++++ System.Net.Http.HttpClient::Post [IP: 0011] ++++
++++ NanoEsp32.HttpSeqLogPOST.Program::SeqSend [IP: 0059] ++++
++++ NanoEsp32.HttpSeqLogPOST.Program::Main [IP: 010d] ++++
++++ Exception System.Net.WebException - 0x00000000 (1) ++++
++++ Message: GetResponse() failed
++++ System.Net.HttpWebRequest::GetResponse [IP: 00da] ++++
++++ System.Net.Http.HttpClientHandler::Send [IP: 00a7] ++++
++++ System.Net.Http.HttpMessageInvoker::Send [IP: 0013] ++++
++++ System.Net.Http.HttpClient::Send [IP: 006f] ++++
++++ System.Net.Http.HttpClient::Post [IP: 0011] ++++
++++ NanoEsp32.HttpSeqLogPOST.Program::SeqSend [IP: 0059] ++++
++++ NanoEsp32.HttpSeqLogPOST.Program::Main [IP: 010d] ++++
++++ Exception System.Net.Http.HttpRequestException - 0x00000000 (1) ++++
++++ Message: An error occurred while sending the request
++++ System.Net.Http.HttpClientHandler::Send [IP: 00bf] ++++
++++ System.Net.Http.HttpMessageInvoker::Send [IP: 0013] ++++
++++ System.Net.Http.HttpClient::Send [IP: 006f] ++++
++++ System.Net.Http.HttpClient::Post [IP: 0011] ++++
++++ NanoEsp32.HttpSeqLogPOST.Program::SeqSend [IP: 0059] ++++
++++ NanoEsp32.HttpSeqLogPOST.Program::Main [IP: 010d] ++++
引发的异常:“System.Net.Http.HttpRequestException”(位于 System.Net.Http.dll 中)
Description
http.Post(@"", contMsg).EnsureSuccessStatusCode(); On error
How to reproduce
No response
Expected behaviour
No response
Screenshots
No response
Aditional information
No response
Beta Was this translation helpful? Give feedback.
All reactions