-
-
Notifications
You must be signed in to change notification settings - Fork 3.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
[BUG]: Not applying to jobs #919
Comments
Facing exact same issue. It only searches for jobs. |
Looks like the classname we are looking for have been changed. |
Created PR with fix #920 |
Still seems there is issues. it does get the jobs, but doesnt get all the job descriptions, then says no jobs to apply |
we are happy to merge PRs addressing this issue. |
Check #905 |
@TylorMayfield @chakaponi, if you work together and stay in sync, that would be great. You can use Discord for that. |
same here, also teste origin/hotfix/v2024.11.23, not worked |
This didn't fix it for me. Using OpenAI and location is US |
fixes [BUG]: Not applying to jobs #919
@surapuramakhil Is this issue resolved? |
@muzammildafedar I made the fix and pushed it in hotfix. waiting for two members to approve. Also, testcases need to be updated. |
worked for me |
@franciscof5 can you share your logs here and on release PR |
@franciscof5 I guess it's a bug, looks like the next button not working. I can see it's able to fetch jobs and processing jobs. |
@surapuramakhil yes, cant click "Easy Apply" |
why for me it still gives no jobs found |
@WayneWu01 add app logs, are you on hotfix branch? |
Yes, currently it doesn't work. I already made review and left comments in #905 to fix everything |
I am applying, it's working for me. can you guys vote - 👍 (for working), 👎 (if not working) |
it broke again (linkedIn updated their UI) - https://discord.gg/FbgknGFMex |
just want to follow up, so the code still not working? |
not anymore... stuck on search... just get new commits from hotfix, just now, not working anymore |
as it's broke again happy to Merge PR fix his issue. |
2024-11-26 05:01:05.046 | DEBUG | ai_hawk.job_manager:start_applying:157 - Starting the application process for this page... maybe someone from inside linkedin has the job to update the UI code everytime we update it from here, because it is not working again... |
true, it's very unfortunate, we don't have time for these games. We should cleverly automate in such a way that breaking it should require a design change. "Something more like on visual UI elements - visible, font-size, font-type, font-color", like how python works duck typing" Anyway, I will work on refactoring our code bases, making it possible to extend them to other portals & AI. happy to merge any PR address this. |
The only right way is to give HTML markup to AI to extract anchors that will work at the moment |
Absolutely, I was also thinking the integrated this to Udayah. Where it will be completely going to Windows/Mac/Linux app. I need someone to add this to in Udayah repo so that with UI we will just pass the all the data required to run this AI Agent. I have idea in this way using sqllite all the Resume/work preferences/ UI elements will store the in the sqlite basically local store. When I was hit on the Run button it will pass the all the Prestored data to the This agent. |
A lot of users of this project are non-technical; unless we have a UI, we can't go with a DB. They can manage to read JSON files; if we go with DB, they need to learn SQL and how to use database IDEs. @muzammildafedar, a kind request to use the appropriate feature request so that things won't get lost. If there isn't one, then create one.
Ah, you mean adding feature requests? Happy to do that. |
Yes !! Let me clarify the idea There will be a UI where users can configure all resume data, preferences, and UI elements. This app, will need develope using Flutter, will work on Mac, linux, and Windows, ensuring cross-platform compatibility without depending on any server. Once everything is saved, the user will only need to click a button to execute the setup. Additionally, the app will have a feature to check the Python version and automatically install it if required. During execution, the app will run the command python main.py (as argument or some other way to agent)with all the data from UI How this will impact users Non-technical/technical users can easily download the app for their respective systems (Mac, Windows, or Linux). The app will perform a quick check for dependencies and install them through the UI itself. Users can then configure their resume data, preferences, and configuration, and start the agent smoothly. It will eliminate all the steps to install and setup manually. |
Maybe it will be possible to extract dictionary with hashed classes?
|
Facing this issue 2024-11-27 21:41:08.011 | DEBUG | ai_hawk.job_manager:start_applying:162 - No more jobs found on this page. Exiting loop.` |
wish everyone had a great thanksgiving. May I ask if the code work? |
Still facing the same issue after downloading latest branch, running on conda with location - USA and api - openai, as follows - WARNING | ai_hawk.job_manager:get_jobs_from_page:276 - No job results found on the page. |
I've been working through this today with the latest build. It might make sense to tokenize these values in the |
@mkadrlik If it worked for you, could you share the solution please. I will test it too. TIA! |
Describe the bug
The program opens the search page, but then won't apply to any jobs before sleeping for a minute then repeating this process.
Steps to reproduce
Expected behavior
To apply to a job on search page
Actual behavior
Program looped timeouts
Branch
main
Branch name
No response
Python version
3.10.0
LLM Used
ChatGPT
Model used
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: