nickxpanos
(DiveIntoTheDark)
October 14, 2021, 4:16pm
1
Hello Kodders,
When i execute the “if” blocks the companion instantly close without an error.
The URL is: https://unite-db.com/pokemon.json
On the other hand, if i execute this code it doesn’t crash. If i right click, do it, on the block to check the values companion crashes once again.
Am i missing something? Is the JSON not well formatted? Thank you for your help.
dora_paz
(Dora)
October 14, 2021, 4:31pm
2
Json is well formatted but has more than 19500 lines and more 53500 words and that causes I believe the companion to crash.
1 Like
nickxpanos
(DiveIntoTheDark)
October 14, 2021, 4:33pm
3
Is there a way to get the data in parts?
dora_paz
(Dora)
October 14, 2021, 4:46pm
4
If the site provides the this option. Another option if data doesn’t change is to try to edit json, split it, save it in parts, save them as files in assets and use them from there. Just a thought
Balajidev
(Balaji Dev)
October 14, 2021, 5:04pm
5
Download the json file to user device or store it in assets because your json is big in size.
Maybe it’s works
system
(system)
Closed
November 13, 2021, 5:05pm
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.