HTTP Block Gives Error
-
How do you get started with the HTTP block? I cant do simple http requests like fetching a page from google.
My Firmware version is 1.3.2. The UI Flow version is the stable one.
Please advise how to solve this issue.
-
go in this way
Just get json format from blockchain and decode what you need ;)
Enjoy
-
Hello, i'm a beginner of UIFlow and M5Stack, just tried to parse json from this example code, but doesn't work for me, no json node extract, so compare Failed message. I'm able to download whole json data with the command LCD.Print GET DATA. Someone has success with json code samples?
Thanks in advance
-
@glp Here you go. Slightly modified version of yours.
-
@world101 sorry for delay on answering. Many thanks it works as expected! In the meanwhile i tried with upython language also to manage more complex json structures.