ESPHTTPClient module not working #544
Unanswered
polish-penguin-dev
asked this question in
Help
Replies: 1 comment 2 replies
-
Did you install the module using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a simple circuit and want to send a request to an API using the ESP-01 module. unfortunately, when I try to import the ESPHTTPClient module (
const {ESP8266HTTPClient} = require("esp8266-http-client");
) I receive the error:Error: Failed to load module: esp8266-http-client at /Users/niklauslee/git/kaluma/src/modules/startup/startup.wrapped:0 at <anonymous>:0
Can anyone fix this? I don't want to use the UART module because it is less convenient and harder to use.
EDIT: This seems to be happening on the ESP8266-DRIVER module aswell - got an error on the online CLI and locally on my computer.
Beta Was this translation helpful? Give feedback.
All reactions