Closed zaid13 closed 2 months ago
Can I remove the assertion in
assert failed: pbuf_free /IDF/components/lwip/lwip/src/core/pbuf.c:753 (pbuf_free: p->ref > 0)
But im not able to find the location of the file.
@chenshupe Thanks for responding. Which files do i have to replace?
Can you explain how this will solve the issue?
@zaid13 the file at the link in that comment (which I have deleted) is malware. Please do not download or unzip the file. If you have done that, then you should immediately take appropriate measures to secure your computer from infection.
I have reported @chenshupe's comment to GitHub. @chenshupe I see you have what appears to be legitimate activity. Your account might have been hacked. Please take the appropriate measures to prevent the attackers from continuing to use your account to distribute malware.
@zaid13 you are using the "HTTPClient" library that is bundled with the "esp32" boards platform:
https://github.com/espressif/arduino-esp32/tree/master/libraries/HTTPClient
That is different from the library hosted in this repository. So I'll close this as off topic.
Since it is clear that your intention is to get assistance with your project rather than to submit a formal bug report to the developers, I recommend posting on Arduino forum:
That will be the best way for you to get quick assistance with your project.
Getting
when calling Http.POST in loop im getting this error.
When the delay is greater than 10 seconds i dont see an error.but when delay is less than 10 seconds.
Here is my code.