Microsoft-Rewards-Farmer
Microsoft-Rewards-Farmer copied to clipboard
Stuck asking me to 2FA and Then asking me to click enter when i am done
How to I move past this step in the main script?
I'm having the same issue. Any luck yet?
try running in headless mode off (-v argument) to see what is happening might just be a simple cookie acceptance required or ive had it when its checking for a bot, seemed to go away ,when i logged in to my account normally on the Microsoft account page
Thanks for the reply. I tried that this morning and ended up getting this:
2023-10-07 09:14:47,258 [WARNING] could not detect version_main.therefore, we are assuming it is chrome 108 or higher 2023-10-07 09:15:48,283 [ERROR] WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:64329 from chrome not reachable
Thanks for the reply. I tried that this morning and ended up getting this:
2023-10-07 09:14:47,258 [WARNING] could not detect version_main.therefore, we are assuming it is chrome 108 or higher 2023-10-07 09:15:48,283 [ERROR] WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:64329 from chrome not reachable
Try reinstalling undtected_driver, you need the new chromedriver.
or you find this path: C:\Users\97oli\appdata\roaming\undetected_chromedriver\undetected_chromedriver.exe
and replace the chromedriver.exe with the newest one for windows: https://chromedriver.chromium.org/downloads
Thanks for the reply!
I manually replaced the undetected_chromedriver.exe with a newly downloaded one and my warning goes away, but I still get the error. [ERROR] WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:61864 from chrome not reachable
I've figured it out! For some reason, my chrome was stuck and wouldn't update to chrome 118. Here's the fix:
- Close all instants of chrome (use task manager if necessary)
- Go to: C:\Program Files (x86)\Google\Chrome\Application
- You should have a chrome.exe and new_chrome.exe file in this directory. Delete chrome.exe
- In my instance, I had two folders: 118.x.xxxx.xx and 117.x.xxxx.xx. Delete the 117 folder.
- Rename new_chrome.exe to chrome.exe.
- Launch chrome.exe
The version was correctly updated in the about window in chrome. Now my chrome and chromedriver jive and the script runs perfectly! Just make sure to use the -v to run headless the first time so you can log into authenticator as @theskid31 mentioned above.
Thanks everyone for your help with this!
I need help about the 2fa