Skip to content
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

sleep duration is too long #7

Closed
Sy3Omda opened this issue Jul 18, 2021 · 4 comments
Closed

sleep duration is too long #7

Sy3Omda opened this issue Jul 18, 2021 · 4 comments

Comments

@Sy3Omda
Copy link

Sy3Omda commented Jul 18, 2021

Sleeping for 881.592579126358 seconds.
could we minimize this sleeping time , i believe this is 14 min!!
could this be between 5 to 7 min as maximum .

one more thing i get this error after this sleeping time
[9640:4564:0718/145744.396:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is disabled

OS : Windows 10
python version : 3.9.6
running the script from Powershell

@NathanDuma
Copy link
Owner

In linkedineasyapply.py line 64, change 15 to however many minutes you want it to sleep for. I have personally tried less time and it ends up logging me out, but feel free to try to see if there is a lesser time that works.
For the second issue, does it stop applying to jobs hwen you see this? This isn't an issue related to my bot and I haven't seen it, but a quick google search seems that this is an issue with the chromedriver and using a virtual machine.

@OakandRocks
Copy link

Here's what my thing's doing:

13:55:25 - INFO - 596.0 minutes left in this search
13:55:25 - DEBUG - Sleeping for 4.6
13:56:13 - INFO - Lock avoided.
13:56:33 - INFO - 595.0 minutes left in this search
13:56:33 - DEBUG - Sleeping for 3.5
13:57:03 - INFO - 595.0 minutes left in this search
13:57:03 - DEBUG - Sleeping for 4.8
13:57:30 - INFO - 594.0 minutes left in this search
13:57:30 - DEBUG - Sleeping for 4.8
13:57:57 - INFO - 594.0 minutes left in this search
13:57:57 - DEBUG - Sleeping for 4.0
13:58:23 - INFO - 593.0 minutes left in this search
13:58:23 - DEBUG - Sleeping for 4.1
13:58:50 - INFO - 593.0 minutes left in this search
13:58:50 - DEBUG - Sleeping for 4.7
13:59:17 - INFO - 592.0 minutes left in this search
13:59:17 - DEBUG - Sleeping for 4.8
13:59:44 - INFO - 592.0 minutes left in this search
13:59:44 - DEBUG - Sleeping for 3.6
14:00:09 - INFO - 591.0 minutes left in this search
14:00:09 - DEBUG - Sleeping for 4.9

@NathanDuma
Copy link
Owner

You are not using my bot, but someone else's.

@OakandRocks
Copy link

My error. I'll try yours

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants