I’ve emailed the crap out of Graham, so ive decided to post it here and see what i get, since hes helped me alot already.
Anyway ive been working with configFile and i keep getting errors, i even reverted to the tutorial and that didt help, by slightly modifying the sample of the tutorial to include the JSON file below i can replicate the error.
using lime 3.4
This is the terminal output for the error, and where it traces back to:
lime-utils.lua:1327 attempt to concatenate local \_string
lime-property.lua:84 --this is where the actual error is generated, when it hits and list or array
Tutorial in question:
http://www.justaddli.me/tutorial.php?t=0&id=14
Json file from tutorial:
[javascript]
{
“type”:“racingCar”,
“waypoints”:[“waypoint1”, “waypoint2”, “waypoint3”],
“colour”:[255, 0, 0],
“otherDetails”:{ “cost”:200, “name”:“Awesome Car” }
}
[/javascript] [import]uid: 63700 topic_id: 14049 reply_id: 314049[/import]