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
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, [])
`
The text was updated successfully, but these errors were encountered:
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.
`
`
The text was updated successfully, but these errors were encountered: