nicolomantini / LinkedIn-Easy-Apply-Bot

Automate the application process on LinkedIn
Apache License 2.0
732 stars 307 forks source link

ValueError when running script #140

Closed sneakerush closed 7 months ago

sneakerush commented 1 year ago

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.

vaddisrinivas commented 1 year ago

Facing the same issue, i am assuming that driver object is not being initialized and we might need to tweak the timeout

matthewalampe commented 1 year ago

I am getting the same error as well

Kofi-D-Boateng commented 11 months ago

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!

Lucasnribeiro commented 10 months ago

Update your selenium version pip install selenium==4.9.0

vaddisrinivas commented 10 months ago

I just checked, updating the selenium version works! thanks!

davidksanusi commented 9 months ago

Check my comment in the other git issue if still not fixed for you.

Softlution2 commented 9 months ago

Hi guys. Does anyone has the urls for Chrome and Chrome Driver? I am struggling to find matching versions

github-actions[bot] commented 7 months ago

Stale issue message