bing-rewards icon indicating copy to clipboard operation
bing-rewards copied to clipboard

A New Web Hero - Failed Offers

Open SeasonalFerret opened this issue 2 years ago • 1 comments

> Error checking rewards status -
 Traceback (most recent call last):
  File "C:\Users\depre\Documents\bing-rewards\BingRewards\src\rewards.py", line 1251, in __print_stats
    days_to_bonus_str = self.driver.find_elements(
IndexError: list index out of range

['Sat, Oct 15 2022 08:11PM', 'Failed Offers']

Opening Bing Rewards manually shows this new icon, stated as not complete:

image

After running BingRewards.py with no-headless flag, I was able to find the reward when the browser window popped up. After clicking the link manually, a new page opened up. After closing that page, the script continued as normal and resulted in a success.

> Starting punch card
       >> Punch card "Spooky season is here" is already completed.
       >> Punch card "The Classic Fallout Trilogy" is already completed.
       >> Overall punch card progress: 4 of 4 completed
    < Successfully completed punch card

> Error checking rewards status -
 Traceback (most recent call last):
  File "C:\Users\depre\Documents\bing-rewards\BingRewards\src\rewards.py", line 1251, in __print_stats
    days_to_bonus_str = self.driver.find_elements(
IndexError: list index out of range


['Sat, Oct 15 2022 08:13PM', 'Successful']

Upon checking the site in my browser once again, it does indeed show a claimed symbol: image

SeasonalFerret avatar Oct 16 '22 01:10 SeasonalFerret