jeanphix/Ghost.py

TypeError: Can't call meta function QList<QSslError>

azambd opened this issue · 0 comments

docker run -i -t jeanphix/ghost.py:2.0.0-dev python3
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
`

from ghost import Ghost
g = Ghost()
with g.start() as session:
... session.open('https://baddaddysburgerbar.com/find-us')
...
TypeError: Can't call meta function because I have no idea how to handle QList
(None, [])

`