Closed eliris closed 3 years ago
Somewhere the quotes are missing
Here is my current JSON file (API keys omitted):
{ "do_playrgg_giveaways": false, "user-data-dir": "C:/Users/Zasti/AppData/Local/Google/Chrome/User Data/", "profile-directory": "C:Users/Zasti/AppData/Local/Google/Chrome/User Data/Profile 3", "twitter_auth": { "consumer_key": "", "consumer_secret": "", "access_token": "", "access_token_secret": "" }, "gleam": { "birth_day": "", "birth_month": "", "birth_year": "", "accept_terms_and_services": true } }
I suspected that the booleans (true/false) needed to be double quoted for some reason but it wasn't the case
That looks good, and it has been working before? If yes, have you changed anything since?
It has been working before and nothing has changed since, which is the weird part.
Update: I ran it again and randomly it started working again.
The bot worked for a while until last night where it gave me the following:
} I have tried parsing the JSON online and formatting it using an online formatting tool but the problem still persists. I will try to fiddle around with the code and see if I can find an answer.