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

IndexError: list index out of range (right after cloned) #1

Open
santiagodemierre opened this issue May 11, 2020 · 1 comment
Open

Comments

@santiagodemierre
Copy link

(base) santiago@santiago-Aspire-A515-51:~/Remember-Me$ python getbdays.py
Traceback (most recent call last):
File "getbdays.py", line 89, in
getbirthdays(os.path.abspath(sys.argv[1]))
IndexError: list index out of range

With python3

(base) santiago@santiago-Aspire-A515-51:~/Remember-Me$ python getbdays.py
Traceback (most recent call last):
File "getbdays.py", line 89, in
getbirthdays(os.path.abspath(sys.argv[1]))
IndexError: list index out of range

solved by doing driver = driver.Chrome() and getbirthdays() instead of passing getbirthdays(os.path.abspath(sys.argv[1]))

@elsonjose
Copy link
Owner

elsonjose commented May 13, 2020

The script require path for chrome driver as the first system argument. I guess the readme is vague... I'll update it soon with the solution.
Thanks for taking your time.

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

2 participants