-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default Years of Experience Issue #19
Comments
PS C:\WINDOWS\system32> python main.p ====== WebDriver manager ====== DevTools listening on ws://127.0.0.1: Failed to apply to job! Please submit |
Could you send the job link? If you can't find it, it should be in your jobs tab on linkedin under applied. |
Thanks for the quick response. I can't tell which one it was so I'm just going to run the script again and grab it when it hits one - the listings in this space are super common to have those parameters so I should find one within a few minutes. Let me check! |
Here you go. The Amazon question it put "0" for. |
It's not a linkedin standard question and it required a numeric answer. Change line 430 & 436 in linkedineasyapply.py to be max(self.technology_default, self.industry_default) instead of 0. This would probably fix the issue. |
Awesome I'll try it out thanks brother
…On Sun, Feb 6, 2022, 2:59 AM NathanDuma ***@***.***> wrote:
It's not a linkedin standard question and it required a numeric answer.
Change line 430 in linkedineasyapply.py to be max(self.technology_default,
self.industry_default) instead of 0. This would probably fix the issue.
—
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATTUXRIPQVXMBQN7DHLVGFTUZYS5PANCNFSM5NS7TA7A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I'm testing right now. I found another issue - if it asks "Are you OK with remote work?" it puts NO. |
Sweet - I'm not super hip I just started using Python for this project.. when you say replace you mean make it say this: to_enter = max(self.technology_default, self.industry_default)
And that would be the totality of 430 thru 436 |
Dude thank you SO MUCH! After making the fixes and running about 70 applications through it, I've been so inundated with requests today I can't keep up! I have companies like TED (TedTalks) hitting me up for Senior Marketing Director jobs priced at 180-200k .... You're the MAN! |
So, I'm someone with 20 years of experience and a super optimized resume. I usually get a response from 4/5 jobs I apply to. I figured if I scaled it up with this, I could land something epic. However, after applying to 200+ jobs, my response rate fell to 40/200 and I was baffled.
Finally yesterday, I was watching the bot and I noticed for one of the "How many years of experience?" kind of questions that it went to, it entered "0." Immediately I was like "holy shit, that's why my resume isn't even getting looked at! It's putting "0" for a ton of them as they invariably ask these kinds of extra questions and I'm getting filtered out by ATS." Of course I'm super pissed at myself for not QA'ing the process better but I assumed if I have 15 as the default, it would either put 15 or NULL thus preventing the jobs from even successfully submitting, so how in the hell is it doing this? I went through the config and there's literally no "0" even in my entire TXT file. Can you please help me look into this? My car is about to get repossessed and I was trying to speed up my job search, but it actually slowed it down.
The text was updated successfully, but these errors were encountered: