[514] Plugin crash (Pioneerworks.json:371)

Plugin specific problems will be solved here.

Moderator: Plugin Moderators

User avatar
CommanderABab
AB
Reactions:
Posts: 11086
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

[514] Plugin crash (Pioneerworks.json:371)

#1

Post by CommanderABab »

Hi, I got the following error with a plugin (Pioneerworks.json:371):

Code: Select all

In /storage/emulated/0/TheoTown/plugins/pioneerworks/Pioneerworks.json:

org.json.JSONException: Expected ':' after influence culture at character 198 of [
  {
    "id":"PioneerWorX",
      "title":"PioneerWorX", 
    "type":"public",
    "author":"Narxr",
    "width":1,
    "height":1,
    "frames":[{"bmp":"artstudio.png"}],
    "influence culture"40,
    "influence park":40,
    "price":500,
    "monthly price": 20,	
    "level":3,
    "text":"Art studio and gathering space for the alternative"
  }
]
Device: SM-T817V (Verizon)
Android: 24 (7.0)

Thank you in advance.

User avatar
Mg3094066
Inhabitant of a Supercluster
Reactions:
Posts: 3223
Joined: 28 May 2017, 01:50
Location: Venezuelan Republic of Mexico
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: [514] Plugin crash (Pioneerworks.json:371)

#2

Post by Mg3094066 »

Put a ":" bettwen culture and the 40

User avatar
sairam
Inhabitant of a Conurbation
Reactions:
Posts: 537
Joined: 31 Dec 2017, 13:35
Location: India Pudukkottai
Plugins: Showcase Store
Version: Beta

Platform

Re: [514] Plugin crash (Pioneerworks.json:371)

#3

Post by sairam »

Should be like this!

Code: Select all

[
  {
    "id":"PioneerWorX",
      "title":"PioneerWorX", 
    "type":"public",
    "author":"Narxr",
    "width":1,
    "height":1,
    "frames":[{"bmp":"artstudio.png"}],
    "influence culture":40,
    "influence park":40,
    "price":500,
    "monthly price": 20,	
    "level":3,
    "text":"Art studio and gathering space for the alternative"
  }
]

Post Reply Previous topicNext topic

Return to “Problems”