IggsGrey / linkedin-easy-apply-bot

MIT License
10 stars 5 forks source link

Resolve error 'Submit button not found' #3

Closed owenpa closed 5 months ago

owenpa commented 5 months ago

The double spaces in the selectors were causing issues with my machine.

I don't know how actively this is being maintained but is anyone looking at increasing delay / reducing the number of requests made by the program? Currently getting HTTP 429 Too many Requests codes after around a minute or two of usage.

IggsGrey commented 5 months ago

@owenpa I personally haven't encountered a 429. Shouldn't happen since we're running in a browser and the host/origin is linkedin.com.

Could it be that you're behind a VPN or proxy server?

owenpa commented 5 months ago

@IggsGrey I'm not behind a VPN or a proxy server, but I'm sure it has something to do with my setup 😅. I tried running the program a few times today and had better luck, but, after a few minutes, I'm getting hit with 429s.

I'll look into what's going on with my setup and report any findings that could be of use.