-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[BUG]: Shutting down at Starting Application process #1054
Comments
Hi, How did you get the job applier to start? When I run this using "Generate Resume", |
I have a two installations on two different computers one of my computer has the same behavior but when I installed it on my other computer I have the new behavior where it opens the LinkedIn and start searching for the file I think the difference is the secrets file where I now put my LinkedIn Authentication I think the other thing that I did was I actually downloaded a second pair of files from the GitHub directly and the second pair of files had a file called LinkedIn Authenticator and other LinkedIn files try that and let me know if you need any other help from me |
The bot is shutting down, no longer working since LinkedIn updated and also they are banned! |
Not sure about that cause I know someone who is using this, I cannot
approach them but I know they are using it.
…On Fri, 17 Jan, 2025, 2:59 pm khoahuynh0110, ***@***.***> wrote:
The bot is shutting down, no longer working since LinkedIn updated and
also they are banned!
—
Reply to this email directly, view it on GitHub
<#1054 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNP5AAXRQOVYJIW6VHJPYGD2LGDM3AVCNFSM6AAAAABVJFZDV6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJZGM2DIMRVGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Describe the bug
The system comes to Starting Application process and stops working and then shuts down the browser
(myenv) C:\Users\JB\LinkedIn_AIHawk_automatic_job_application>python main.py
Starting Chrome browser to log in to LinkedIn.
Starting the search for Software developer in Germany.
Going to job page 0
Starting the application process for this page...
(myenv) C:\Users\JB\LinkedIn_AIHawk_automatic_job_application>
use below script to Steps to reproduce
below is my linkedin Authenticator.py
import time
from selenium.common.exceptions import NoSuchElementException, TimeoutException
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
class LinkedInAuthenticator:
Expected behavior
system to start applying jobs
Actual behavior
the browser shut down
Branch
main
Branch name
main
Python version
3.10
LLM Used
openai
Model used
GPT-40
Additional context
No response
The text was updated successfully, but these errors were encountered: