forked from charlesbel/Microsoft-Rewards-Farmer
-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't start, account error #210
Comments
try the dev branch - also make sure you have closed out all open copies of chrome and give it another shot |
Tried both, same issue sadly. |
Which version of Python are you using? |
3.9 |
Tried it with 3.10 and 3.11, same issue. |
Using the absolute reference to python 3.10, or the one on the path? |
This issue is stale because it has been open for 14 days with no activity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before submitting a bug report...
This bug wasn't already reported.
(I have checked every bug report on GitHub)
I've cleared the sessions folder.
Branch
master
Commit
0f0052c
Describe the bug
I installed all requirements and updated the account.json file but when I run main.py I get this error.
Copy and paste your error
C:\Users\user\Documents\MS-Rewards-Farmer-1.1.0\MS-Rewards-Farmer-1.1.0>python main.py
Traceback (most recent call last):
File "C:\Users\user\Documents\MS-Rewards-Farmer-1.1.0\MS-Rewards-Farmer-1.1.0\main.py", line 14, in
from src import (
File "C:\Users\user\Documents\MS-Rewards-Farmer-1.1.0\MS-Rewards-Farmer-1.1.0\src_init_.py", line 1, in
from .account import Account
File "C:\Users\user\Documents\MS-Rewards-Farmer-1.1.0\MS-Rewards-Farmer-1.1.0\src\account.py", line 5, in
class Account:
File "C:\Users\user\Documents\MS-Rewards-Farmer-1.1.0\MS-Rewards-Farmer-1.1.0\src\account.py", line 8, in Account
totp: str | None = None
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'
Screenshots
Browser doesn't start
Value of dashboard variable
N/A?
The text was updated successfully, but these errors were encountered: