-
-
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
[BUG] Job freezes after "No email proof, all clear" even on fresh install #135
Comments
I get this also. I thought it was MFA related.. |
I've done some work with logging-in in #120. Might be worth a shot, but believe the code that's presenting this issue is new and not synced to my fork. That being said, I've only tested the login with a US-based 2FA account. Actually, just synced my fork and pushed my changes to a new branch in this repo, develop. Can you try checking that branch out and seeing if it resolves this issue? @klept0 Went ahead and created a develop branch off of master with my changes in #120. Figure this would be a good place to try new features/fixes before merging to master. Helpful because that way people don't have to change remotes, but just branches. Lemme know if you're not cool with it, but think it'll be helpful. Can start doing releases as well with this branching model. We'll just have to encourage PRs to be made from forked-main to forkee-develop (maybe there's a way to do this by default) |
No luck unfortunately. Getting this error: 2024-06-28 15:42:43,276 [INFO] [LOGIN] Entering email... |
In case you need the full debug log if you want to investigate further, here are the initial lines: 2024-06-28 16:04:08,739 [INFO] [email protected] DevTools listening on ws://127.0.0.1:64217/devtools/browser/55313201-9420-446a-aad8-ed494cf1c4ae |
Nice catch, guessing you don't have two-factor enabled? Anyways that immediate issue should be fixed if you want to pull and try again |
Got a bit further, here's the next error. By the way, I appreciate you so much for the time you've spent already! I'm a senior level developer myself, but in the .Net/Angular stack. Haven't done this kind of scraping work in a very long time, I applaud you and everyone else for your hard work in this tedious space, it's not easy!! 2024-06-28 18:13:53,876 [INFO] [email protected] DevTools listening on ws://127.0.0.1:61980/devtools/browser/b49dc207-9181-4aca-80b8-ce8eaef1cbf1 2024-06-28 18:14:50,474 [INFO] [POINTS] Data saved for the next day. |
Thanks! Just pushed what I think should be a fix. My guess is the code's not accounting for the keep-me-signed-in form, it should now. |
how do i get that update, the code says was edited 4 days ago. Sorry, prob being a noob |
Still erroring out unfortunately. I'm realizing I need to actually set up a good git clone and start fiddling with it in VSCode myself. It'd be good for me to learn more about the ins and outs of Python debugging. Alas, here's the error I'm getting if that's at all helpful: 2024-06-28 20:47:46,943 [DEBUG] in init DevTools listening on ws://127.0.0.1:60668/devtools/browser/e4b0dd76-39ab-4e53-be19-bac7bd8dfd78 2024-06-28 20:48:37,997 [INFO] [POINTS] Data saved for the next day. |
I decided to try to be useful and actually setup a VS Code environment so I could properly debug the issue locally. Turns out the issue is related to a new screen after logging in.. I was getting the "Lets protect your account" screen suddenly asking for me to add in a backup email address, which the code doesn't account for. I might try to add that in as a check in the coming days (to show a message to the user that they will need to set this up), but anyone else facing the same issue can just do this manually in the browser and retry for now :) |
I think this bug can be closed as it's not so much a bug as a possible new nice-to-have feature for others with relatively new accounts that aren't set up with a backup email/phone |
Before submitting a bug report...
(I have checked every bug report on GitHub)
Title
Describe the bug
Job gives no errors but pauses indefinitely after the "No email proof, all clear" log
Copy and paste your error
2024-06-28 10:06:03,366 [INFO] [LOGIN] Entering email...
2024-06-28 10:06:07,524 [INFO] [LOGIN] Writing password...
2024-06-28 10:06:16,098 [INFO] [LOGIN] No email proof, all clear
Screenshots
2024-06-28 10:06:03,366 [INFO] [LOGIN] Entering email...
2024-06-28 10:06:07,524 [INFO] [LOGIN] Writing password...
2024-06-28 10:06:16,098 [INFO] [LOGIN] No email proof, all clear
Value of dashboard variable
https://gist.github.com/aside6/6867489b5e65df3dd7ff10d9fc3f5d99
The text was updated successfully, but these errors were encountered: