-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error during job search #9
Comments
This is a possible macOS. Ref. Please specify your macOS version and chrome version for further investigation. |
Error has been spotted in the macOS Ventura 13.5.1 |
Tested on Ventura 13.2 and 13.3 |
Hey, I have updated to the latest version, but an error still occurs.
/Users/kashyapmehta/PycharmProjects/Part-Time-Jobs/venv/bin/python
/Users/kashyapmehta/PycharmProjects/Part-Time-Jobs/appliFly.py
Dᴇᴠᴇʟᴏᴘᴇᴅ Bʏ Kꜱʜɪᴛɪᴊ Dʜʏᴀɴɪ
@https://github.com/wimpywarlord
____________PRE-REQUISITES____________
1. Make sure have created a `.env` file in the same directory as this
script.
2. Make sure have copied contents of the `env.txt` file into that `.env`.
3. Make sure have filled the `.env` file with your credentials and paths.
4. Make sure you installed all the dependencies: `pip install -r
requirements.txt`
5. Make sure you have a good internet connection.
6. Make sure you have applied to atleast 1 job on the portal manually.
____________NOTES____________
1. You will need to 1 time authenticate using DUO. Make sure you have your
phone with you.
2. If the script crashes for any reason. Simply Restart It. It will work
the next time, give it a few tries.
3. In case of errror, document the error and report to the github
repository @https://github.com/wimpywarlord/appliFLY/issues
4. If you have already applied for a job, the script will skip it.
All jobs staged for application.
____________JOB LINKS FOUND____________
There are 248 jobs available for you to apply.
Job Title: Building Manager (FWS Eligible)
URL:
https://sjobs.brassring.com/TGnewUI/Search/home/HomeWithPreLoad?partnerid=25620&siteid=5495&PageType=JobDetails&jobid=4837574
An error occured. Please document & report it to the developer @
https://github.com/wimpywarlord/appliFLY/issues
Message:
Stacktrace:
0 chromedriver 0x0000000109397e08 chromedriver +
5025288
1 chromedriver 0x000000010938ec23 chromedriver +
4987939
2 chromedriver 0x0000000108f30e67 chromedriver +
409191
3 chromedriver 0x0000000108f801b9 chromedriver +
733625
4 chromedriver 0x0000000108f80371 chromedriver +
734065
5 chromedriver 0x0000000108fc6194 chromedriver +
1020308
6 chromedriver 0x0000000108fa750d chromedriver +
894221
7 chromedriver 0x0000000108fc3571 chromedriver +
1009009
8 chromedriver 0x0000000108fa72b3 chromedriver +
893619
9 chromedriver 0x0000000108f71eb9 chromedriver +
675513
10 chromedriver 0x0000000108f730ee chromedriver +
680174
11 chromedriver 0x0000000109359819 chromedriver +
4769817
12 chromedriver 0x000000010935e893 chromedriver +
4790419
13 chromedriver 0x000000010936566e chromedriver +
4818542
14 chromedriver 0x000000010935f5bd chromedriver +
4793789
15 chromedriver 0x000000010933198c chromedriver +
4606348
16 chromedriver 0x000000010937db78 chromedriver +
4918136
17 chromedriver 0x000000010937dd30 chromedriver +
4918576
18 chromedriver 0x000000010938e85e chromedriver +
4986974
19 libsystem_pthread.dylib 0x00007ff80be49202 _pthread_start +
99
20 libsystem_pthread.dylib 0x00007ff80be44bab thread_start + 15
Process finished with exit code 0
On Wed, Sep 13, 2023 at 9:59 PM Kshitij Dhyani ***@***.***> wrote:
Tested on Ventura 13.2 and 13.3
—
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCSBMNCHSZYX4D2ALFY5JTDX2KFMDANCNFSM6AAAAAA4XJX57Y>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
# ---------------------------------------
# -------------- IMPORTANT --------------
# ---------------------------------------
# STEP 1: Create a file named `.env` in the same folder as this file.
# STEP 2: Paste all the content of this file into `.env` file
# Enter your ASU username and password
# * AppliFly will not store or log any user data/credentials.
# * You run this script in your own machine locally.
ASUUSERNAME=
ASUPASSWORD=
# Answer in either `true` or `false`
# Example: FEDERAL_WORK_STUDY=true
FEDERAL_WORK_STUDY=true
# Enter the path to your resume and cover letter
# How to find path of a file?
# Windows - https://www.computerhope.com/issues/ch001708.htm#:~:text=How%20to%20find%20the%20absolute,the%20path%20to%20the%20file.
# Mac - https://superuser.com/questions/371513/how-to-tell-full-path-of-file-on-mac
# TESTED FILE FORMAT - .pdf
# We need to specify the absolute path here.
# Example: /Users/admin/Downloads/resume.pdf
PATH_TO_RESUME= /Users/kashyapmehta/Dropbox (ASU)/Mac/Documents/ASU
PATH_TO_COVER_LETTER= /Users/kashyapmehta/Dropbox (ASU)/Mac/Documents/ASU
|
SolutionThis turned out to versioning issue, between selenium driver, python and chrome. I found an error in the script logs saying:
Upon surfing the web, I found this thread: https://stackoverflow.com/questions/75830184/errorpage-load-metrics-update-dispatcher-cc194-invalid-first-paint-error-usi It talks about how the above error message indicates that there is a mismatch between the binary versions you are using. On a more deeper level As per the [comment](https://bugs.chromium.org/p/chromedriver/issues/detail?id=3341#c1) within the [discussion](https://bugs.chromium.org/p/chromedriver/issues/detail?id=3341):
This is understandable because, most of the operations were working fine in the script, but some operations were acting wonky. The straight and simple solution is to You need to ensure:
Go to Google’s official driver support website: https://chromedriver.chromium.org/downloads and then go to the downloads section : https://googlechromelabs.github.io/chrome-for-testing/ Download the latest stable version of the chrome driver according to your operating system : https://googlechromelabs.github.io/chrome-for-testing/#stable Copy the absolute path to the
Download the latest version chrome or update the existing version to the latest version. Here is how: https://support.google.com/chrome/answer/95414?hl=en&co=GENIE.Platform%3DDesktop
Therefore re-clone the repository from Github and do a fresh |
Hey, @kashm07 I would be more than happy to assist you with this over a call if you are unable to figure it out. Shoot any questions that you may have. |
Closing, as resolved |
thanks! works like a charm
…On Wed, Oct 25, 2023 at 8:10 AM Kshitij Dhyani ***@***.***> wrote:
Closed #9 <#9> as
completed.
—
Reply to this email directly, view it on GitHub
<#9 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCSBMNG3MGUQB3O75NWUUGLYBETYFAVCNFSM6AAAAAA4XJX572VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJQG43DQOJVGU2TOMA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hey got a new error, I believe the script is not working.
/Users/kashyapmehta/PycharmProjects/Part-Time-Jobs/venv/bin/python
/Users/kashyapmehta/PycharmProjects/Part-Time-Jobs/appliFly.py
Dᴇᴠᴇʟᴏᴘᴇᴅ Bʏ Kꜱʜɪᴛɪᴊ Dʜʏᴀɴɪ
@https://github.com/wimpywarlord
…____________PRE-REQUISITES____________
1. Make sure have created a `.env` file in the same directory as this
script.
2. Make sure have copied contents of the `env.txt` file into that `.env`.
3. Make sure have filled the `.env` file with your credentials and paths.
4. Make sure you installed all the dependencies: `pip install -r
requirements.txt`
5. Make sure you have a good internet connection.
6. Make sure you have applied to atleast 1 job on the portal manually.
____________NOTES____________
1. You will need to 1 time authenticate using DUO. Make sure you have your
phone with you.
2. If the script crashes for any reason. Simply Restart It. It will work
the next time, give it a few tries.
3. In case of errror, document the error and report to the github
repository @https://github.com/wimpywarlord/appliFLY/issues
4. If you have already applied for a job, the script will skip it.
An error occured. Please document & report it to the developer @
https://github.com/wimpywarlord/appliFLY/issues
Message: no such element: Unable to locate element:
{"method":"xpath","selector":"/html/body/div[3]/div[2]/main[3]/div/div/div/div[2]/div/div/div/div/div[1]/div/div/div/div[1]/a/button"}
(Session info: chrome=120.0.6099.71); For documentation on this error,
please visit:
https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Stacktrace:
0 chromedriver 0x000000010b575c48 chromedriver +
4852808
1 chromedriver 0x000000010b56d1b3 chromedriver +
4817331
2 chromedriver 0x000000010b1397bd chromedriver +
411581
3 chromedriver 0x000000010b189e30 chromedriver +
740912
4 chromedriver 0x000000010b189fe1 chromedriver +
741345
5 chromedriver 0x000000010b1d5864 chromedriver +
1050724
6 chromedriver 0x000000010b1b3c2d chromedriver +
912429
7 chromedriver 0x000000010b1d2ae2 chromedriver +
1039074
8 chromedriver 0x000000010b1b39a3 chromedriver +
911779
9 chromedriver 0x000000010b17b103 chromedriver +
680195
10 chromedriver 0x000000010b17c71e chromedriver +
685854
11 chromedriver 0x000000010b535792 chromedriver +
4589458
12 chromedriver 0x000000010b53a99c chromedriver +
4610460
13 chromedriver 0x000000010b51acb1 chromedriver +
4480177
14 chromedriver 0x000000010b53b716 chromedriver +
4613910
15 chromedriver 0x000000010b50c23c chromedriver +
4420156
16 chromedriver 0x000000010b55b798 chromedriver +
4745112
17 chromedriver 0x000000010b55b94e chromedriver +
4745550
18 chromedriver 0x000000010b56cdf3 chromedriver +
4816371
19 libsystem_pthread.dylib 0x00007ff8108cb202 _pthread_start +
99
20 libsystem_pthread.dylib 0x00007ff8108c6bab thread_start + 15
Process finished with exit code 0
On Mon, Oct 30, 2023 at 12:47 PM Kashyap Mehta ***@***.***>
wrote:
thanks! works like a charm
On Wed, Oct 25, 2023 at 8:10 AM Kshitij Dhyani ***@***.***>
wrote:
> Closed #9 <#9> as
> completed.
>
> —
> Reply to this email directly, view it on GitHub
> <#9 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BCSBMNG3MGUQB3O75NWUUGLYBETYFAVCNFSM6AAAAAA4XJX572VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJQG43DQOJVGU2TOMA>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Getting this error. Could you help me figure out what's going wrong?
An error occured. Please document & report it to the developer @https://github.com/wimpywarlord/appliFLY/issues
Message:
Stacktrace:
0 chromedriver 0x0000000100c77638 chromedriver + 5002808
1 chromedriver 0x0000000100c6ea53 chromedriver + 4966995
2 chromedriver 0x000000010081fa57 chromedriver + 449111
3 chromedriver 0x0000000100865d05 chromedriver + 736517
4 chromedriver 0x0000000100865ec1 chromedriver + 736961
5 chromedriver 0x00000001008a9f04 chromedriver + 1015556
6 chromedriver 0x000000010088c41d chromedriver + 893981
7 chromedriver 0x00000001008a7391 chromedriver + 1004433
8 chromedriver 0x000000010088c1c3 chromedriver + 893379
9 chromedriver 0x0000000100857df9 chromedriver + 679417
10 chromedriver 0x0000000100858fde chromedriver + 683998
11 chromedriver 0x0000000100c342d9 chromedriver + 4727513
12 chromedriver 0x0000000100c392de chromedriver + 4747998
13 chromedriver 0x0000000100bf72c9 chromedriver + 4477641
14 chromedriver 0x0000000100c3a02d chromedriver + 4751405
15 chromedriver 0x0000000100c0d0ec chromedriver + 4567276
16 chromedriver 0x0000000100c577f8 chromedriver + 4872184
17 chromedriver 0x0000000100c579b7 chromedriver + 4872631
18 chromedriver 0x0000000100c67a1f chromedriver + 4938271
19 libsystem_pthread.dylib 0x00007ff819c661d3 _pthread_start + 125
20 libsystem_pthread.dylib 0x00007ff819c61bd3 thread_start + 15
Process finished with exit code 0
The text was updated successfully, but these errors were encountered: