voidbydefault / EasyApplyBot

Bot for applying jobs using LinkedIn Easy Apply feature on LinkedIn
GNU General Public License v3.0
40 stars 28 forks source link

Stale Element Error #13

Closed matthewalampe closed 1 year ago

matthewalampe commented 1 year ago

I used the latest code, brand new, and configured as little as possible in the config.yaml (in case something was causing the issue) Still getting the stale element error.. It only applies to one job then stops. Anything I could provide to help troubleshoot?

C:\Users\mal\AppData\Local\Programs\Python\Python39\python.exe "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\main.py" 
Starting the search for Junior Solutions Architect in Remote.
Going to job page 0
Starting the application process for this page...
Already applied to the job!
Applying to the job....
Failed to upload resume or cover letter!
Done applying to the job!
Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Could not apply to the job!
Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Could not apply to the job!
Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Could not apply to the job!
Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Could not apply to the job!
Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Could not apply to the job!
Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Could not apply to the job!
Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]

Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\mal\Downloads\EasyApplyBot-master (3)\EasyApplyBot-master\linkedineasyapply.py", line 189, in apply_jobs
    job_el = job_tile.find_element(By.CLASS_NAME, 'job-card-list__title')
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 417, in find_element
    return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
    self.error_handler.check_response(response)
  File "C:\Users\mal\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found
  (Session info: chrome=115.0.5790.171); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
Backtrace:
    GetHandleVerifier [0x00362B63+47795]
    (No symbol) [0x002F67E1]
    (No symbol) [0x001FC7ED]
    (No symbol) [0x001FFC42]
    (No symbol) [0x00200F4A]
    (No symbol) [0x00200FF0]
    (No symbol) [0x002297B1]
    (No symbol) [0x00229B8B]
    (No symbol) [0x00222C71]
    (No symbol) [0x00244D14]
    (No symbol) [0x00222BC6]
    (No symbol) [0x00245024]
    (No symbol) [0x002571DA]
    (No symbol) [0x00244AC6]
    (No symbol) [0x002213D7]
    (No symbol) [0x0022255D]
    GetHandleVerifier [0x005B6F89+2490073]
    GetHandleVerifier [0x005FC361+2773681]
    GetHandleVerifier [0x005F6211+2748769]
    GetHandleVerifier [0x003E16B0+566784]
    (No symbol) [0x0030019A]
    (No symbol) [0x002FC418]
    (No symbol) [0x002FC4FB]
    (No symbol) [0x002EF317]
    BaseThreadInitThunk [0x75C200C9+25]
    RtlGetAppContainerNamedObjectPath [0x77DB7B1E+286]
    RtlGetAppContainerNamedObjectPath [0x77DB7AEE+238]
matthewalampe commented 1 year ago

Is there a way to maybe refresh the page after applying to make the elements not stale? I keep trying the self.driver.refresh() but it gets stuck in a refresh loop.

osama3101995 commented 1 year ago

same issue here, still looking into the issue. any update would be appreciated @voidbydefault

voidbydefault commented 1 year ago

osama3101995: same issue here

matthewalampe: stale element reference: stale element not found

You have to understand what are stale elements. Read [this comment] (https://github.com/voidbydefault/EasyApplyBot/issues/11#issuecomment-1672632773)

Keep the browser window used by bot 1) "maximized", and 2) leave it alone (do not open tabs or do anything when the bot is busy using that window). You may switch to other tasks and applications as needed, just ensure 1 and 2.

As a proof of concept, watch my latest demo uploaded 2 or 3 days ago here > https://youtu.be/IXflenwJzhQ.

osama3101995 commented 1 year ago

@voidbydefault I am actually running it on a laptop that is not touched and the window always stays maximized and do not get tampered with. It just recently started to happen since yesterday. Before that, it was not having this issue.

voidbydefault commented 1 year ago

@osama3101995 are you using updated code? Maybe watch the video if you didn't and start from scratch. Take a backup of your config.yaml and setup the whole thing from scratch as shown in video.

EDIT: Let me further investigate this to identify the problem and then a fix. I am unfortunately (or fortunately) unable to produce this error.

osama3101995 commented 1 year ago

@voidbydefault Huh, strange. Is it possible that version of selenium or some difference of a version of a library is causing this issue?

PS: Yes, i just downloaded the updated code. and I will give it a try with the video when free.

Thanks for your help, please update us whenever you find something.

voidbydefault commented 1 year ago

difference of a version

No, version mismatch will prevent the bot from running at all.

exshak commented 1 year ago

I get the same error but only when I set "remote: True" in the config. Similar issue in the previous repo:

https://github.com/madingess/EasyApplyBot/issues/26

voidbydefault commented 1 year ago

Thanks @exshak for pointing it out.

I have made minor changes in the code, hopefully it would fix the issue. Since, I never faced the same error so I cannot confirm from my side. However, requesting all of you (@matthewalampe @osama3101995 @exshak) of you to redownload the code, try, test, and confirm.

EDIT: To keep it simple, change is in linkedineasyapply.py so you may only download this file instead of the whole thing.

voidbydefault commented 1 year ago

I get the same error but only when I set "remote: True" in the config. Similar issue in the previous repo:

Can anyone test this as well? Set remote: True to remote: False in line 6 of config.yaml.

matthewalampe commented 1 year ago

I should be able to test it tomorrow morning. Remote is set to true for me, so it would make sense if that was causing it


From: taimur @.> Sent: Thursday, August 10, 2023 12:59 PM To: voidbydefault/EasyApplyBot @.> Cc: mal fixmyac.net @.>; Mention @.> Subject: Re: [voidbydefault/EasyApplyBot] Stale Element Error (Issue #13)

I get the same error but only when I set "remote: True" in the config. Similar issue in the previous repo:

Can anyone test this as well? Set remote: True to remote: False in line 6 of config.yaml.

— Reply to this email directly, view it on GitHubhttps://github.com/voidbydefault/EasyApplyBot/issues/13#issuecomment-1673829314, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BADHDDEU2YIQAGSELD5ALIDXUU4RFANCNFSM6AAAAAA3KWU5DQ. You are receiving this because you were mentioned.Message ID: @.***>

tylermaginnis commented 1 year ago

I tested this change.

Loops here:

image

tylermaginnis commented 1 year ago

I get the same error but only when I set "remote: True" in the config. Similar issue in the previous repo:

Can anyone test this as well? Set remote: True to remote: False in line 6 of config.yaml.

I am now running w/ "Remote: False"

tylermaginnis commented 1 year ago

Yes, I confirm the application works for, "Remote: False"

When "Remote: True" stale element exception.

matthewalampe commented 1 year ago

Hmm.. any ideas on the fix? I will try and mess with the code later. Unfortunately, I am a coding noob


From: Tyler Maginnis @.> Sent: Thursday, August 10, 2023 1:25 PM To: voidbydefault/EasyApplyBot @.> Cc: mal fixmyac.net @.>; Mention @.> Subject: Re: [voidbydefault/EasyApplyBot] Stale Element Error (Issue #13)

Yes, I confirm the application works for, "Remote: False"

When "Remote: True" stale element exception.

— Reply to this email directly, view it on GitHubhttps://github.com/voidbydefault/EasyApplyBot/issues/13#issuecomment-1673864380, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BADHDDCAPUM5FKQFMS4COG3XUU7TVANCNFSM6AAAAAA3KWU5DQ. You are receiving this because you were mentioned.Message ID: @.***>

voidbydefault commented 1 year ago

Thanks for input @matthewalampe and @tylermaginnis . Keeping it simple, I will think about disabling remote : for now.

@matthewalampe coding isn't required. Just follow this.

matthewalampe commented 1 year ago

Will that mean it won't apply for any Remote jobs, then?


From: taimur @.> Sent: Thursday, August 10, 2023 1:53 PM To: voidbydefault/EasyApplyBot @.> Cc: mal fixmyac.net @.>; Mention @.> Subject: Re: [voidbydefault/EasyApplyBot] Stale Element Error (Issue #13)

Thanks for input @matthewalampehttps://github.com/matthewalampe and @tylermaginnishttps://github.com/tylermaginnis . Keeping it simple, I will think about disabling remote : for now.

@matthewalampehttps://github.com/matthewalampe coding isn't required. Just follow thishttps://github.com/voidbydefault/EasyApplyBot/issues/13#issuecomment-1673829314.

— Reply to this email directly, view it on GitHubhttps://github.com/voidbydefault/EasyApplyBot/issues/13#issuecomment-1673902967, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BADHDDG3EQERU4AXWOY3DLLXUVC25ANCNFSM6AAAAAA3KWU5DQ. You are receiving this because you were mentioned.Message ID: @.***>

tylermaginnis commented 1 year ago

I tried to fix it. Just caused more problems.

matthewalampe commented 1 year ago

I really want to apply to remote jobs so I'm going to try and mess with it tomorrow


From: Tyler Maginnis @.> Sent: Thursday, August 10, 2023 3:01 PM To: voidbydefault/EasyApplyBot @.> Cc: mal fixmyac.net @.>; Mention @.> Subject: Re: [voidbydefault/EasyApplyBot] Stale Element Error (Issue #13)

I tried to fix it. Just caused more problems.

— Reply to this email directly, view it on GitHubhttps://github.com/voidbydefault/EasyApplyBot/issues/13#issuecomment-1673974019, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BADHDDHWNJSNNFB7G4WIVI3XUVK2JANCNFSM6AAAAAA3KWU5DQ. You are receiving this because you were mentioned.Message ID: @.***>

voidbydefault commented 1 year ago

I tried to fix it. Just caused more problems.

I just pushed some code changes, please update your local files using git pull or update project (if you are using Git + Pycharm IDE) or otherwise download linkedineasyapply.py and main.py for replacing the ones on your drive. remote as a filter (line 6) is now removed from config.yaml -- that's one change that you may replicate manually or ignore.

Tested and working for me.

voidbydefault commented 1 year ago

I really want to apply to remote jobs so I'm going to try and mess with it tomorrow

remote was a filter intended to apply for remote jobs only (COVID-19 days). If not set to True it will eventually apply for all kinds of job, i.e. on-site, remote, and hybrid.

matthewalampe commented 1 year ago

Ohhh got it! So if I have remote under location, it should still use that. Thanks so much! I will test your new code out later


From: taimur @.> Sent: Thursday, August 10, 2023 3:23 PM To: voidbydefault/EasyApplyBot @.> Cc: mal fixmyac.net @.>; Mention @.> Subject: Re: [voidbydefault/EasyApplyBot] Stale Element Error (Issue #13)

I really want to apply to remote jobs so I'm going to try and mess with it tomorrow

remote was a filter intended to apply for remote jobs only (COVID-19 days). If not set to True it will eventually for all kinds of job, i.e. on-site, remote, and hybrid.

— Reply to this email directly, view it on GitHubhttps://github.com/voidbydefault/EasyApplyBot/issues/13#issuecomment-1674001818, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BADHDDHPPEF4EOCTYRWAZ4LXUVNORANCNFSM6AAAAAA3KWU5DQ. You are receiving this because you were mentioned.Message ID: @.***>

voidbydefault commented 1 year ago

Ohhh got it! So if I have remote under location

You may do so, it's fine as a location search -- that's how it will look:

config.yaml image

bot in action image

I think it's working flawlessly now and we can close this thread.

osama3101995 commented 1 year ago

I think I have found the issue. Its with the base_search_url. The easy_apply_url and remote_url query parameters have been updated by LinkedIn it seems. I updated these two and I am not getting the error anymore.

Edit:

easy_apply_url should be "&f_AL=true" rather than "&f_LF=f_AL" remote_url should be "&f_WT=2"

Thank you all for fixes as well.

voidbydefault commented 1 year ago

easy_apply_url should be "&f_AL=true" rather than "&f_LF=f_AL" remote_url should be "&f_WT=2"

Thanks Osama.

My last update to code was to remove remote filter (see https://github.com/voidbydefault/EasyApplyBot/issues/13#issuecomment-1673999906). LinkedIn also modified this filter for values including hybrid, on-site, and remote. I will take a note of your suggestion in next update.

voidbydefault commented 1 year ago

@osama3101995

I think I have found the issue. Its with the base_search_url. The easy_apply_url and remote_url query parameters have been updated by LinkedIn i

easy_apply_url should be "&f_AL=true" rather than "&f_LF=f_AL" remote_url should be "&f_WT=2"

I have tested your suggestions and pushed after successful testing. Thanks again.