-
Notifications
You must be signed in to change notification settings - Fork 380
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
TypeError: __call__() takes 3 positional arguments but 4 were given #328
Comments
And I use Python 3.5. |
i got some exception too with session.open('http://opu.ua'), but it works, for example, with session.open('http://ac.opu.ua') |
I get the same error, but not every time. Sometimes it works to fetch data. |
@jeanphix care to chime in? I'm getting the same bug using the official docker image. Here's the code and traceback:
|
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 :/
The text was updated successfully, but these errors were encountered: