Comment 1 for bug 812468

Revision history for this message
Roberto Alsina (ralsina) wrote :

Tried it and got this error on SSO:

2011-08-29 16:44:05,490:490.999937057 - ubuntu_sso.main.windows - DEBUG - SSOLogin: emitting UserRegistrationError with app_name "Ubuntu One" and error {'errtype': 'RegistrationError', u'email': u'Enter a valid e-mail address.'}
Unhandled error in Deferred:
Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\qtreactor\qt4reactor.py", line 231, in _iterate
    self.runUntilCurrent()
  File "C:\Python27\lib\site-packages\twisted\internet\base.py", line 762, in runUntilCurrent
    f(*a, **kw)
  File "C:\Python27\lib\site-packages\twisted\internet\defer.py", line 388, in errback
    self._startRunCallbacks(fail)
  File "C:\Python27\lib\site-packages\twisted\internet\defer.py", line 455, in _startRunCallbacks
    self._runCallbacks()
--- <exception caught here> ---
  File "C:\Python27\lib\site-packages\twisted\internet\defer.py", line 542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "c:\Users\ROBERTO\canonical\ubuntu-sso-client\ubuntu_sso\main\windows.py", line 126, in <lambda>
    error_cb(app, except_to_errdict(err.value)), app_name)
  File "c:\Users\ROBERTO\canonical\ubuntu-sso-client\ubuntu_sso\main\windows.py", line 240, in emit_user_registration_error
    except_to_errdict(raised_error.value))
exceptions.AttributeError: 'dict' object has no attribute 'value'