-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[HELP WANTED]: Error with Jobs Description #438
Comments
Having the same issue. app.log As you can see the bot is not applying for the job. Looks like it has issues with LinkedIn's new Easy Apply button. It's erroring out before it even tries to apply for the Job. Tried it with my Ubuntu 22.04.5 desktop. Same issue. |
@ ChristOscar This should be labeled as a bug. |
Hi https://github.com/ChristOscar |
fixed in #473 |
The issue with finding the description when user is LinkedIn Premium is not fixed in this commit. It is not fixed in main or the v4 branch. Someone opened an issue for it here: |
Issue description
Issue Description
Our LinkedIn job application bot is encountering an error when trying to retrieve the job description. The error occurs in the
_get_job_description
method of theAIHawkEasyApplier
class. The bot is unable to locate the element containing the job description.Error Message
Code Snippet
Here's the relevant part of the
_get_job_description
method where the error occurs:Steps to Reproduce
Expected Behavior
The bot should successfully locate and retrieve the job description text from the LinkedIn job listing page.
Actual Behavior
The bot fails to locate the element containing the job description, raising a
NoSuchElementException
.Questions
Thank you in advance for your help!
Specific tasks
No response
Additional resources
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: