nicolomantini / LinkedIn-Easy-Apply-Bot

Automate the application process on LinkedIn
Apache License 2.0
765 stars 321 forks source link

Bot not running line 42 and 72 error. #114

Closed faran678 closed 1 year ago

faran678 commented 1 year ago
Screen Shot 2022-11-07 at 11 41 24 AM

Describe the bug A clear and concise description of what the bug is.

Screenshots If applicable, add screenshots of the LinkedIn page you are attempting to apply to.

Logs If applicable, attach your logs file found in ./logs/

Error Statement If applicable and not stated above, provide the error statement you are receiving.

Desktop (please complete the following information):

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Additional context Add any other context about the problem here.

avryxapps commented 1 year ago

Also getting this problem.

Neiljoshi97 commented 1 year ago

Same issue!

faran678 commented 1 year ago

Does anyone know how we can fix this?

notSoTechnical commented 1 year ago

still got the issue

line 42, in class EasyApplyBot: File "/Users/cat/Downloads/LinkedIn-Easy-Apply-Bot-master/easyapplybot.py", line 72, in EasyApplyBot def get_appliedIDs(self, filename) -> list | None: TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

faran678 commented 1 year ago

Can you attach a screenshot of the error?

WananiAdib commented 1 year ago

I fixed the issue by downloading Python 3.10 cause earlier version do not support '|' operator

avryxapps commented 1 year ago

Thanks, upgrading Python worked.

faran678 commented 1 year ago

Same it worked