espressif / ESP8266_RTOS_SDK

Latest ESP8266 SDK based on FreeRTOS, esp-idf style.
http://bbs.espressif.com
Apache License 2.0
3.33k stars 1.56k forks source link

使用https协议升级固件时报错 No more process 怎么解决? 谢谢 (GIT8266O-148) #590

Open zcs007 opened 5 years ago

zcs007 commented 5 years ago

----------------------------- Delete below -----------------------------

If your issue is a general question, starts similar to "How do I..", or is related to 3rd party development kits/libs, please discuss this on our community forum at bbs.espressif.com instead.

INSTRUCTIONS

Before submitting a new issue, please follow the checklist and try to find the answer.

If the issue cannot be solved after the steps before, please follow these instructions so we can get the needed information to help you in a quick and effective fashion.

  1. Fill in all the fields under Environment marked with [ ] by picking the correct option for you in each case and deleting the others.
  2. Describe your problem.
  3. Include debug logs on the monitor.
  4. Provide more items under Other items if possible can help us better locate your problem.
  5. Use markup (buttons above) and the Preview tab to check what the issue will look like.
  6. Delete these instructions from the above to the below marker lines before submitting this issue.

----------------------------- Delete above -----------------------------

Environment

Problem Description

//Detailed problem description goes here.

Expected Behavior

Actual Behavior

Steps to repropduce

  1. step1
  2. ...

// It helps if you attach a picture of your setup/wiring here.

Code to reproduce this issue

// the code should be wrapped in the ```cpp tag so that it will be displayed better.
#include "esp_log.h"

void app_main()
{

}

// If your code is longer than 30 lines, GIST is preferred.

Debug Logs

Debug log goes here.
Please copy the plain text here for us to search the error log. Or attach the complete logs but leave the main part here if the log is *too* long.

Other items if possible

zcs007 commented 5 years ago

Embed Receive error Would block wolfSSL error occurred, error = -323 wolfSSL Leaving wolfSSL_read_internal(), return -323 wolfSSL Entering SSL_get_error wolfSSL Leaving SSL_get_error, return -323 E (43963) TRANS_SSL: esp_tls_conn_read error, errno=No more processes wolfSSL Entering SSL_pending

wolfSSL Entering wolfSSL_read() wolfSSL Entering wolfSSL_read_internal() wolfSSL Entering ReceiveData()

donghengqaz commented 5 years ago

这个是没有读到数据,建议你试试 mbedTLS。

zcs007 commented 5 years ago

这个是没有读到数据,建议你试试 mbedTLS。 用了mbedTLS 还是不行

FayeY commented 4 years ago

想请问,这个问题有后续进展么,是否已经解决?