AIHawk-FOSS / Auto_Jobs_Applier_AI_Agent

Auto_Jobs_Applier_AI_Agent by AIHawk is an AI Agent that automates the jobs application process. Utilizing artificial intelligence, it enables users to apply for multiple jobs in an automated and personalized way.
Other
22.41k stars 3.31k forks source link

[BUG]: Bot is not applying to jobs #876

Open ArtistYay opened 4 days ago

ArtistYay commented 4 days ago

Describe the bug

Not sure if this is a bug or my experience is trash but the bot is not applying to any roles. All I'm getting is failed and I'm not sure I'm the only one.

Steps to reproduce

Honestly, I'm just running the bot for a certain amount of time and getting this every time. There have been no successful applications.

image

Expected behavior

Apply to the role regardless.

Actual behavior

Not applying.

Branch

None

Branch name

No response

Python version

3.10.12

LLM Used

Gemini

Model used

gemini-1.5-flash-002

Additional context

No response

49Simon commented 4 days ago

This issue has been raised in #868. And it should be fixed with PR #879

ArtistYay commented 3 days ago

@49Simon looks like the commit is having errors image

49Simon commented 3 days ago

Which branch are you using?

ArtistYay commented 3 days ago

@49Simon The hotfix branch

49Simon commented 3 days ago

@ArtistYay The new commit added to address this issue does not touch any imports and this new error you're facing is not related to that.

Just to double check, I cloned this repo in a new folder, installed dependencies, checked out to the hotfix branch and it is running as expected without any issues. Can you try pulling the latest code and try again.

hiashley commented 2 days ago

I'm getting the same error on the main branch...

49Simon commented 2 days ago

Can you provide more information? The branch you are in, and the error logs

ArtistYay commented 2 days ago

@49Simon, I followed the same steps. I pulled the repo and switched to the branch, but it still gave an error. image

49Simon commented 2 days ago

@ArtistYay Okay, that's another error not related to this issue. I've raised another PR #884 to fix that. It should be merged to hotfix soon. Cc: @surapuramakhil

For now, you can comment out the import line from turtle import color in the job_manager.py file.