Closed sneakerush closed 11 months ago
Facing the same issue, i am assuming that driver object is not being initialized and we might need to tweak the timeout
I am getting the same error as well
There is most likely a timeout value that is not being used correctly. Could be a loose variable. Your best bet is to go into the code at the stacktrace and find the timeouts used in that area and fix it for yourself!
Update your selenium version pip install selenium==4.9.0
I just checked, updating the selenium version works! thanks!
Check my comment in the other git issue if still not fixed for you.
Hi guys. Does anyone has the urls for Chrome and Chrome Driver? I am struggling to find matching versions
Stale issue message
File "/Users/admin/Documents/Python/LinkedIn-Easy-Apply-Bot/venv/lib/python3.10/site-packages/urllib3/util/timeout.py", line 156, in _validate_timeout raise ValueError( ValueError: Timeout value connect was <object object at 0x102cbc820>, but it must be an int, float or None.
Any help? I filled out the config.yaml properly according to the README but issue persists.