-
-
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
[BUG]: Bot Does not run #1082
Comments
You see nothing because the level of log is not set on INFO, set it to INFO. Now you see something. Now there will be an error and to fix it change the line 118 in src/resume_schemas/resume.py to super(Resume, self).init(**data) |
I am facing the same issue. Set log level to INFO and changed the line as suggested above, but still nothing happens. |
Can also confirm that automation of job seeking and applying functionality does not run after creation of the resume and or CV. Searching now for the disconnect. Log Level set to debug another set to info. Resetting local repo to 2 months ago to check changes |
Looking at the difference between my old fork and later commits, I understand what happened now. The repository's history was altered after LinkedIn's legal request. The developer removed all automation functionalities after the original contributors were banned from the platform. They pivoted the project to focus on CV generation only. This is why the automation code is missing. However, they have removed that explanation from the project's README and closed all related issues, maybe to avoid further legal complications or negative attention from LinkedIn. In any case, I thank them for their services. |
Yeah I'm currently running with the automations in tact. However there are a few little hiccups in the code that i noticed with the automation pattern. The scrapper is too fast(non-organic) and the way that auto Population does not mimic organic experience would cause trigger Legality. Unfortunately I don't have many commit sha's on my machine so I can't go through all the commits to see where breaking changes were made lol That said, again we should thank them for their work on this. |
Describe the bug
When the run Command is entered nothing happens
Steps to reproduce
1.python main.py
2. [?] Select the action you want to perform::
Expected behavior
Bot to run open chrome and execute program, or throw error.
Actual behavior
nothing
Branch
main
Branch name
No response
Python version
3.12.6
LLM Used
Chat Gpt
Model used
GPT-4o-mini
Additional context
No response
The text was updated successfully, but these errors were encountered: