dvlop / ljimport

Automatically exported from code.google.com/p/ljimport
0 stars 0 forks source link

Ошибка при вводе пароля из русских букв #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
http://ljimport.idzaaus.org/diaryapi/rss/

UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-8: 
ordinal not in range(128)

File "/home/riateche/idzaaus.ru/ljimport/../ljimport/diaryapi/forms.py", line 
17, in clean_account_password
   self.cleaned_data["account_passhash"] = LJWizard().md5(p)

 File "/home/riateche/idzaaus.ru/ljimport/../ljimport/main/ljwizard.py", line 21, in md5
   h.update(text)

Original issue reported on code.google.com by riate...@gmail.com on 30 Jun 2010 at 7:09

GoogleCodeExporter commented 9 years ago

Original comment by riate...@gmail.com on 4 Jul 2010 at 12:41

GoogleCodeExporter commented 9 years ago

Original comment by riate...@gmail.com on 22 Jul 2010 at 7:38