charlesbel / Microsoft-Rewards-Farmer

A simple bot that uses selenium to farm Microsoft Rewards written in Python
MIT License
1.01k stars 267 forks source link

Microsoft Rewards Farmer not Working #149

Closed pro7777777777 closed 1 year ago

pro7777777777 commented 1 year ago

MS Farmer Error

AlexyGalaxy commented 1 year ago

Has the script ever run correctly for you or is this your first run? Are you on Mac? Did you install everything from the requirements.txt?

I think the issue might be with the cromedriver you are using. the readme states

Install requirements with the following command :

pip install -r requirements.txt

Make sure you have Chrome installed Install ChromeDriver : Windows :

MacOS or Linux :

apt install chromium-chromedriver
pro7777777777 commented 1 year ago

I am on Mac. I did install everything from requirements.txt but the script has never run correctly it always came back with an error

I have Chrome WebDriver installed

AlexyGalaxy commented 1 year ago

I am not a mac user but it does seem that there is an issue with your chomedriver. I would try to uninstall it and install a different version.

pro7777777777 commented 1 year ago

Thanks it worked

AlexyGalaxy commented 1 year ago

Glad to help. I have uploaded an updated version of this scrip to my github. It allows for more quizes to be completed as bing rewards keeps updating. I also added timers and counters and im working on adding a logger and error logger.

If you would like to check it out my github link is: https://github.com/AlexyGalaxy/Microsoft-Rewards-Farmer

beatle1987 commented 1 year ago

I had the same issue, but reinstalling chrome /chromedirver did not change

AlexyGalaxy commented 1 year ago

Please post a picture of your cmd window with the error message.

beatle1987 commented 1 year ago

Fixed it. Was a combination of two errors. Updating the chrome driver and had to verify my phone number. Your version with increased logging let me know that, but failed to do the searches( this original version worked fine)