shenry
Aspiring developer
Profile
Posts: 469
Reg: Jan 10, 2012
Orange County, ...
13,390
01/12/14 12:36 PM (11 years ago)

problem parsing some JSON data

My project is downloading and compiling in xcode, the screens are all displaying and functioning expect one, that's showing "Error, Thiere was a problem parsing some JSON data. Please make sure that it is well-formed." Any idea on what's causing this? thanks.
 
Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
like
01/12/14 12:44 PM (11 years ago)
Ok, this is an interesting problem. Copy your JSON data into: http://jsonlint.com this will tell you where the problem is. This is usually caused by a single quotation or a double quotation entered into the control panel. If you want, you can also post a link to the JSON data in the Forum, and we can help you figure out what plugin is causing the trouble. Jake
 
tb
buzztouch Evangelist
Profile
Posts: 2050
Reg: Nov 03, 2011
Oxford
32,300
like
01/12/14 02:41 PM (11 years ago)
As Jake Chasan says, pop your config on the link and post your errors.
 
shenry
Aspiring developer
Profile
Posts: 469
Reg: Jan 10, 2012
Orange County, ...
13,390
like
01/12/14 07:00 PM (11 years ago)
Thanks for the offer to help guys, It was a custom plugin. I needed a newer script on my server.
 
Uelsimon
Lost but trying
Profile
Posts: 272
Reg: Mar 25, 2012
NYC
4,470
like
01/13/14 12:18 AM (11 years ago)
Gonna jump onto this convo since it’s already going. I’m clearing JSONLint in the green… but getting the following error in the log on app load —— BT_application: validateApplicationData 2014-01-13 02:09:11.570 allthingspll[26887:70b] BT_application: ERROR parsing JSON in validateApplicationData: ( "Error Domain=org.brautaset.JSON.ErrorDomain Code=3 \"Expected ':' separating key and value\" UserInfo=0xd59e0d0 {NSLocalizedDescription=Expected ':' separating key and value}", "Error Domain=org.brautaset.JSON.ErrorDomain Code=3 \"Expected value while parsing array\" UserInfo=0xd59e150 {NSUnderlyingError=0xd59e110 \"Expected ':' separating key and value\", NSLocalizedDescription=Expected value while parsing array}", "Error Domain=org.brautaset.JSON.ErrorDomain Code=3 \"Object value expected for key: BT_screens\" UserInfo=0xd59e190 {NSUnderlyingError=0xd59e170 \"Expected value while parsing array\", NSLocalizedDescription=Object value expected for key: BT_screens}", "Error Domain=org.brautaset.JSON.ErrorDomain Code=3 \"Expected value while parsing array\" UserInfo=0xd59e1d0 {NSUnderlyingError=0xd59e1b0 \"Object value expected for key: BT_screens\", NSLocalizedDescription=Expected value while parsing array}", "Error Domain=org.brautaset.JSON.ErrorDomain Code=3 \"Object value expected for key: BT_items\" UserInfo=0xd59e210 {NSUnderlyingError=0xd59e1f0 \"Expected value while parsing array\", NSLocalizedDescription=Object value expected for key: BT_items}", "Error Domain=org.brautaset.JSON.ErrorDomain Code=3 \"Object value expected for key: BT_appConfig\" UserInfo=0xd59e270 {NSUnderlyingError=0xd59e230 \"Object value expected for key: BT_items\", NSLocalizedDescription=Object value expected for key: BT_appConfig}" ) 2014-01-13 02:09:11.571 allthingspll[26887:70b] BT_application: validateApplicationData: ERROR: There was a problem parsing some JSON data. Please make sure that it is well-formed. —— And the following on the device: "There was a problem reading some required data. Try Again? No/Yes” Config.txt is here: https://minbox.com/gi/arO8olfQkA/original Thanks €
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.