You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2024. It is now read-only.
Using the prebuilt image from Docker Hub, starting the container with the latest tag for the image resulted in this error:
Exception: local variable 'options' referenced before assignment
Traceback (most recent call last):
File "/app/main.py", line 1395, in main
start_rewards()
File "/app/main.py", line 1275, in start_rewards
driver = get_driver()
File "/app/main.py", line 258, in get_driver
options.add_argument('--no-sandbox')
UnboundLocalError: local variable 'options' referenced before assignment
Attempting to restart Bing Rewards Automation in 10 minutes...
I let it sit for 30 minutes and it didn't work.
I also tried building the image myself from this repo but no dice.