Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

IndexError: list index out of range #471

Description

@3356153957

Before submitting a bug report...

  • This bug wasn't already reported.
    (I have checked every bug report on GitHub)

Title

  • The title is no longer "[BUG] Title" and I edited it with the right error name.

Describe the bug

PS C:\Users\17\Downloads\Microsoft-Rewards-Farmer-master> python main.py -v
2024-11-12 16:46:51,266 [INFO] ****************************************
2024-11-12 16:46:52,753 [INFO] Using default request storage
2024-11-12 16:46:52,762 [INFO] Created proxy listening on 127.0.0.1:58369
2024-11-12 16:46:52,763 [INFO] Using undetected_chromedriver
2024-11-12 16:46:54,299 [INFO] patching driver executable C:\Users\17\appdata\roaming\undetected_chromedriver\undetected_chromedriver.exe
2024-11-12 16:46:54,957 [INFO] Screen size: 1598x1264
2024-11-12 16:46:54,957 [INFO] Device size: 1543x1113
2024-11-12 16:46:54,988 [INFO] [LOGIN] Logging-in...
2024-11-12 16:47:16,103 [INFO] [LOGIN] Logged-in !
2024-11-12 16:47:45,649 [INFO] [LOGIN] Ensuring login on Bing...
2024-11-12 16:47:51,756 [INFO] [LOGIN] Logged-in successfully !
2024-11-12 16:47:51,757 [INFO] [POINTS] You have 250.00 points on your account !
2024-11-12 16:47:51,757 [INFO] [DAILY SET] Trying to complete the Daily Set...
2024-11-12 16:48:15,304 [INFO] [DAILY SET] Completed the Daily Set successfully !
2024-11-12 16:48:15,304 [INFO] [PUNCH CARDS] Trying to complete the Punch Cards...
2024-11-12 16:48:15,355 [INFO] [PUNCH CARDS] Completed the Punch Cards successfully !
2024-11-12 16:48:22,223 [INFO] [MORE PROMO] Trying to complete More Promotions...
2024-11-12 16:48:48,709 [INFO] [MORE PROMO] Completed More Promotions successfully !
2024-11-12 16:48:49,149 [ERROR] IndexError: list index out of range
Traceback (most recent call last):
File "C:\Users\17\Downloads\Microsoft-Rewards-Farmer-master\main.py", line 24, in main
executeBot(currentAccount, notifier, args)
File "C:\Users\17\Downloads\Microsoft-Rewards-Farmer-master\main.py", line 139, in executeBot
) = desktopBrowser.utils.getRemainingSearches()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\17\Downloads\Microsoft-Rewards-Farmer-master\src\utils.py", line 209, in getRemainingSearches
+ counters["pcSearch"][1]["pointProgress"]
~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range

Copy and paste your error

PS C:\Users\17\Downloads\Microsoft-Rewards-Farmer-master> python main.py -v
2024-11-12 16:46:51,266 [INFO] ****************************************
2024-11-12 16:46:52,753 [INFO] Using default request storage
2024-11-12 16:46:52,762 [INFO] Created proxy listening on 127.0.0.1:58369
2024-11-12 16:46:52,763 [INFO] Using undetected_chromedriver
2024-11-12 16:46:54,299 [INFO] patching driver executable C:\Users\17\appdata\roaming\undetected_chromedriver\undetected_chromedriver.exe
2024-11-12 16:46:54,957 [INFO] Screen size: 1598x1264
2024-11-12 16:46:54,957 [INFO] Device size: 1543x1113
2024-11-12 16:46:54,988 [INFO] [LOGIN] Logging-in...
2024-11-12 16:47:16,103 [INFO] [LOGIN] Logged-in !
2024-11-12 16:47:45,649 [INFO] [LOGIN] Ensuring login on Bing...
2024-11-12 16:47:51,756 [INFO] [LOGIN] Logged-in successfully !
2024-11-12 16:47:51,757 [INFO] [POINTS] You have 250.00 points on your account !
2024-11-12 16:47:51,757 [INFO] [DAILY SET] Trying to complete the Daily Set...
2024-11-12 16:48:15,304 [INFO] [DAILY SET] Completed the Daily Set successfully !
2024-11-12 16:48:15,304 [INFO] [PUNCH CARDS] Trying to complete the Punch Cards...
2024-11-12 16:48:15,355 [INFO] [PUNCH CARDS] Completed the Punch Cards successfully !
2024-11-12 16:48:22,223 [INFO] [MORE PROMO] Trying to complete More Promotions...
2024-11-12 16:48:48,709 [INFO] [MORE PROMO] Completed More Promotions successfully !
2024-11-12 16:48:49,149 [ERROR] IndexError: list index out of range
Traceback (most recent call last):
File "C:\Users\17\Downloads\Microsoft-Rewards-Farmer-master\main.py", line 24, in main
executeBot(currentAccount, notifier, args)
File "C:\Users\17\Downloads\Microsoft-Rewards-Farmer-master\main.py", line 139, in executeBot
) = desktopBrowser.utils.getRemainingSearches()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\17\Downloads\Microsoft-Rewards-Farmer-master\src\utils.py", line 209, in getRemainingSearches
+ counters["pcSearch"][1]["pointProgress"]
~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range

Screenshots

image

Value of dashboard variable

none

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions