mherrmann/helium

incompatible with latest version of chrome

Closed this issue · 2 comments

incompatible with latest version of chrome

If you've experienced this error:

ValueError: Timeout value connect was <object object at >, but it must be an int, float or None

This worked for me:

pip uninstall urllib3
pip install urllib3==1.24.1

This has been fixed in the latest version