You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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]))
The text was updated successfully, but these errors were encountered:
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.
(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]))
The text was updated successfully, but these errors were encountered: