AIHawk-app / Auto_Jobs_Applier

Auto_Jobs_Applier_AIHawk is a tool that automates the jobs application process. Utilizing artificial intelligence, it enables users to apply for multiple jobs in an automated and personalized way.
Other
21.68k stars 3.17k forks source link

[HELP WANTED]: src.aihawk_job_manager:start_applying:158 - Error during job application: descriptor 'lower' for 'str' objects doesn't apply to a 'NoneType' object #634

Open surajmoolya opened 1 week ago

surajmoolya commented 1 week ago

Issue description

Getting this error for every job applications image

Specific tasks

No response

Additional resources

No response

Additional context

No response

FrancescoVassalli commented 1 week ago

I think something in your configuration.yaml is formatted incorrectly

lukalafaye commented 5 days ago

Having the same issue here. My yaml has no syntax error. Also I am using a custom resume so it is not because of the plain yaml text resume file.


remote: false

experienceLevel:
  entry: true
  internship: false
  associate: false
  mid-senior level: false
  director: false
  executive: false

jobTypes:
  full-time: false
  contract: true
  part-time: false
  temporary: false
  internship: true
  other: false
  volunteer: false

date:
  all time: true
  month: false
  week: false
  24 hours: false

positions:
#  - Ingénieur IA
#  - Ingénieur Intelligence Artificielle
#  - Ingénieur Machine Learning
  - Artificial Intelligence
#  - Machine Learning Engineer
#  - AI Research Scientist
#  - ML Research Scientist
#  - Machine Learning Research Scientist

locations:
  - United States
  - United Kingdom
  - Australia
  - Switzerland
#  - France

apply_once_at_company: true

distance: 50

company_blacklist:
  - Random

title_blacklist:
  - Finance
  - Marketing
  - Advertising
  - Banks
  - Sales
  - Bank
  - Physics
  - Web
  - Chemistry
  - Design
  - Business
  - Freelance
  - Automation

location_blacklist:
  - Brazil

job_applicants_threshold:
  min_applicants: 0
  max_applicants: 9999

llm_model_type: openai
llm_model: 'gpt-4o-mini'
# llm_api_url: 'https://api.pawan.krd/cosmosrp/v1'
Shadragon99 commented 4 days ago

Getting that same issue also, is this stopping it from applying to the jobs itself?

Shadragon99 commented 4 days ago

Having the same issue here. My yaml has no syntax error. Also I am using a custom resume so it is not because of the plain yaml text resume file.

remote: false

experienceLevel:
  entry: true
  internship: false
  associate: false
  mid-senior level: false
  director: false
  executive: false

jobTypes:
  full-time: false
  contract: true
  part-time: false
  temporary: false
  internship: true
  other: false
  volunteer: false

date:
  all time: true
  month: false
  week: false
  24 hours: false

positions:
#  - Ingénieur IA
#  - Ingénieur Intelligence Artificielle
#  - Ingénieur Machine Learning
  - Artificial Intelligence
#  - Machine Learning Engineer
#  - AI Research Scientist
#  - ML Research Scientist
#  - Machine Learning Research Scientist

locations:
  - United States
  - United Kingdom
  - Australia
  - Switzerland
#  - France

apply_once_at_company: true

distance: 50

company_blacklist:
  - Random

title_blacklist:
  - Finance
  - Marketing
  - Advertising
  - Banks
  - Sales
  - Bank
  - Physics
  - Web
  - Chemistry
  - Design
  - Business
  - Freelance
  - Automation

location_blacklist:
  - Brazil

job_applicants_threshold:
  min_applicants: 0
  max_applicants: 9999

llm_model_type: openai
llm_model: 'gpt-4o-mini'
# llm_api_url: 'https://api.pawan.krd/cosmosrp/v1'

Is the last line supposed to be commented? I was unsure as to what it did exactly but I did uncomment it as per the guide