PokemonGo-Bot-Desktop icon indicating copy to clipboard operation
PokemonGo-Bot-Desktop copied to clipboard

Config Edit Issues

Open jameswhote opened this issue 9 years ago • 2 comments

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 avatar Sep 11 '16 20:09 jameswhote

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)

jameswhote avatar Sep 11 '16 21:09 jameswhote

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

Outpox avatar Sep 14 '16 20:09 Outpox