Search found 2 matches
- Tue Apr 07, 2020 5:51 pm
- Forum: ESP-IDF
- Topic: httpd_uri: httpd_register_uri_handler: no slots left for registering handler
- Replies: 5
- Views: 10321
Re: httpd_uri: httpd_register_uri_handler: no slots left for registering handler
Hello my friend, I've just solved the problem by specifying the max_uri_handlers on my init_webservice function. The solution can be seeing below: esp_err_t init_webservice(char * base_path, httpd_handle_t * auxserver, rest_server_context_t * auxrest_context) { ... httpd_handle_t server = NULL; http...
- Mon Apr 06, 2020 3:12 pm
- Forum: ESP-IDF
- Topic: httpd_uri: httpd_register_uri_handler: no slots left for registering handler
- Replies: 5
- Views: 10321
Re: httpd_uri: httpd_register_uri_handler: no slots left for registering handler
Hello friend.
Did you found any solution to this problem? I'm having the same problem in my project, if I find some solution I'll share with you guys!
Did you found any solution to this problem? I'm having the same problem in my project, if I find some solution I'll share with you guys!