On 20 Jul 2012, at 11:03 AM, Daniel Aguayo wrote:
> Hi, It's still not resolved
Yeah, that was just for diagnostic purposes. Find where you're specifying
'sh512' and change it to 'sha512'.
>
> El viernes, 20 de julio de 2012 12:22:01 UTC-4, Massimo Di Pierro escribió:
> can you please try again?
>
>
> Traceback (most recent call last):
> File "web2py.py", line 25, in <module>
> gluon.widget.start(cron=True)
> File "/home/dantoac/web2py_git/gluon/widget.py", line 1065, in start
> interfaces=options.interfaces)
> File "/home/dantoac/web2py_git/gluon/main.py", line 783, in __init__
> save_password(password, port)
> File "/home/dantoac/web2py_git/gluon/main.py", line 648, in save_password
> fp.write('password="%s"\n' % cpassword)
> File "/home/dantoac/web2py_git/gluon/validators.py", line 2574, in __str__
> hashed = simple_hash(self.password, masterkey, digest_alg)
> File "/home/dantoac/web2py_git/gluon/utils.py", line 46, in simple_hash
> return hmac_hash(text, salt, digest_alg)
> File "/home/dantoac/web2py_git/gluon/utils.py", line 87, in hmac_hash
> int(keylen),get_digest(alg))
> File "/home/dantoac/web2py_git/gluon/utils.py", line 72, in get_digest
> raise ValueError("Invalid digest algorithm: %s" % value)
> ValueError: Invalid digest algorithm: sh512
--