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

Configuration Error: Missing or Invalid Key #399

Open
deshneni-akhil opened this issue Sep 18, 2024 · 1 comment
Open

Configuration Error: Missing or Invalid Key #399

deshneni-akhil opened this issue Sep 18, 2024 · 1 comment

Comments

@deshneni-akhil
Copy link

#361 the issue is exactly as 361. I have gone through the readme file and run the main file where I have updated my data in data_folder currently encountered the following error.

linkedIn_auto_jobs_applier_with_AI git:(main) py main.py
Configuration error: Missing or invalid key 'experienceLevel' in config file data_folder/config.yaml
Refer to the configuration guide for troubleshooting: https://github.com/feder-cr/LinkedIn_AIHawk_automatic_job_application/blob/main/readme.md#configuration

Any insights on how I can resolve this error ?

Config. yaml file in question

remote: true

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

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

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

positions:

  • Software Developer
  • Software Engineer
  • Backend Engineer
  • DevOps Engineer
  • Backend Developer
  • Web Developer
  • Full Stack Developer
  • Software Tester

locations:

  • USA
  • India

apply_once_at_company: true

distance: 1000

company_blacklist:

  • Amazon

title_blacklist:

  • Data Science
  • Senior
  • Director
  • Executive

job_applicants_threshold:
min_applicants: 20
max_applicants: 500

@Syerramsetti915
Copy link

there is a typo error change "experience_level" to "experienceLevel"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants