Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexError: list index out of range #471

Open
2 tasks done
3356153957 opened this issue Nov 12, 2024 · 0 comments
Open
2 tasks done

IndexError: list index out of range #471

3356153957 opened this issue Nov 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@3356153957
Copy link

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

@3356153957 3356153957 added the bug Something isn't working label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant