-
Notifications
You must be signed in to change notification settings - Fork 6
[BUG] #3
Comments
Side note, I wonder if the 2FA is related. It should work normally, but I can't ascertain if 2022 by rdeepak worked already with 2FA or if this is a carry-over bug if that turns out to be the problem-child. |
Due to #2 , you may met Authorisation Failed while logging in. And because of 2FA, the 10 seconds wait for retrying will invalidate your 2FA code. If you meet this situation, just change your code in config.json and restart program. |
I don't think that's the case. I update the 2FA pretty much immediately and still get issues; I know the password is correct. |
Yeah, I can log into this fork of the project just fine: https://github.com/qwertyuu/reddit-place-script-2023 ; the login is successful each time. Problem with that fork is that it doesn't read the canvas properly. |
Try to use colon(:) to separate your password and 2FA code. I have tested with my account with 2FA and it works. |
I'm aware of the format labeled in It is |
I'll get a |
Okay, 2FA turned off. Going to try this one more time. |
I can still not reproduce this problem. And amazingly, my account can successfully log in without 2FA code(I'm sure that I have enabled 2FA). |
well can you login to https://www.reddit.com/login with this credential and without 2FA? |
I disabled 2FA and still got the same authorisation issues. |
Same error on my side |
In reddit.com? |
Yeah. Make yer comments about 'passwords being saved in a browser' but idc about Reddit enough to care lmao. Something is going on between trying to authenticate the account, the program and Reddit. |
I think that's the reddit side's problem and sorry for no ability to fix it. |
Whatever it is, it should be solvable. This fork still work and you can sign in, it just placed pixels incorrectly and doesn't account for the negative values of the canvas. |
It's not a Reddit issue with the above said; it is a code issue. I'm confident its a code issue that can be solved. |
well can you use this fork to login now? if so, please send your account name and password to [email protected]. I am unable to reproduce it with my own account. |
So, the difference in this fork is that it uses Pillow 9.3.0, whereas this fork uses 9.1.1 Wonder if that's partially related, and yes I could log in just fine. I'll send you the details now. |
This fork is working for me now.. I confirmed the pixel has actually been placed on the canvas. But I'm using python 3.11 and I manually upgraded Pillow through pip. Which means I had to delete the Pillow line in Maybe this fork can be updated to work with the latest version of python? |
That's weird? I couldn't get it to properly place a pixel in the negative values. I refresh the page to see where it placed the pixel and the pixel spot does not update. It 'says' it is successful, but be wary that is a false positive. It isn't even using the correct web-hook, which is not 'hot-potato' but 'garlic-bread' afaik so it 'successfully' works on a web-hook that's completely inactive. |
Updated in commit 4ff9e26 |
Bug Report Form
Checklist
Describe the bug
Login failure; tried so many times I got told off for doing it too much.
To Reproduce
Steps to trigger the bug:
Fill-out a single worker field (mine included 2FA and failed continuously; according to the README.MD, I use a semicolon separator on the password).
Run the program.
Continuous retries until Reddit tells you off for trying it one-too-many times.
Expected behavior
Login & Authorisation successful.
Additional Context
You can see me being told off for too many retries here.
The text was updated successfully, but these errors were encountered: