-
Notifications
You must be signed in to change notification settings - Fork 492
After long time run, Often get error Setting number failed #357
Comments
**After long time run... often get error setting number failed |
Can you include the full error message @adamrabbani ? Thanks in advance. |
i use this function but message of Firebase.error() doesn't appear... |
This link --> https://github.com/RaemondBW/firebase-arduino this library stable and very rarely show error "setting /number failed" |
@adamrabbani I think the only update of this fork is the change of the fingerprint. If you have problem with the library it might indicate a regression with recent changes (like #330). Can you comment with more details on #357 and maybe give a try to #353 and see if it fixes your issue. |
Can you also paste debugging message after enabling HTTPClient debugging: |
I solved this problem. I placed 47uF electrolitic capacitor and 100nF ceramic capacitor on power suply. It's seems that the problem was at watchdog |
@proppy sorry for late.. A. New libary: [HTTP-Client][begin] host: xxxxxxxxxxxxxxxxxxxx.com port: 443 url: /status/Perubahan.json?auth=xxxxxxxxxxxxxxxxxxxxxx httpsFingerprint: B8 4F 40 70 0C 63 90 E0 07 E8 7D BD B4 11 D0 4A EA 9C 90 F6
|
the different just at the end line: newest libary: and some time get: [HTTP-Client][returnError] error(-11): read Timeout |
I was also having the same problem. Still, after updating the library to its latest version, it showed the same error. Seems like I was having a problem with the power supply. So I connected the NodeMCU to my phone charger and then it worked just fine. |
@adamrabbani I am also facing the same problem. Getting exactly same error after few minutes of firebase interaction. Did you get the solution? |
Setting number failed with new libary commit 26a87d4
#include <ESP8266WiFi.h>
#include <DNSServer.h>
#include <ESP8266WebServer.h>
#include <WiFiManager.h>
#include <FirebaseArduino.h>
#include <SimpleTimer.h>
#include <ArduinoJson.h>
i use this above libary, when i use this function:
Firebase.getString("");
running and got this error ==> "(Setting number failed);"
==================================================
if i use with ESP8266WebServer and (client & server ) model [ESP-12E]
i'm often got error setting number failed...
Thanks !!
The text was updated successfully, but these errors were encountered: