Zequez / reddit-placebot

A bot that paints on Reddit /r/place. Works with multiple accounts, and can work with a remote target file for multiple people with the same objective.
MIT License
227 stars 78 forks source link

password characters #36

Closed granttmartin closed 7 years ago

granttmartin commented 7 years ago

I was getting this error: SyntaxError: /home/user/Software/reddit-placebot/users.json: Unexpected token in JSON at position 59

Pretty sure it's because my password included a "\". The error went away after i generated a new password.

EDIT. The backslash isn't showing in my quotes here either. \

Zequez commented 7 years ago

You have to escape the " and \ characters as \" and \\ accordingly, otherwise is not gonna be a valid json file.