LucasFaudman / linkedin-ai

Automate LinkedIn Job Applications with OpenAI
GNU General Public License v3.0
7 stars 1 forks source link

Report Job IDs with Errors Here #3

Open LucasFaudman opened 3 months ago

LucasFaudman commented 3 months ago

Report Job IDs with Errors Here

LinkedIn frequently adds and removes form types, so some job applications will inevitably trigger errors.

Report Job IDs that cause errors here.

Format

Copy this template to report job IDs that cause errors.

Job ID(s): 

What Happens in the Chrome Window:

Terminal Output:
nikdaya commented 3 months ago

Job ID(s): 3965312496, 3962032660, 3956356295, 3968863064, 3971089539, 3773987515, 3980751995

What Happens in the Chrome Window: It asks output for the message to the hiring manager, for summary of the job, or for a text representing the cover letter, but if I don't give any text and click "Ok", the job application does not proceed furtherly. These fields are actually optionally and could be skipped (don't know if it's that easy but all the mandatory answers are followed by an asterisk * and these are not).

Terminal Output: It states that it updated the job application but not the applied.


Job ID(s): 3971996579, 3966234990

What Happens in the Chrome Window: It gets stuck at the third question, not managing to select the answer from the scrolling list, then tabs to the fourth question, and tabs back to the third, and so on... The only way is to press the key "Y" or "N" in order to select the answer myself, then selenium "manages to understand" that the answer has been selected and goes forward.

Terminal Output: Keeps logging this stack trace until the answer is selected.

Failed to send keys to element. Ignoring error: Message: element not interactable
  (Session info: chrome=126.0.6478.185)
Stacktrace:
        GetHandleVerifier [0x00007FF7E618EEA2+31554]
        (No symbol) [0x00007FF7E6107ED9]
        (No symbol) [0x00007FF7E5FC8559]
        (No symbol) [0x00007FF7E6011D73]
        (No symbol) [0x00007FF7E600FEDB]
        (No symbol) [0x00007FF7E603D02A]
        (No symbol) [0x00007FF7E600BA76]
        (No symbol) [0x00007FF7E603D240]
        (No symbol) [0x00007FF7E605C977]
        (No symbol) [0x00007FF7E603CDD3]
        (No symbol) [0x00007FF7E600A33B]
        (No symbol) [0x00007FF7E600AED1]
        GetHandleVerifier [0x00007FF7E6498B1D+3217341]
        GetHandleVerifier [0x00007FF7E64E5AE3+3532675]
        GetHandleVerifier [0x00007FF7E64DB0E0+3489152]
        GetHandleVerifier [0x00007FF7E623E776+750614]
        (No symbol) [0x00007FF7E611375F]
        (No symbol) [0x00007FF7E610EB14]
        (No symbol) [0x00007FF7E610ECA2]
        (No symbol) [0x00007FF7E60FE16F]
        BaseThreadInitThunk [0x00007FF93B207374+20]
        RtlUserThreadStart [0x00007FF93D13CC91+33]

Job ID(s): 3961418109, 3982810636

What Happens in the Chrome Window: Does not finish to complete the application (no apparent reasons).

Terminal Output: Logs this stack trace.

Failed to find input element for question. Skipping
Failed to send keys to element. Ignoring error: Message: element not interactable
  (Session info: chrome=126.0.6478.185)
Stacktrace:
        GetHandleVerifier [0x00007FF7CFC4EEA2+31554]
        (No symbol) [0x00007FF7CFBC7ED9]
        (No symbol) [0x00007FF7CFA88559]
        (No symbol) [0x00007FF7CFAD1D73]
        (No symbol) [0x00007FF7CFACFEDB]
        (No symbol) [0x00007FF7CFAFD02A]
        (No symbol) [0x00007FF7CFACBA76]
        (No symbol) [0x00007FF7CFAFD240]
        (No symbol) [0x00007FF7CFB1C977]
        (No symbol) [0x00007FF7CFAFCDD3]
        (No symbol) [0x00007FF7CFACA33B]
        (No symbol) [0x00007FF7CFACAED1]
        GetHandleVerifier [0x00007FF7CFF58B1D+3217341]
        GetHandleVerifier [0x00007FF7CFFA5AE3+3532675]
        GetHandleVerifier [0x00007FF7CFF9B0E0+3489152]
        GetHandleVerifier [0x00007FF7CFCFE776+750614]
        (No symbol) [0x00007FF7CFBD375F]
        (No symbol) [0x00007FF7CFBCEB14]
        (No symbol) [0x00007FF7CFBCECA2]
        (No symbol) [0x00007FF7CFBBE16F]
        BaseThreadInitThunk [0x00007FF85E9E7374+20]
        RtlUserThreadStart [0x00007FF8602FCC91+33]
LucasFaudman commented 2 months ago

@nikdaya Thank you I will look into these and see what's going on. I appreciate the descriptions and output it makes this so much easier.