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
code like this
self.ghost = Ghost(log_level=logging.INFO)
with self.ghost.start() as session:
session.open(url)
session.save_cookies(cookie_name)
self.ghost.exit()
the last info is
2017-06-21T14:09:45.332Z [INFO ] Ghost<35b38a6a-caf6-4692-bc01-1deae75887c1>: Closing session
2017-06-21 14:09:45 [ghost.35b38a6a-caf6-4692-bc01-1deae75887c1] INFO: Closing session
Process finished with exit code -1073741819 (0xC0000005)
how can i resolve this, ty
The text was updated successfully, but these errors were encountered:
on system windows 10
code like this
self.ghost = Ghost(log_level=logging.INFO)
with self.ghost.start() as session:
session.open(url)
session.save_cookies(cookie_name)
self.ghost.exit()
the last info is
2017-06-21T14:09:45.332Z [INFO ] Ghost<35b38a6a-caf6-4692-bc01-1deae75887c1>: Closing session
2017-06-21 14:09:45 [ghost.35b38a6a-caf6-4692-bc01-1deae75887c1] INFO: Closing session
Process finished with exit code -1073741819 (0xC0000005)
how can i resolve this, ty
The text was updated successfully, but these errors were encountered: