Page 1 of 1

[491] Plugin crash (park.json:227)

Posted: 23 Jun 2018, 19:54
by Artem_123
Hi, I got the following error with a plugin (park.json:227):

Code: Select all

In /data/data/info.flowersoft.theotown.theotown/files/plugins/psrk.zip/psrk/park.json:

org.json.JSONException: Unterminated array at character 7 of [
 (
 "id":"park.png.png",
 "type":"park",
 "title":"city park",
 "text":"a park for your city & town",
 "influance park":400,
 "price":10
 "mouth price":100,
 "frames":[{"bmp":"park.png"})",
 "water":0,
 "power":0,
   }
  ]
 
Device: Lenovo TAB 2 A7-30DC (Lenovo)
Android: 21 (5.0.1)

Thank you in advance.

Re: [491] Plugin crash (park.json:227)

Posted: 23 Jun 2018, 20:52
by CommanderABab
Screenshot_20180623-142646.jpg
) should be ]

Re: [491] Plugin crash (park.json:227)

Posted: 24 Jun 2018, 07:38
by CommanderABab
former member wrote:
24 Jun 2018, 07:31
Also
Influence park, not influance park
Monthly price, not mouth price

Code: Select all

"influence park"

Code: Select all

"monthly price"
:)