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
This bug wasn't already reported.
(I have checked every bug report on GitHub)
Title
The title is no longer "[BUG] Title" and I edited it with the right error name.
Describe the bug
Runtime error
Throws HTTP Server 500 error
Browser does not open
Copy and paste your error
←[38;5;39m2024-02-22 23:23:47,857 [INFO] xxxx@gmail.com←[0m
←[38;5;39m2024-02-22 23:23:48,306 [INFO] Using default request storage←[0m
←[38;5;39m2024-02-22 23:23:48,311 [INFO] Created proxy listening on 127.0.0.1:59858←[0m
←[38;5;39m2024-02-22 23:23:48,312 [INFO] Using undetected_chromedriver←[0m
←[38;5;196m2024-02-22 23:23:49,281 [ERROR] HTTPError: HTTP Error 500: Internal Server Error←[0m
Traceback (most recent call last):
File "D:\Microsoft-Rewards-Farmer-master\main.py", line 24, in main
executeBot(currentAccount, notifier, args)
File "D:\Microsoft-Rewards-Farmer-master\main.py", line 127, in executeBot
with Browser(mobile=False, account=currentAccount, args=args) as desktopBrowser:
File "D:\Microsoft-Rewards-Farmer-master\src\browser.py", line 41, in init
self.webdriver = self.browserSetup()
File "D:\Microsoft-Rewards-Farmer-master\src\browser.py", line 77, in browserSetup
driver = webdriver.Chrome(
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\site-packages\seleniumwire\undetected_chromedriver\webdriver.py", line 61, in init
super().init(*args, **kwargs)
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\site-packages\undetected_chromedriver_init_.py", line 258, in init
self.patcher.auto()
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\site-packages\undetected_chromedriver\patcher.py", line 178, in auto
self.unzip_package(self.fetch_package())
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\site-packages\undetected_chromedriver\patcher.py", line 287, in fetch_package
return urlretrieve(download_url)[0]
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 241, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 525, in open
response = meth(req, response)
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 634, in http_response
response = self.parent.error(
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 563, in error
return self._call_chain(*args)
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 496, in _call_chain
result = func(*args)
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 500: Internal Server Error
Screenshots
No browser screenshot as it does not open
Value of dashboard variable
NA as browser does not open
The text was updated successfully, but these errors were encountered:
Before submitting a bug report...
(I have checked every bug report on GitHub)
Title
Describe the bug
Runtime error
Throws HTTP Server 500 error
Browser does not open
Copy and paste your error
←[38;5;39m2024-02-22 23:23:47,857 [INFO] xxxx@gmail.com←[0m
←[38;5;39m2024-02-22 23:23:48,306 [INFO] Using default request storage←[0m
←[38;5;39m2024-02-22 23:23:48,311 [INFO] Created proxy listening on 127.0.0.1:59858←[0m
←[38;5;39m2024-02-22 23:23:48,312 [INFO] Using undetected_chromedriver←[0m
←[38;5;196m2024-02-22 23:23:49,281 [ERROR] HTTPError: HTTP Error 500: Internal Server Error←[0m
Traceback (most recent call last):
File "D:\Microsoft-Rewards-Farmer-master\main.py", line 24, in main
executeBot(currentAccount, notifier, args)
File "D:\Microsoft-Rewards-Farmer-master\main.py", line 127, in executeBot
with Browser(mobile=False, account=currentAccount, args=args) as desktopBrowser:
File "D:\Microsoft-Rewards-Farmer-master\src\browser.py", line 41, in init
self.webdriver = self.browserSetup()
File "D:\Microsoft-Rewards-Farmer-master\src\browser.py", line 77, in browserSetup
driver = webdriver.Chrome(
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\site-packages\seleniumwire\undetected_chromedriver\webdriver.py", line 61, in init
super().init(*args, **kwargs)
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\site-packages\undetected_chromedriver_init_.py", line 258, in init
self.patcher.auto()
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\site-packages\undetected_chromedriver\patcher.py", line 178, in auto
self.unzip_package(self.fetch_package())
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\site-packages\undetected_chromedriver\patcher.py", line 287, in fetch_package
return urlretrieve(download_url)[0]
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 241, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 525, in open
response = meth(req, response)
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 634, in http_response
response = self.parent.error(
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 563, in error
return self._call_chain(*args)
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 496, in _call_chain
result = func(*args)
File "C:\Users\hwhle\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 500: Internal Server Error
Screenshots
No browser screenshot as it does not open
Value of dashboard variable
NA as browser does not open
The text was updated successfully, but these errors were encountered: