Robert C Edwards
Robert C Edwards
Same is happening to me, trying to use multiple definitions of one button with the same name, and it's not replaying these like the universal remote. Also tried to delete...
Thumbs up to this one, please do!
Interesting, just Web3 was a 4-char. Let me make sure I properly exported the API keys too, but I think it already made an auth'd call.
I tried it with just a single topic that had more chars and it worked. Thanks for the help and persistence!
Also, running into some rate limits, not sure if there are some error handling issues here, don't think it will try again. ``` File "/Users/robertedwards/Documents/Projects/gpt-newspaper/gpt-newspaper/lib/python3.9/site-packages/openai/_base_client.py", line 959, in _request raise...
I think you should probably base64 encode the wifi and password for security. Possibly create a function on the Arduino side that makes a secure call to a new script...
Hello, ah I see. There should be some documentation and code examples for pulling from Firebase here maybe this would help: https://stackoverflow.com/questions/48924175/can-we-use-firebase-realtime-database-with-core-php The harder part, at the time, was communicating...
This code was written a while ago and Firebase has changed much of how it operates. I suggest reading up on php examples for Firebase from tutorials or youtube videos.