-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
"please start sntp first !" message while connecting to AWS #12
Comments
You can ignore this message and refer to other issue, which mentions which Websocket library function you have to use. The latest one doesnt work |
I have the same issue as well. Could you please tell me more about the websocket library function which works? |
getting same "sntp" errors. probably worse as it 403 several times before connecting, but then the device freezes and watchdog sends it back to bootloader. log shows a loss of about 18k of memory between conn 1 and conn2. i am using HEAD of each repo listed as dependency (as of aug-12)... i am not sure why commits you guys are using for each of the dependencies - but that might be a valuable info to help reproduce your setups.... |
these messages are debug info from the espwifi library. These are not causing the "error connection to the web socket server". They just appears because of we turn debug info on in the setup "Serial.setDebugOutput(1);". If you want to see the websocket library debug messages, you need to uncomment this line in the WebSockets.h file. These debug messages will help you find the problem //#define DEBUG_WEBSOCKETS(...) os_printf( VA_ARGS ) |
Hi,
I am trying to get my NodeMCU to publish to AWS IoT. While trying to connect, I get the message:
Multiple times before it finally prints:
I am successfully connected to my wifi network. Below is the (semi) full log.
Thank you for any help. I appreciate it.
The text was updated successfully, but these errors were encountered: