NathanDuma / LinkedIn-Easy-Apply-Bot

Automate LinkedIn Easy Apply job applications and answer application-specific questions.
223 stars 84 forks source link

Running with same settings on different account = error #30

Open devdada opened 2 years ago

devdada commented 2 years ago

Hey, so the bot successfully applies and works with my current settings. However, when I change the username and password parameters to another account, I face the "no more jobs" error. I do see jobs on the web browser, and when using my main account it would apply to those same jobs and not throw an error.

image
naanrdk commented 2 years ago

I assume that Linkedin has flagged accounts that have exceeded certain limit

devdada commented 2 years ago

Don't think it's an issue of being flagged. I am able to manually apply to easy apply jobs, just not with the bot.

naanrdk commented 2 years ago

So I found a way around it, in the code search for time.sleep() replace the time with 2-3 sec this will then apply for at first instance apply for the first job in the list then go to the next page apply for the first job and so on. Replace the position with different keywords you'll get the result except it would require more human intervention.

voidbydefault commented 2 years ago

Hi @naanrdk , I am having same issue -- please see #35 , but I have one twist that if I use the same script on my test account it works flawlessly but on my actual account it has stopped working and producing the same error as you faced. Can you please elaborate where to add/change time.sleep()?

Thanks.

naanrdk commented 2 years ago

@voidbydefault If you search for time: image

Citizen3rased commented 2 years ago

@naanrdk What are you doing with the str(time_left)? I see a red mark, does that mean you removed that line? Mine gets this error once it gets to the jobs page and has the list of jobs available. Changed the times you have circled/underlined.