PokemonGoF / PokemonGo-Bot-Desktop

The Desktop version of Pokemon Go Bot script
MIT License
410 stars 115 forks source link

Config Edit Issues #267

Open jameswhote opened 8 years ago

jameswhote commented 8 years ago

I want to set up my bot to release everything except my top 200 cp pokemon. I know the command lines and everything but it always comes up with an error for an unexpected line. if you could please give me a way of inserting this it would really help.

jameswhote commented 8 years ago

Uncaught Exception: SyntaxError: Unexpected string in JSON at position 3012 at Object.parse (native) at startPython (/Users/student/Desktop/PikaBot.app/Contents/Resources/app/main.js:198:23) at EventEmitter. (/Users/student/Desktop/PikaBot.app/Contents/Resources/app/main.js:118:5) at emitMany (events.js:127:13) at EventEmitter.emit (events.js:201:7) at WebContents. (/Users/student/Desktop/PikaBot.app/Contents/Resources/electron.asar/browser/api/web-contents.js:209:13) at emitTwo (events.js:106:13) at WebContents.emit (events.js:191:7)

Outpox commented 8 years ago

Please validate your code with JSONLint. From the logs it seems to be an issue with it.