Skip to content
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

Open
SourooshN opened this issue Jan 30, 2025 · 5 comments
Open

[BUG]: Bot Does not run #1082

SourooshN opened this issue Jan 30, 2025 · 5 comments
Labels
bug Something isn't working

Comments

@SourooshN
Copy link

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::

Generate Resume
Generate Resume Tailored for Job Description
Generate Tailored Cover Letter for Job Description
3.[?] Select a style for the resume::
Cloyola Grey (style author -> https://github.com/cloyola)
Modern Blue (style author -> https://github.com/josylad)
Modern Grey (style author -> https://github.com/josylad)
Default (style author -> https://github.com/krishnavalliappan)
Clean Blue (style author -> https://github.com/samodum)

  1. Nothing happens back to ; (virtual) PS C:\Users\User\OneDrive\Desktop\Job_App_V2\Jobs_Applier_AI_Agent_AIHawk>

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

@SourooshN SourooshN added the bug Something isn't working label Jan 30, 2025
@Willdu69
Copy link

Willdu69 commented Feb 6, 2025

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)

@mdgjohnny
Copy link

mdgjohnny commented Feb 6, 2025

I am facing the same issue. Set log level to INFO and changed the line as suggested above, but still nothing happens.
UPDATE: Per issue #1039, the auto-apply functionality was removed and historical commits are no longer available in the main branch. Code review confirms this - the current codebase only handles CV creation and customization, with no actual automation implemented.

@InternalShadow
Copy link

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

@mdgjohnny
Copy link

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.

@InternalShadow
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants