Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

httpd: httpd_server_init: error in listen (112) (IDFGH-14042) #14863

Closed
3 tasks done
zzzh opened this issue Nov 11, 2024 · 2 comments
Closed
3 tasks done

httpd: httpd_server_init: error in listen (112) (IDFGH-14042) #14863

zzzh opened this issue Nov 11, 2024 · 2 comments
Labels
Resolution: Cannot Reproduce Issue cannot be reproduced Status: Done Issue is done internally Type: Bug bugs in IDF

Comments

@zzzh
Copy link

zzzh commented Nov 11, 2024

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

IDF version.

v4.4.2

Espressif SoC revision.

ESP32-C3 (revision 4)

Operating System used.

Linux

How did you build your project?

Command line with idf.py

If you are using Windows, please specify command line type.

None

Development Kit.

ESP32C3-CORE

Power Supply used.

USB

What is the expected behavior?

httpd_start(&server, &config) running without any error.

What is the actual behavior?

httpd_start(&server, &config) with error: "httpd: httpd_server_init: error in listen (112)"

Steps to reproduce.

happens when https client is needed too.

Debug Logs.

E (43934) httpd: httpd_server_init: error in listen (112)

More Information.

Tried to unselect the "Enable ESP-TLS Server" option in menu config, but can not.

@zzzh zzzh added the Type: Bug bugs in IDF label Nov 11, 2024
@github-actions github-actions bot changed the title httpd: httpd_server_init: error in listen (112) httpd: httpd_server_init: error in listen (112) (IDFGH-14042) Nov 11, 2024
@espressif-bot espressif-bot added the Status: Opened Issue is new label Nov 11, 2024
@zzzh
Copy link
Author

zzzh commented Nov 12, 2024

I know same code can work in a single project..
can it because of ble that is also running?

@zzzh
Copy link
Author

zzzh commented Nov 12, 2024

Got it work, turns out it's not an esp-idf issue.

@zzzh zzzh closed this as completed Nov 12, 2024
@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Cannot Reproduce Issue cannot be reproduced and removed Status: Opened Issue is new labels Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Cannot Reproduce Issue cannot be reproduced Status: Done Issue is done internally Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

2 participants