Instapy: Running fine, Chromium driver not closing

Created on 11 Nov 2017  路  4Comments  路  Source: timgrossmann/InstaPy

Liked: 200
Already Liked: 13
Inappropriate: 342
Commented: 79
Followed: 0
Traceback (most recent call last):
  File "C:\InstaPy-master-Verbatim\InstaPy\ST05.py", line 84, in <module>
    session.end()
  File "C:\InstaPy-master-Verbatim\InstaPy\instapy\instapy.py", line 1403, in end
    self.browser.delete_all_cookies()
  File "C:\Users\Blake Waldron\AppData\Local\Programs\Python\Python36-32\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 692, in delete_all_cookies
    self.execute(Command.DELETE_ALL_COOKIES)
  File "C:\Users\Blake Waldron\AppData\Local\Programs\Python\Python36-32\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 256, in execute
    self.error_handler.check_response(response)
  File "C:\Users\Blake Waldron\AppData\Local\Programs\Python\Python36-32\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 194, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: unhandled inspector error: {"code":-32601,"message":"'Network.deleteCookie' wasn't found"}
  (Session info: chrome=62.0.3202.89)
  (Driver info: chromedriver=2.30.477700 (0057494ad8732195794a7b32078424f92a5fce41),platform=Windows NT 10.0.14393 x86_64)

So as you can see, the script is running to the last entity. However, there seems to be some issue where the script isnt closing itself. Very odd. Its just sitting on the last image.

Most helpful comment

hi @blakemmw , this is a know chromedriver bug, to fix it, just update chromedriver to latest version.

All 4 comments

hi @blakemmw , this is a know chromedriver bug, to fix it, just update chromedriver to latest version.

@converge you have all the answers ahaha i love it.

@blakemmw :octocat: glad to help!

saved me thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ingorichter picture ingorichter  路  3Comments

rahulkapoor90 picture rahulkapoor90  路  3Comments

thisishotdog picture thisishotdog  路  3Comments

Spyd3r0us picture Spyd3r0us  路  3Comments

CharlesCCC picture CharlesCCC  路  3Comments