joaosilvalopes / linkedin-easy-apply-bot

MIT License
160 stars 58 forks source link

Bot gets stuck after applying to jobs for awhile. Always same error. #65

Open torusservices opened 1 year ago

torusservices commented 1 year ago

: Waiting for selector .jobs-search-results-list li.jobs-search-results__list-item:nth-child(7) failed: Waiting failed: 5000ms exceeded at Timeout.

IggsGrey commented 1 year ago

This could be as a result of a slow connection or device.. basically the DOM content doesn't get loaded in time so the element is not found before the time threshold is exceeded.

torusservices commented 1 year ago

Alright I increased the timeout to 9000 gonna test to see if I still run into this problem. Ill report back