Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No working sample script of the docker image #343

Open
carlosal1015 opened this issue Jul 24, 2020 · 0 comments
Open

No working sample script of the docker image #343

carlosal1015 opened this issue Jul 24, 2020 · 0 comments

Comments

@carlosal1015
Copy link

Hi, I do not know, but the execution of the sample is not working.

>>> from ghost import Ghost
>>> ghost = Ghost()
>>> with ghost.start() as session:
...     page, extra_resources = session.open("http://jeanphix.me")
...     assert page.http_status == 200 and 'jeanphix' in page.content
... 
Segmentation fault (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant