Microsoft-Rewards-Farmer
Microsoft-Rewards-Farmer copied to clipboard
[BUG] happens when trying to run main.py
Before submitting a bug report...
- [X] This bug wasn't already reported. (I have checked every bug report on GitHub)
Title
- [X] The title is no longer "[BUG] Title" and I edited it with the right error name.
Describe the bug
happens when trying to run main.py doesnt happen when more than 1 account
Copy and paste your error
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1520.0_x64__qbz5n2kfra8p0\Lib\json_init_.py", line 346, in loads return _default_decoder.decode(s) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1520.0_x64__qbz5n2kfra8p0\Lib\json\decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1520.0_x64__qbz5n2kfra8p0\Lib\json\decoder.py", line 353, in raw_decode obj, end = self.scan_once(s, idx) ^^^^^^^^^^^^^^^^^^^^^^ json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 5 column 3 (char 80)
Screenshots
Value of dashboard variable
?
oops didnt mean to close
it appears as though your accounts.json file may be missing something....
looks like I forgot a comma. make sure when you are removing the proxy line. remove the comma after the password.
GOOD : [ { "username": "Your Email 1", "password": "Your Password 1" }, { "username": "Your Email 2", "password": "Your Password 2" } ]
BAD : [ { "username": "Your Email 1", "password": "Your Password 1", }, { "username": "Your Email 2", "password": "Your Password 2", } ]
glad that helped - make sure this is closed if all good