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
I copied the wg0.conf and docker compose and added my own account.json but getting this error upon first start of the rewards_home:
ERROR:root:
Traceback (most recent call last):
File "/app/main.py", line 39, in main
earned_points = executeBot(currentAccount, args)
File "/app/main.py", line 234, in executeBot
with Browser(mobile=False, account=currentAccount, args=args) as desktopBrowser:
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/src/browser.py", line 41, in init
self.localeLang, self.localeGeo = self.getLanguageCountry(args.lang, args.geo)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/app/src/browser.py", line 234, in getLanguageCountry
).alpha_2
^^^^^^^
AttributeError: 'NoneType' object has no attribute 'alpha_2'
The text was updated successfully, but these errors were encountered:
I copied the wg0.conf and docker compose and added my own account.json but getting this error upon first start of the rewards_home:
ERROR:root:
Traceback (most recent call last):
File "/app/main.py", line 39, in main
earned_points = executeBot(currentAccount, args)
File "/app/main.py", line 234, in executeBot
with Browser(mobile=False, account=currentAccount, args=args) as desktopBrowser:
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/src/browser.py", line 41, in init
self.localeLang, self.localeGeo = self.getLanguageCountry(args.lang, args.geo)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/app/src/browser.py", line 234, in getLanguageCountry
).alpha_2
^^^^^^^
AttributeError: 'NoneType' object has no attribute 'alpha_2'
The text was updated successfully, but these errors were encountered: