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
Traceback (most recent call last):
File "TRexRush.py", line 50, in <module>
main()
File "TRexRush.py", line 40, in main
game_cotroller = GameController(cfg)
File "/Users/liam/Desktop/Git/AIGames/AITRexRush/Algorithm_1/modules/gameapis/controller.py", line 30, in __init__
self.driver.get(cfg.GAME_URL)
File "/Users/liam/opt/anaconda3/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 333, in get
self.execute(Command.GET, {'url': url})
File "/Users/liam/opt/anaconda3/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/Users/liam/opt/anaconda3/lib/python3.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: net::ERR_INTERNET_DISCONNECTED
(Session info: chrome=87.0.4280.88)
这是为啥?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "C:\AITRexRush\Algorithm_1\TRexRush.py", line 50, in
main()
File "C:\AITRexRush\Algorithm_1\TRexRush.py", line 40, in main
game_cotroller = GameController(cfg)
File "C:\AITRexRush\Algorithm_1\modules\gameapis\controller.py", line 30, in init
self.driver.get(cfg.GAME_URL)
File "C:\AITRexRush\Algorithm_1\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 436, in get
self.execute(Command.GET, {'url': url})
File "C:\AITRexRush\Algorithm_1\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 424, in execute
self.error_handler.check_response(response)
File "C:\AITRexRush\Algorithm_1\venv\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: net::ERR_INTERNET_DISCONNECTED
(Session info: chrome=97.0.4692.71)
这是为啥?
The text was updated successfully, but these errors were encountered: