End of the code endless error

Plugin specific problems will be solved here.

Moderator: Plugin Moderators

User avatar
BetterBear
Inhabitant of a Galaxy Cluster
Reactions:
Posts: 2896
Joined: 18 Apr 2017, 09:03
Location: In a place you don't expect.
Plugins: Showcase Store
Version: Beta

Platform

End of the code endless error

#1

Post by BetterBear »

Code: Select all

"meta": {
    "tags": {
    "carind1": {},
    "carind2": {},
    "v2": true
    } /this one is for the end of the meta group code. Please correct if I'm wrong.
   
What is the proper end code? If I try:

Code: Select all

... "v2": true
}
}
]
An error happens.

Almost 2 hours of trying to fix, still nothing. More than 120 retries already.
Please don't tell me to use JSONlint, I already tried. Whatever correction I do, nothing happens.

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

Plugin Creator

Platform

Re: End of the code endless error

#2

Post by CommanderABab »

BetterBear wrote:
10 Mar 2018, 01:25

Code: Select all

"meta": {
    "tags": {
    "carind1": {},
    "carind2": {},
    "v2": true
    } /this one is for the end of the meta group code. Please correct if I'm wrong.
   
What is the proper end code? If I try:

Code: Select all

... "v2": true
}
}
]
An error happens.

Almost 2 hours of trying to fix, still nothing. More than 120 retries already.
Please don't tell me to use JSONlint, I already tried. Whatever correction I do, nothing happens.
Try this:

Code: Select all

..."v2":true,
  "meta": {
    "tags": {
    "carind1": {},
    "carind2": {},
    //"v2" doesn't go here.
    } //this one is for the end of the meta group code. Please correct if I'm wrong.  This ends tags.
  } //this ends meta.
  ...
  

User avatar
BetterBear
Inhabitant of a Galaxy Cluster
Reactions:
Posts: 2896
Joined: 18 Apr 2017, 09:03
Location: In a place you don't expect.
Plugins: Showcase Store
Version: Beta

Platform

Re: End of the code endless error

#3

Post by BetterBear »

Nothing still. Please help. 250 retries now. :(

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

Plugin Creator

Platform

Re: End of the code endless error

#4

Post by CommanderABab »

What is the error?

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

Plugin Creator

Platform

Re: End of the code endless error

#5

Post by CommanderABab »

Maybe show the whole code you need help with.

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

Plugin Creator

Platform

Re: End of the code endless error

#6

Post by CommanderABab »

CommanderABab wrote:
10 Mar 2018, 02:02
BetterBear wrote:
10 Mar 2018, 01:25

Code: Select all

"meta": {
    "tags": {
    "carind1": {},
    "carind2": {},
    "v2": true
    } /this one is for the end of the meta group code. Please correct if I'm wrong.
   
What is the proper end code? If I try:

Code: Select all

... "v2": true
}
}
]
An error happens.

Almost 2 hours of trying to fix, still nothing. More than 120 retries already.
Please don't tell me to use JSONlint, I already tried. Whatever correction I do, nothing happens.
Try this:

Code: Select all

..."v2":true,
  "meta": {
    "tags": {
    "carind1": {},
    "carind2": {}
    //"v2" doesn't go here.
    } //this one is for the end of the meta group code. Please correct if I'm wrong.  This ends tags.
  } //this ends meta.
  ...
  

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

Plugin Creator

Platform

Re: End of the code endless error

#7

Post by CommanderABab »

Corrected an error on my part.

User avatar
BetterBear
Inhabitant of a Galaxy Cluster
Reactions:
Posts: 2896
Joined: 18 Apr 2017, 09:03
Location: In a place you don't expect.
Plugins: Showcase Store
Version: Beta

Platform

Re: End of the code endless error

#8

Post by BetterBear »

Code: Select all


