Débora R. Romagnolo
Débora R. Romagnolo
Hi @bblanchon thanksfor your response! I tried the 1) option removing this part: ```C++ String jsonContent = ""; while(deviceConfigFile.available()) { jsonContent = deviceConfigFile.readString(); } Serial.println(jsonContent); ``` and passing `deviceConfigFile `...
I was checking one more thing following the suggestions for `InvalidInput` on the docs, maybe I am really messing up with chars on my json document but I can't figure...
Hey @Sencin, you can share the error you getting, more easy to debug. The only thing I remember, in the beggining I had connection problems cause I tried to connect...
I think they already have. Not clear for me too, but take a look on this thread on their community: https://community.render.com/t/connect-via-websockets/8355/3 and share if you get any success.
Hey @lpinca, thanks for your response. I made a few more tests and added the catch on my authenticate function. Unfortunately got no errors from my auth function and nothing...
Also, sometimes, running locally I get an error coming from `socket.on('error', (err) => console.error(err))`: Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons:217:20) { errno: -4077, code: 'ECONNRESET', syscall: 'read' }
is this available? Could not make it work as well.