Skip to content

TypeError: __call__() takes 3 positional arguments but 4 were given #328

Description

@aorzh

I use Qt 5.5.1/ PySide2 and dev version of ghost.py.
When I'm trying to use example like
`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`
I'm getting this traceback.
https://gist.github.com/aorzh/3bec4ad0661f7d07d6c6818b7eadbf89

But just now I tested it in console and all works perfect :/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions