-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
remote error in config.yaml file #4
Comments
please share your config.yaml |
remote: true jobTypes: date: positions:
locations:
distance: 100 companyBlacklist:
titleBlacklist:
|
Thank yo! Thank you! I got it to work!! Thank you for sharing this!! |
what was the fix??? currently suffering this |
I used chatGPT alot in trying to fix any and all issues I had. There is also something you must know if you dont already know. When you use this code, it applies for you based on the job description of the jobs it finds, if you dont have a specific resume that you ask it to use. I didnt and it applied for "easy apply" jobs for me but most of which I had no experience for, so that's something to watch out for! |
I'm struggling still , it was working fine on osx and i just transferred to pc and it's giving me that boolean error even with the example config yaml, do you remember what was the specific fix for the boolean nonsense? I'll post a solution here though if i find it, thx! |
I honestly cant remember the specific fix becuase I was frustrated myself and was just copying/pasting using gpt at some point but if this helps, this is what my config.yml file looks after some tweaking. remote: true jobTypes: date: positions:
locations:
distance: 100 companyBlacklist:
titleBlacklist:
|
Ok I'm thinking it's something silly with my set up, do you mind opening
this issue again, I will post the solution when I find it to hopefully help
others down the line ! Thx :)
On Tuesday, August 20, 2024, olufamilusi ***@***.***> wrote:
I honestly cant remember the specific fix becuase I was frustrated myself
and was just copying/pasting using gpt at some point but if this helps,
this is what my config.yml file looks after some tweaking.
remote: true
experienceLevel:
internship: false
entry: false
associate: true
mid-senior level: true
director: false
executive: false
jobTypes:
full-time: true
contract: true
part-time: true
temporary: false
internship: false
other: false
volunteer: false
date:
all time: true
month: false
week: true
24 hours: false
positions:
Linux System Engineer
Linux System Administrator
IT System Administrator
locations:
Dallas, TX
United States
distance: 100
companyBlacklist:
Company1
Company2
titleBlacklist:
Sales
Marketing
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.<
https://ci3.googleusercontent.com/meips/ADKq_Nb-wpd-gg6kuZjXwb6F8jBuO-bB762P8wmYOq-yxLtDFlM6nFyGrn1OfJqAGE9WQ3ke6ZymM1Yg9HQuk13FEU6o44eVRHqdiMQNn8J0Cco2aOyS9sonF6J1xGonKhSYIbOuNLJTEGA64AYeAlwdKvrvRc_8SLlR1ypkUATJO2EnRHqrQ6T3LJkorzK7cp-_Z_hLdfgwu-ctqKNCKpc-n6pGRNCSxAmjxZmhDNUQ-9cNpo2ywWnmLZo=s0-d-e1-ft#https://github.com/notifications/beacon/ANWK5AO2VHWO4CZ5QANMILTZSM4P3A5CNFSM6AAAAABMKGK2MCWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUJATSZI.gif>Message
ID: <feder-cr/linkedIn_auto_jobs_applier_with_AI/issues/4/
***@***.***>
|
@feder-cr @harshit56 @emirhanai This problem is related to indentation. Once your indentation in file is same as that of files in data_folder_example. You'll be able to run it. Hope this helps. If in case you get a runtime error. That will be due to a parsing error in one of YAML files. I think most people will make errors in resume.yaml file. Note: Check your code or opening and closing braces. |
This is the error I keep getting after running through the config,yaml file and when I look through the main.py file, nothing there seems absurd. Anyone able to help?
PS D:\LinkedinAI-Bot\LinkedIn_AIHawk_automatic_job_application> python main.py
Configuration error: 'remote' in config file data_folder\config.yaml must be a boolean value.
The text was updated successfully, but these errors were encountered: