NathanDuma / LinkedIn-Easy-Apply-Bot

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

Anytime I try to start the bot I get this error. #23

Open BrandonMilam opened 2 years ago

BrandonMilam commented 2 years ago

bmilam@Snow:/mnt/c/Users/betak/downloads/LinkedIn-Easy-Apply-Bot-master$ python3 linkedineasyapply.py Traceback (most recent call last): File "linkedineasyapply.py", line 1, in <module> import time, random, csv, pyautogui, pdb, traceback, sys File "/home/bmilam/.local/lib/python3.8/site-packages/pyautogui/__init__.py", line 249, in <module> import mouseinfo File "/home/bmilam/.local/lib/python3.8/site-packages/mouseinfo/__init__.py", line 223, in <module> _display = Display(os.environ['DISPLAY']) File "/usr/lib/python3.8/os.py", line 675, in __getitem__ raise KeyError(key) from None KeyError: 'DISPLAY'

SantaHub commented 2 years ago

You must be running on a server without display installed. Trye : sudo apt install ubuntu-desktop

cbroker1 commented 2 years ago

@SantaHub hijacking this issue thread to ask you another, unrelated, question. My bot is running fine until it gets to the end of the first page. It then just hangs, no activity or error. Any ideas?

NathanDuma commented 2 years ago

How long does it hang? There is a minimum of 15 minutes before going to the next page, and the timer starts as soon as the page is loaded.

On Wed., Feb. 23, 2022, 6:04 p.m. Carl Broker, @.***> wrote:

@SantaHub https://github.com/SantaHub hijacking this issue thread to ask you another, unrelated, question. My bot is running fine until it gets to the end of the first page. It then just hangs, no activity or error. Any ideas?

— Reply to this email directly, view it on GitHub https://github.com/NathanDuma/LinkedIn-Easy-Apply-Bot/issues/23#issuecomment-1049348153, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXY2FAZMS2F75KAUE7TDLLU4VYZFANCNFSM5OVTFJ3A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>