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

splinter.exceptions email #12

Open
rienix opened this issue Jul 28, 2016 · 19 comments
Open

splinter.exceptions email #12

rienix opened this issue Jul 28, 2016 · 19 comments

Comments

@rienix
Copy link

rienix commented Jul 28, 2016

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
Copy link

dpdrmj commented Aug 2, 2016

i'm getting the same error.

@tg-m
Copy link

tg-m commented Aug 26, 2016

So there are three of us. 👎

@anandjbangad
Copy link

I am getting the same error

@sinarezaei
Copy link

sinarezaei commented Oct 17, 2016

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
Copy link

maiatec commented Nov 20, 2016

I am getting the same error

@crisoberillo
Copy link

Same here

@keshore
Copy link

keshore commented Dec 27, 2016

Same Error here. can someone fix it pls..

@hermamitr
Copy link

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

@ghost
Copy link

ghost commented Jan 9, 2017

Same error

@favoyang
Copy link

me too.

@ProsperaTeam
Copy link

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

@gyolucio
Copy link

same error

@imochoa
Copy link

imochoa commented May 11, 2017

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
Copy link

abalter commented May 21, 2017

Yup. Same here.

@AnubhavJain1
Copy link

Same error! :/

@DillipKS
Copy link

DillipKS commented Jun 4, 2017

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

@enamcse
Copy link

enamcse commented Jun 5, 2017

add me in the list

@blaisb
Copy link

blaisb commented Aug 6, 2017

Same here...

@NAbdulla1
Copy link

I am getting too.

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