-
Notifications
You must be signed in to change notification settings - Fork 492
Setting/number failed #315
Comments
same thing happening with my nodemcu also |
even i have the sane problem... |
I´m with the same problem and i don´t know what i should do to solve! |
You need to use the newest headerfiles. You can download the repo as a zip and inlcude the neccesary files by hand. This is not an elegant solution, but it works. |
I'm having the same problem, I downloaded it again, updated but it does not work. |
I downloaded it again too, but not work. |
Guys, I've been able to solve my problem. Ex: That's Work!!! |
I removed the second parameter of the method Firebase.begin(FIREBASE_HOST); I passed the firebase host only and work to me!! |
Hi, I had the same problem. I was using the wrong token. Apparently you have to go to Firebase "Settings" > "Service Accounts" tab > under Legacy Credentials click "Database Secrets" > select your firebase project anda click "Show". |
Thanks bro. I will watch your video! In my case I removed the key. |
It’s not my video, but I hope it will help. :) |
Thanks for figuring that out! |
maybe it will help https://youtu.be/VrBPvXSxYAI |
After the strive of whole day long, at last I reached to solution that the file "FirebaseHttpClient.h" had a problem. Just change the fingerprint in "static const char kFirebaseFingerprint[]" to another one [without : ] . You can find one for yours here"https://www.grc.com/fingerprints.htm". Just scroll down and put your firebase host (ie. https://xxxxxxx.firebaseio.com/) here. found same kinda problem here "#236" |
@ArsamHashmi I think fingerprint not change from 1 year ago.. because i use old libary 1 year ago.. |
@adamrabbani I'm new to this stuff so please correct me if I'm wrong. I tried it on old library today. It refused to work on the fingerprint found in the firebase console idk why but it worked like a charm when i used the upper link to find fingerprint. |
@ArsamHashmi use this library for while.. https://github.com./RaemondBW/firebase-arduino. |
@ArsamHashmi just now firebase fingerprint has changed.. 6F D0 9A 52 C0 E9 E4 CD A0 D3 02 A4 B7 A1 92 38 2D CA 2F 26 |
@adamrabbani yesterday I came across the same thing. I'm 100% sure that this tweak can solve the problem. Thanks for updating |
Fingerprint updated with #368 |
|
That's worked for us, thanks a lot. |
I tried everything you guys mentioned above (check the fingerprint, switch to the old library but with the new fingerprint, delete key), but none of them work for me.... omg, what can I do now, pls help... |
@leozhoushu please am facing the same problem here, i have changed the fingerprint, tried removing the secrete-key, tried old library, but non of these solution work for me, please if you find solution do let me know, thanks |
Just upload your sketch and you getting Setting/number failed and then press reset button on your esp8266 nodemcu than its been working great for you. it is worked for me |
@khoiwalvikram2 thank you and all for your help, now working!, my problem was actually from the host url (was https://iothome-xxxxx.firebaseio.com/ instead of iothome-xxxxx.firebaseio.com ) |
Its fixed!!! go to C:/Users/{username}/My Documents/Arduino/libraries/firebase-arduino-master/src open FirebaseHttpClient.h file, and paste following fingerprint => 6F D0 9A 52 C0 E9 E4 CD A0 D3 02 A4 B7 A1 92 38 2D CA 2F 26 Now build and upload the sketch to NodeMCU using Arduino IDE |
I am facing same problem.Setting / number failed: |
@joy2012bd Updated fingerprints ? |
Yeah.The problem is solved.But another issue with get value. Firebase.getString("S2").toInt(); always return 0. Any suggestion? What is the perfect way to get value of a key? Is .Firebase.getFloat() enough to get all types value? |
@joy2012bd I too had similar issue. Try this 2 methods
Let me know if it fix the issue. |
Thank you so much.It worked for me.But another issue.After running few seconds it returns error in Serial monitor Trying to reconnect setting number failed: And it does not stop until the reset switch is pressed. I am using the code below.
Any suggestion will be highly appreciated.Thank you. |
Not sure about it. Try without |
Abort called
ctx: cont last failed alloc call: 40212604(16) ets Jan 8 2013,rst cause:2, boot mode:(3,0) load 0x4010f000, len 1384, room 16 |
Thanks. It worked! |
Try this method: use firebase database rule like this use firebase url like this : ######.firebaseio.com then everything will work |
dont use the firebase token in the script |
|
This worked for me, Thanks a lot!!! |
Well, I managed to solve my problem which was the same as the ones above, I did the following steps, I changed the esp8266 core to version: 2.4.1, I put the json arduino to: 5.13.1 and finally, I did it the video steps:https://www.youtube.com/watch?v=ZZ5JvSA-Ed8&ab_channel=TrickSumo |
@vienbu follow this video, I had the same problem:https://www.youtube.com/watch?v=ZZ5JvSA-Ed8&ab_channel=TrickSumo |
The error comes when Firebase Fingerprint is expired and your NodeMCU keeps trying to connect to Firebase. |
Hi, I make a "setting/number failed error". I'm using nodemcu esp8266. I installed arduino json 5.13.1 version and esp8266 2.4.1 version and ı updated firebase fingerprint. But it doesn't work for me :( Please help. |
Unable to connect to firebase ,please help ,urgent
For Firebase_demo code
The text was updated successfully, but these errors were encountered: