wilddom / memrise2anki-extension

An extension for Anki 2 that downloads and converts a course from Memrise into an Anki deck.
ISC License
159 stars 22 forks source link

"invalid credential" #40

Closed mtthth closed 7 years ago

mtthth commented 7 years ago

From now how, I cannot use the extension.

When I launch the extension, it asks me my login/password (btw i was l previously logged, and for months), and either answers

invalid credential

or

Traceback (most recent call last):
  File "C:\Users\Matthieu\Documents\Anki\addons\Memrise_Course_Importer\importer.py", line 210, in accept
    if self.memriseService.login(self.usernameLineEdit.text(),self.passwordLineEdit.text()):
  File "C:\Users\Matthieu\Documents\Anki\addons\Memrise_Course_Importer\memrise.py", line 736, in login
    for field in form.findAll("input"):
AttributeError: 'NoneType' object has no attribute 'findAll'
wilddom commented 7 years ago

Memrise now consequently uses https, the latest commit should fix the issue.