We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
none
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Before submitting a bug report...
(I have checked every bug report on GitHub)
Title
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
Value of dashboard variable
none
The text was updated successfully, but these errors were encountered: