-
Notifications
You must be signed in to change notification settings - Fork 6
[BUG] Authorisation Failed #2
Comments
Same, As it was like the same bug from the last 2022 version. |
Well I have no idea how to fix it. It occurs randomly in the same environment and it's hard to debug. |
Was randomly? How random? Because everytine I trying, same error? Maybe the new API or website? |
I load 71 accounts and about 2/7 accounts will occur the problem. But the failed accounts are different everytime. |
Yes, this also happened in the 2022 version. |
28.57 % will cause the problem. Damn. Recommend what automation tool for creating reddit accounts? At least there's a temporary solution. |
Or, repeat the login process by having duplicating the worker's json file like 100 times to login a single account? |
I bought some account from accsmarket and hstock :) As far as I know there isn't an convient way to register reddit account automatically. |
https://github.com/michaelshumshum/r-placer |
util.py line 14: - return ''.join(random.choice(chars['all']) for i in range(length))
+ return ''.join(random.choice(chars["letters"] + chars["numbers"]) for i in range(length)) |
or you can just set line 33 to |
Add retry for login stage. If the "Authorization failed! trying again in 10 seconds..." warning appears many times for a long time, please open a new Issue. |
I think its a problem with the login function |
Yes it absolutely occurs in the login function(or reddit server?) but I'm not sure what causes this. |
I added the line and still got the same problem |
Do you use the latest version? If the problem happens again, please open a new Issue. |
of python? yes i got 3.10.4 |
this program, commit 49bcc3d. |
still doesnt work |
Open a new Issue plz |
did you get it to work? |
Bug Report Form
Checklist
Describe the bug
Always fails authorisation even if login info correct
NoneType: None
2023-07-21 18:07:02.803 | DEBUG | main:task:571 - response: 400 - {"reason": "INCORRECT_USERNAME_PASSWORD", "code": 400, "explanation": "incorrect username or password"}
The text was updated successfully, but these errors were encountered: