klept0 / MS-Rewards-Farmer

A simple bot that uses Selenium to farm M$ Rewards in Python
MIT License
219 stars 46 forks source link

[BUG] Failed at mobile searches? #143

Closed SteveeeeeS closed 2 months ago

SteveeeeeS commented 3 months ago

Before submitting a bug report...

Title

Branch

master

Commit

142?

Describe the bug

seems to always fail after bing edge searches and exits.

Copy and paste your error

2024-07-09 16:03:38,644 [WARNING] [BING] Possible blockage. Refreshing the page. 2024-07-09 16:03:40,448 [INFO] [BING] Finished Desktop Edge Bing searches !

DevTools listening on ws://127.0.0.1:61392/devtools/browser/b97b0602-0159-4b56-8688-2f44f6316022 Traceback (most recent call last): File "C:\Users\steph\GitHub\MS-Rewards-Farmer\main.py", line 43, in main earned_points = executeBot(currentAccount, args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\steph\GitHub\MS-Rewards-Farmer\main.py", line 245, in executeBot with Browser(mobile=True, account=currentAccount, args=args) as mobileBrowser: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Screenshots

2024-07-09 16:03:38,644 [WARNING] [BING] Possible blockage. Refreshing the page. 2024-07-09 16:03:40,448 [INFO] [BING] Finished Desktop Edge Bing searches !

DevTools listening on ws://127.0.0.1:61392/devtools/browser/b97b0602-0159-4b56-8688-2f44f6316022 Traceback (most recent call last): File "C:\Users\steph\GitHub\MS-Rewards-Farmer\main.py", line 43, in main earned_points = executeBot(currentAccount, args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\steph\GitHub\MS-Rewards-Farmer\main.py", line 245, in executeBot with Browser(mobile=True, account=currentAccount, args=args) as mobileBrowser: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Value of dashboard variable

na

cal4 commented 2 months ago

Give develop a shot, see if that fixes your issue

github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 14 days with no activity.

klept0 commented 2 months ago

Check to see if the new release resolves your issue