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

Nothing happens when selecting the style for the resume #1029

Open
joeyquack opened this issue Jan 10, 2025 · 2 comments
Open

Nothing happens when selecting the style for the resume #1029

joeyquack opened this issue Jan 10, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@joeyquack
Copy link

joeyquack commented Jan 10, 2025

Describe the bug

Nothing happens when selecting the style for the resume

Steps to reproduce

Hello,
When I run python main.py, the script prompts me to select "Generate Resume." After selecting it, I'm asked
to choose a style. However, after choosing a style, the script does nothing and no output is generated.

Screenshot 2025-01-10 at 14 09 37

Expected behavior

Opens linkedin?

Actual behavior

Nothing happens

Branch

None

Branch name

No response

Python version

3.13.1

LLM Used

OpenAI

Model used

gpt-4o

Additional context

No response

@joeyquack joeyquack added the bug Something isn't working label Jan 10, 2025
@vamsikrishna725
Copy link

I am facing the same problem

@wrzwicky
Copy link

There are exceptions somewhere, but the logging is disabled by default. Edit config.py, change

LOG_LEVEL = DEBUG
LOG_SELENIUM_LEVEL = DEBUG
LOG_TO_FILE = True
LOG_TO_CONSOLE = True

See what you get. I'm seeing errors in my YAML file.

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

3 participants