-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
The script doesn't apply to jobs #137
Comments
Me too! |
so strange |
check your openai balance |
same problem here, and I have enough on openai as well |
yeah, it doesn't get to the point of using OpenAI API ; it doesn't find any job. @feder-cr check the issue I am thinking maybe it's because I have LI learning subscription and this changes whole layout? |
testing it now |
I can work on this if you want @feder-cr |
update: heres the line causing the issue mates
File: linkedIn_job_manager.py |
I am facing the same problem |
no I have the standard. previously had premium though, not sure if that changes anything |
@reneekharat damn, it's bad. because there is no pattern now. you have standard account like people for whom bot works. @Andres-Ventura ; yeah, I figured it out as well in #114 ; check it out please, I have put there some additional comments. Got any idea what to do with it? |
@Andres-Ventura yes for sure bro! |
Update: the issue lies inside the extract_job_information_from_tile function inside file"linkedin_job_manager.py" where a few find_element() references are not being referenced correctly. |
Any update on the fix? |
Got it to work locally. running some tests |
Please let me know, what would the fix for it
…On Tue, Sep 3, 2024, 7:31 PM Andy ***@***.***> wrote:
Got it to work locally. running some tests
—
Reply to this email directly, view it on GitHub
<#137 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJ3UJYWLJYIOWEHVAID7VUDZUZBEXAVCNFSM6AAAAABNKX5PNOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRXGYZDIMZUHE>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Here's my fix to this. I did this real quick, but I haven't had the chance to double check. After doing some debugging, I found the Job objects were all being marked as "Applied", so all I did was change line 261 in linkedIn_job_manager.py to:
The class name was previously "apply-method", but I could not find this element on my page. Instead, I believe it was looking for the job state. Once I changed this, not all of the jobs were marked as applied. Hope this helps @naganikshith04 @Andres-Ventura @pafthinder |
[image: image.png]
Same, didn't get solved for me.
…On Wed, Sep 4, 2024 at 7:20 AM Nickolas Casalinuovo < ***@***.***> wrote:
Here's my fix to this. I did this real quick, but I haven't had the chance
to double check. After doing some debugging, I found the Job objects were
all being marked as "Applied", so all I did was change line 261 in
*linkedIn_job_manager.py* to:
apply_method = job_tile.find_element(
By.CLASS_NAME,
"job-card-container__footer-job-state", # apply-method
).text
The class name was previously apply-method, but I could not find this
element on my page. Instead, I believe it was looking for the job state.
Once I changed this, not all of the jobs were marked as applied.
Hope this helps @naganikshith04 <https://github.com/naganikshith04>
@Andres-Ventura <https://github.com/Andres-Ventura> @pafthinder
<https://github.com/pafthinder>
—
Reply to this email directly, view it on GitHub
<#137 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJ3UJYVRJESPMAM5WKIZKPLZU3UHFAVCNFSM6AAAAABNKX5PNOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRYGY2DEOBQGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
I am having the same issue (Applying to AU jobs) |
try checking #114 |
@Andres-Ventura any update? |
@feder-cr why would u close #114 without resolving it and asking about solution from community in other issue? let's merge those to one and keep it open, as you can see this is issue affecting a lot of people using the bot I managed to make bot running in my environment in #114 but it doesn't mean the issue is solved. App on the whole still works bad and it requires loads of work - collaborative effort |
@pafthinder sorry |
Here's the code that I'm using for the fix. Replace the method in linkedin_job_manager.py @feder-cr let me know if you want a PR
|
The fix from @RahulSinghalChicago works for me ! |
@RahulSinghalChicago yes for sure, join the telegram group, so we can discuss it more easily - > https://t.me/AIhawkCommunity |
fyi, the element selector reverted to the original version on my linkedin today, so the code update will allow for both. |
@RahulSinghalChicago please send PR |
The text was updated successfully, but these errors were encountered: