-
I cannot for the life of me get nodriver to run (Windows 10 with fresh install of python and nodriver). Very simple script. It throws an error as soon as it hits What am I doing wrong?
Output:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If anyone else has the same problem and doesn't want to waste half a day trying to figure it out, apparently you need to downgrade websockets:
|
Beta Was this translation helpful? Give feedback.
If anyone else has the same problem and doesn't want to waste half a day trying to figure it out, apparently you need to downgrade websockets:
pip install websockets==13.1
#2069