here is the error page
WebError Traceback: ⇝ UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0: ordinal not in range(128) View as: Interactive | Text | XML (full) URL: http://127.0.0.1:8080/login_handler?__logins=0&came_from=/ Module weberror.evalexception:431 in respond view >> app_iter = self.application(environ, detect_start_response) Module tg.configuration:643 in wrapper view >> return app(environ, start_response) Module tg.configuration:543 in remover view >> return app(environ, start_response) Module repoze.tm:19 in __call__ view >> result = self.application(environ, save_status_and_headers) Module repoze.who.middleware:69 in __call__ view >> auth_ids = self.authenticate(environ, classification, ids) Module repoze.who.middleware:193 in authenticate view >> userid = plugin.authenticate(environ, identity) Module repoze.who.plugins.sa:116 in authenticate view >> if validator(identity['password']): Module rubberduckiee.model.auth:196 in validate_password view >> hashed_pass.update(password + self.password[:40]) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0: ordinal not in range(128) On Jun 20, 7:22 am, Sam <[email protected]> wrote: > Just cut and paste all the red text that shows up on the error page in > your browser. > > -Sam > > On Jun 19, 2:09 pm, adam <[email protected]> wrote: > > > how do you mean? > > > On Jun 19, 5:37 pm, Sergei Beilin <[email protected]> wrote: > > > > Hi Adam! > > > > A full backtrace will help better. > > > > -- > > > Sergei --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

