nicolomantini / LinkedIn-Easy-Apply-Bot

Automate the application process on LinkedIn
Apache License 2.0
805 stars 324 forks source link

Bot not finding JobIDs #106

Closed PH13 closed 1 year ago

PH13 commented 2 years ago

The bot is no longer able to find the JobIDs.

Wondering if anyone else is having this problem. Everything ran smoothly last I tried a few weeks ago. I also cannot use CSS selector to try to fix the links anymore. Did Linkedin change something on their website?

Digirange commented 2 years ago

Also now getting this error as well.

My last good run was September 20th (around 10am EST). In the console all that shows is a loop how much time is left in the search and that it is sleeping.

PH13 commented 2 years ago

From what I can tell the CSS and Xpaths still seem correct. I don't understand how the bot got ALL the jobIDs before. From my understanding it would get them while scrolling through but apparently that is not the case.

PH13 commented 2 years ago

I found a temporary fix changing './/a[@data-control-name]' to './/a[@data-control-id]' on line 186.

This allows the bot to go through and apply automatically but it still shows 0 for JobIDs.

ZaneBaylon commented 2 years ago

I have a customized version, however it still seems to be finding the jobIDs after changing line 186. Does your line 176 read as '//div[@data-job-id]'?

LinkedIn has been messing with the names in their DOM recently, particularly in this section. That's what's causing most of these issues

github-actions[bot] commented 1 year ago

Stale issue message