Microsoft-Rewards-Farmer icon indicating copy to clipboard operation
Microsoft-Rewards-Farmer copied to clipboard

[BUG] problem on the Authenticator page

Open FRKFFR opened this issue 2 years ago • 2 comments

←[91m ███╗ ███╗███████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗██████╗ ████╗ ████║██╔════╝ ██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝██╔══██╗ ██╔████╔██║███████╗ █████╗ ███████║██████╔╝██╔████╔██║█████╗ ██████╔╝ ██║╚██╔╝██║╚════██║ ██╔══╝ ██╔══██║██╔══██╗██║╚██╔╝██║██╔══╝ ██╔══██╗ ██║ ╚═╝ ██║███████║ ██║ ██║ ██║██║ ██║██║ ╚═╝ ██║███████╗██║ ██║ ╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝←[00m ←[95m by Charles Bel (@charlesbel) version 2.0 ←[00m ←[93m[email protected]←[00m

DevTools listening on ws://127.0.0.1:57159/devtools/browser/2830709b-a8c1-4e32-b139-3df77677e993 [LOGIN] Logging-in... [LOGIN] Writing email... Traceback (most recent call last): File "C:\Users\Sophie\Desktop\Nouveau dossier (4)\Microsoft-Rewards-Farmer-master2\ms_rewards_farmer.py", line 773, in login(browser, account['username'], account['password']) File "C:\Users\Sophie\Desktop\Nouveau dossier (4)\Microsoft-Rewards-Farmer-master2\ms_rewards_farmer.py", line 55, in login browser.execute_script("document.getElementById('i0118').value = '" + pwd + "';") File "C:\Users\Sophie\AppData\Roaming\Python\Python310\site-packages\selenium\webdriver\remote\webdriver.py", line 634, in execute_script return self.execute(command, { File "C:\Users\Sophie\AppData\Roaming\Python\Python310\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute self.error_handler.check_response(response) File "C:\Users\Sophie\AppData\Roaming\Python\Python310\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.JavascriptException: Message: javascript error: Cannot set properties of null (setting 'value') (Session info: headless chrome=101.0.4951.54)

image

FRKFFR avatar May 07 '22 10:05 FRKFFR

ah it's good I find the cause of my problem the software blocks because it is on the login page by the Authenticator application after writing the email.

FRKFFR avatar May 07 '22 18:05 FRKFFR

you have to make an API that clicks on the use passwords button

FRKFFR avatar May 07 '22 18:05 FRKFFR

#189 Should fix the issue with Microsoft authenticator

charlesbel avatar Jul 19 '23 09:07 charlesbel