unauthenticate, code: -106 , Code blocking #168
-
I did follow all docs and everything is great like the docs and i got code blocked after loop did run for just one time and last thing i get is the debug:
Code:
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 14 replies
-
Please read the documentation thoroughly and follow the examples recommendation comment. FirebaseClient/examples/RealtimeDatabase/Async/Callback/Stream/Stream.ino Lines 138 to 145 in ec93413 I don't have time to fix your usage error. |
Beta Was this translation helpful? Give feedback.
-
Why you do this? basic_client1.connect(gatewayString.c_str(), 80);
basic_client2.connect(gatewayString.c_str(), 80); And set this? ssl_client1.setClient(&basic_client1, true);
ssl_client2.setClient(&basic_client2, true); |
Beta Was this translation helpful? Give feedback.
-
Are you new to ESP32 Arduino programming? |
Beta Was this translation helpful? Give feedback.
-
I did it! I did get the data from database and it is working so good! but i get the data from realtime database for first time and after that i get a also can i speed up the response of streaming? |
Beta Was this translation helpful? Give feedback.
-
To solve the Here’s a sample configuration for setting up a static IP on WiFi, including the gateway: If anyone else encounters this issue, changing the DNS to your router's gateway might help! |
Beta Was this translation helpful? Give feedback.
-
I lock this discussion now as it was complete and to stop the off-topic discussion. |
Beta Was this translation helpful? Give feedback.
I lock this discussion now as it was complete and to stop the off-topic discussion.