jansenicus / www-coursera-downloader

This Jupyter Notebook will help you downloading Coursera videos, subtitles and quizzes (but not answering the quiz). It will automatically download and convert vtt subtitle files into srt. All resources downloaded are numbered according to their sequence.
188 stars 117 forks source link

splinter.exceptions email #12

Open rienix opened 8 years ago

rienix commented 8 years ago

After running "python www-coursera-downloader.pyc" I get this error:

Getting courses list... Traceback (most recent call last): File "www-coursera-downloader.py", line 744, in arrLessonURL, arrLessonTitle = readCSV(strNamaFile) File "www-coursera-downloader.py", line 733, in main except: File "www-coursera-downloader.py", line 192, in getCourses print "Using Chrome Web Driver...\n" File "/usr/local/lib/python2.7/dist-packages/splinter/driver/webdriver/init.py", line 413, in fill field = self.find_by_name(name).first File "/usr/local/lib/python2.7/dist-packages/splinter/element_list.py", line 53, in first return self[0] File "/usr/local/lib/python2.7/dist-packages/splinter/element_list.py", line 44, in getitem self.find_by, self.query)) splinter.exceptions.ElementDoesNotExist: no elements could be found with name "email"

Any ideas how to solve the problem? The dependencies should be fine ... Maybe someone had had the same issue and can give me a hint. Thanx in advance

dpdrmj commented 8 years ago

i'm getting the same error.

tg-m commented 8 years ago

So there are three of us. :-1:

anandjbangad commented 7 years ago

I am getting the same error

sinarezaei commented 7 years ago

I'm facing this error too. I don't know whats wrong the name of email field is 'email'

I tried with open('output.html', 'w') as f: f.write(browser.html.encode('utf-8')) after browser.visit('https://www.coursera.org/?authMode=login')

and it's not saving the login dialog in the output.html file (no input type with name="email" is found in file)

maiatec commented 7 years ago

I am getting the same error

crisoberillo commented 7 years ago

Same here

keshore commented 7 years ago

Same Error here. can someone fix it pls..

hermamitr commented 7 years ago

Maybe its because coursera changes html content dynamically. one time it works, next time doesnt.

ghost commented 7 years ago

Same error

favoyang commented 7 years ago

me too.

ProsperaTeam commented 7 years ago

Anyone found the fix for this issue yet? Getting the same error.

gyolucio commented 7 years ago

same error

imochoa commented 7 years ago

I was getting that error, but then I logged out of coursera on my browser, tried it again a couple times and it ended up working.

However it says that I have no courses available so I didn't get very far

abalter commented 7 years ago

Yup. Same here.

AnubhavJain1 commented 7 years ago

Same error! :/

DillipKS commented 7 years ago

Same error. The author is requested to pls solve this issue.

enamcse commented 7 years ago

add me in the list

blaisb commented 7 years ago

Same here...

NAbdulla1 commented 7 years ago

I am getting too.