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

Apparently I cannot login #34

Open
sancho-s opened this issue May 6, 2021 · 0 comments
Open

Apparently I cannot login #34

sancho-s opened this issue May 6, 2021 · 0 comments

Comments

@sancho-s
Copy link

sancho-s commented May 6, 2021

Using WWW-COURSERA-DOWNLOADER.ipynb, I apparently cannot login.
At cell after fter button_click('Log in') I get

---------------------------------------------------------------------------
IndexError                                Traceback (most recent call last)
~/.local/lib/python3.8/site-packages/splinter/element_list.py in __getitem__(self, index)
     41         try:
---> 42             return self._container[index]
     43         except IndexError:

IndexError: list index out of range

so I inserted

browser.visit('https://www.coursera.org/courses')
screenshot()

and the image shown

image

(cropped the bottom, irrelevant) is as if I were not logged in. I checked the username and password variables and they are ok.

What are possible causes and solutions?

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

1 participant