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
just to confirm i have the same issue when the terms list uses a ' (example: mc'donalds) or some other similar symbol (e.g: combinación which is a word in spanish would also give me this error. I use --lang en now but still have the other problem)
ERROR:root:
Traceback (most recent call last):
File "C:\Users\pppppp\Desktop\MS-Rewards-Farmer-develop\main.py", line 39, in main
earned_points = executeBot(currentAccount, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\pppppp\Desktop\MS-Rewards-Farmer-develop\main.py", line 234, in executeBot
with Browser(mobile=False, account=currentAccount, args=args) as desktopBrowser:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\pppppp\Desktop\MS-Rewards-Farmer-develop\src\browser.py", line 41, in init
self.localeLang, self.localeGeo = self.getLanguageCountry(args.lang, args.geo)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\pppppp\Desktop\MS-Rewards-Farmer-develop\src\browser.py", line 237, in getLanguageCountry
).alpha_2
^^^^^^^
AttributeError: 'NoneType' object has no attribute 'alpha_2'
Before submitting a bug report...
This bug wasn't already reported.
(I have checked every bug report on GitHub)
I've cleared the sessions folder.
Branch
master
Commit
24a63e4
Describe the bug
The program has issues with entering phrases containing polish letters. Screenshot attached how does it look like
Copy and paste your error
2024-12-02 20:03:14,261 [INFO] [MORE PROMOS] Exiting
2024-12-02 20:03:14,265 [INFO] [BING] Starting Desktop Edge Bing searches...
2024-12-02 20:03:19,455 [INFO] [BING] Remaining searches=26
2024-12-02 20:03:23,435 [DEBUG] terms=['ostrzeżenie przed mgłą']
2024-12-02 20:03:23,435 [DEBUG] rootTerm=ostrzeżenie przed mgłą
2024-12-02 20:03:23,495 [DEBUG] term=ostrzeżenie przed mgłą
2024-12-02 20:03:45,984 [DEBUG] error send_keys
2024-12-02 20:03:46,016 [DEBUG] term=ostrzeżenie przed mgłą
2024-12-02 20:04:08,465 [DEBUG] error send_keys
2024-12-02 20:04:08,494 [DEBUG] term=ostrzeżenie przed mgłą
2024-12-02 20:04:30,940 [DEBUG] error send_keys
2024-12-02 20:04:30,972 [DEBUG] term=ostrzeżenie przed mgłą
2024-12-02 20:04:53,425 [DEBUG] error send_keys
2024-12-02 20:04:53,458 [DEBUG] term=ostrzeżenie przed mgłą
2024-12-02 20:05:15,957 [DEBUG] error send_keys
2024-12-02 20:05:15,990 [DEBUG] term=ostrzeżenie przed mgłą
2024-12-02 20:05:38,413 [DEBUG] error send_keys
2024-12-02 20:05:38,440 [DEBUG] term=ostrzeżenie przed mgłą
2024-12-02 20:06:00,887 [DEBUG] error send_keys
2024-12-02 20:06:00,917 [DEBUG] term=ostrzeżenie przed mgłą
2024-12-02 20:06:23,383 [DEBUG] error send_keys
Screenshots
Value of dashboard variable
https://gist.github.com/elofajnekonto/612f745a1e933ae8a0100c9fa2b12c7f
The text was updated successfully, but these errors were encountered: