-
Notifications
You must be signed in to change notification settings - Fork 118
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
splinter.exceptions email #12
Comments
i'm getting the same error. |
So there are three of us. 👎 |
I am getting the same error |
I'm facing this error too. I tried and it's not saving the login dialog in the output.html file (no input type with name="email" is found in file) |
I am getting the same error |
Same here |
Same Error here. can someone fix it pls.. |
Maybe its because coursera changes html content dynamically. one time it works, next time doesnt. |
Same error |
me too. |
Anyone found the fix for this issue yet? Getting the same error. |
same error |
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 |
Yup. Same here. |
Same error! :/ |
Same error. The author is requested to pls solve this issue. |
add me in the list |
Same here... |
I am getting too. |
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
The text was updated successfully, but these errors were encountered: