NathanDuma / LinkedIn-Easy-Apply-Bot

Automate LinkedIn Easy Apply job applications and answer application-specific questions.
217 stars 84 forks source link

TypeError: object of type 'NoneType' has no len() #62

Open notSoTechnical opened 1 year ago

notSoTechnical commented 1 year ago

File "/Users/cat/Downloads/LinkedIn-Easy-Apply-Bot-master 4/main.py", line 122, in parameters = validate_yaml() File "/Users/cat/Downloads/LinkedIn-Easy-Apply-Bot-master 4/main.py", line 74, in validate_yaml assert len(parameters['locations']) > 0 TypeError: object of type 'NoneType' has no len()

madingess commented 3 months ago

You'll need to include some locations in the locations section of the config.yaml file. That said, I believe there are other issues with this bot which prevent it from working in its current state.

The bot is working with substantial improvements in another repository here: https://github.com/madingess/EasyApplyBot