[
  {
  "override":true,
    "id":"trcars",
    "type":"car",
    "frames":[
      {"bmp":"sedan.png","w":13,"h":13,"count":4},  
	  {"bmp":"hatchback1.png","w":12,"h":12,"count":4},
	    {"bmp":"minivan.png","w":11,"h":10,"count":4},
		{"bmp":"stationwagon.png","w":13,"h":11,"count":4},
		{"bmp":"pickup1.png","w":16,"h":12,"count":4}	 

    ],
    "meta": {
    "tags": {
    "carres0": {},
    "carres1": {},
    "v2":true
  },
   
  "override":true,
    "id":"tttrcars",
    "type":"car",
    "frames":[
      {"bmp":"sports1.png","w":13,"h":11,"count":4},  
	  {"bmp":"sports2.png","w":13,"h":11,"count":4},
	  {"bmp":"ttt.png","w":18,"h":12,"count":4},
	  {"bmp":"cadillac.png","w":20,"h":12,"count":4}

    ],
    "meta": {
    "tags": {
     "carres2": {},
    "v2":true
  },
  
  
  "override":true,
    "id":"trcars#2",
    "type":"car",
    "frames":[
      {"bmp":"hatchback2.png","w":11,"h":9,"count":4},  
	  {"bmp":"hatchback3.png","w":11,"h":10,"count":4}, 
	  {"bmp":"muscle.png","w":15,"h":11,"count":4},
	  {"bmp":"muscle1.png","w":15,"h":11,"count":4},
	  {"bmp":"muscle2.png","w":15,"h":11,"count":4},
	  {"bmp":"stationwagon.png","w":13,"h":11,"count":4},
	  	  {"bmp":"bluesmobile.png","w":16,"h":12,"count":4},
		  {"bmp":"general.png","w":15,"h":12,"count":4}  
		],
		"meta": {
		"tags": {
		"carres0": {},
		"carres1": {},
    "v2":true
  },
    
    "id":"tticars",
	"override":true,
    "type":"car",
    "meta": {
    "tags": {
    "carind1": {},
    "carind2": {},
    "frames":[
      {"bmp":"box1.png","w":13,"h":12,"count":4},
	  {"bmp":"box2.png","w":13,"h":12,"count":4},
	  {"bmp":"box3.png","w":13,"h":12,"count":4},
	  {"bmp":"truck3.png","w":20,"h":15,"count":4},
	  {"bmp":"truck4.png","w":20,"h":15,"count":4},
	  {"bmp":"mixer.png","w":17,"h":13,"count":4},
	{"bmp":"gastanker1.png","w":13,"h":12,"count":4},
	  {"bmp":"truck5.png","w":20,"h":15,"count":4},
	  {"bmp":"truck6.png","w":20,"h":15,"count":4},
	  {"bmp":"box5.png","w":13,"h":12,"count":4},
	  {"bmp":"ind31.png","w":17,"h":14,"count":4},
	  {"bmp":"van.png","w":14,"h":12,"count":4}
    ],
    "v2": true
    
    }
]



User avatar
BetterBear
Inhabitant of a Galaxy Cluster
Reactions:
Posts: 2896
Joined: 18 Apr 2017, 09:03
Location: In a place you don't expect.
Plugins: Showcase Store
Version: Beta

Platform

Re: End of the code endless error

#9

Post by BetterBear »

BetterBear wrote:
12 Mar 2018, 12:56

Code: Select all


[
  {
  "override":true,
    "id":"trcars",
    "type":"car",
    "frames":[
      {"bmp":"sedan.png","w":13,"h":13,"count":4},  
	  {"bmp":"hatchback1.png","w":12,"h":12,"count":4},
	    {"bmp":"minivan.png","w":11,"h":10,"count":4},
		{"bmp":"stationwagon.png","w":13,"h":11,"count":4},
		{"bmp":"pickup1.png","w":16,"h":12,"count":4}	 

    ],
    "meta": {
    "tags": {
    "carres0": {},
    "carres1": {},
    "v2":true
  },
   
  "override":true,
    "id":"tttrcars",
    "type":"car",
    "frames":[
      {"bmp":"sports1.png","w":13,"h":11,"count":4},  
	  {"bmp":"sports2.png","w":13,"h":11,"count":4},
	  {"bmp":"ttt.png","w":18,"h":12,"count":4},
	  {"bmp":"cadillac.png","w":20,"h":12,"count":4}

    ],
    "meta": {
    "tags": {
     "carres2": {},
    "v2":true
  },
  
  
  "override":true,
    "id":"trcars#2",
    "type":"car",
    "frames":[
      {"bmp":"hatchback2.png","w":11,"h":9,"count":4},  
	  {"bmp":"hatchback3.png","w":11,"h":10,"count":4}, 
	  {"bmp":"muscle.png","w":15,"h":11,"count":4},
	  {"bmp":"muscle1.png","w":15,"h":11,"count":4},
	  {"bmp":"muscle2.png","w":15,"h":11,"count":4},
	  {"bmp":"stationwagon.png","w":13,"h":11,"count":4},
	  	  {"bmp":"bluesmobile.png","w":16,"h":12,"count":4},
		  {"bmp":"general.png","w":15,"h":12,"count":4}  
		],
		"meta": {
		"tags": {
		"carres0": {},
		"carres1": {},
    "v2":true
  },
    
    "id":"tticars",
	"override":true,
    "type":"car",
    "meta": {
    "tags": {
    "carind1": {},
    "carind2": {},
    "frames":[
      {"bmp":"box1.png","w":13,"h":12,"count":4},
	  {"bmp":"box2.png","w":13,"h":12,"count":4},
	  {"bmp":"box3.png","w":13,"h":12,"count":4},
	  {"bmp":"truck3.png","w":20,"h":15,"count":4},
	  {"bmp":"truck4.png","w":20,"h":15,"count":4},
	  {"bmp":"mixer.png","w":17,"h":13,"count":4},
	{"bmp":"gastanker1.png","w":13,"h":12,"count":4},
	  {"bmp":"truck5.png","w":20,"h":15,"count":4},
	  {"bmp":"truck6.png","w":20,"h":15,"count":4},
	  {"bmp":"box5.png","w":13,"h":12,"count":4},
	  {"bmp":"ind31.png","w":17,"h":14,"count":4},
	  {"bmp":"van.png","w":14,"h":12,"count":4}
    ],
    "v2": true
    
    }
]


That's the entire code. Wow, this is so frustrating.

Post Reply Previous topicNext topic

Return to “Problems”