Error initializing stream, aborting
I get this error with the ehternet example.
... Initializing ethernet ... Done initializing ethernet ... Attempting to connect to plotly's REST servers ... Connected to plotly's REST servers ... Sending HTTP Post to plotly ... Error initializing stream, aborting. Try again or get in touch with Chris at [email protected]
I get exactly the same error with the Adufruit wifi example. No response from '[email protected]' either. I wonder if plotly is still alive as a company?
Same error, any light about that?
go to .cpp file locate the init function, the one you are using, and change log_level to 0(log_level = 0;). That will print more messages on serial terminal. If you do not figure it out by yourself post it here!! :)
try to add after print_(F("Content-Type: application/x-www-form-urlencoded\r\n")); print_(F("User-Agent: Arduino/0.6.0\r\n"));.