Page 1 of 1

[Resolved] [560] Plugin crash (road.json:1447)

Posted: 14 Dec 2018, 16:12
by soumya-8974
Hi, I got the following error with a plug-in (road.json:1447):

Code: Select all

In /storage/emulated/0/TheoTown/plugins/Road paint/road.json:

org.json.JSONException: No value for type
Device: Lenovo YT3-850M (Lenovo)
Android: 22 (5.1.1)

Thank you in advance.

Re: [560] Plugin crash (road.json:1447)

Posted: 14 Dec 2018, 18:32
by CommanderABab
We would need to see the json. If it's a road, it should have

Code: Select all

"type": "road"
in it. If it's a road decoration then I believe it's

Code: Select all

"type": "road decoration"
.

Re: [560] Plugin crash (road.json:1447)

Posted: 14 Dec 2018, 18:35
by soumya-8974
CommanderABab wrote:
14 Dec 2018, 18:32
We would need to see the json. If it's a road, it should have

Code: Select all

"type": "road"
in it. If it's a road decoration then I believe it's

Code: Select all

"type": "road decoration"
.
Mine project is a road, so thank you!