Error 500 in fas.rpmfusion.org when clicking "Edit"

Sergio Pascual sergio.pasra at gmail.com
Wed Apr 11 12:59:44 CEST 2012


Hello, I'm experiencing some problems when updating a package of mine.
I have tried to check if there is some problem with my ssh key or my
certificate.

So I have logged in fas.rpmfusion.org and clicked "Edit" to view my
ssh public key. And I get a 500 Internal Error.

I paste here the backtrace shown on screen

Page handler: <bound method User.edit of <fas.user.User object at 0x929f5ec>>
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/cherrypy/_cphttptools.py",
line 121, in _run
    self.main()
  File "/usr/lib/python2.4/site-packages/cherrypy/_cphttptools.py",
line 264, in main
    body = page_handler(*virtual_path, **self.params)
  File "<string>", line 3, in edit
  File "/usr/lib/python2.4/site-packages/turbogears/identity/conditions.py",
line 242, in require
    return fn(self, *args, **kwargs)
  File "<string>", line 3, in edit
  File "/usr/lib/python2.4/site-packages/turbogears/controllers.py",
line 200, in validate
    return errorhandling.run_with_errors(errors, func, *args, **kw)
  File "/usr/lib/python2.4/site-packages/turbogears/errorhandling.py",
line 110, in run_with_errors
    return func(self, *args, **kw)
  File "<string>", line 3, in edit
  File "/usr/lib/python2.4/site-packages/turbogears/controllers.py",
line 361, in expose
    output = database.run_with_transaction(
  File "<string>", line 5, in run_with_transaction
  File "/usr/lib/python2.4/site-packages/turbogears/database.py", line
405, in sa_rwt
    retval = func(*args, **kw)
  File "<string>", line 5, in _expose
  File "/usr/lib/python2.4/site-packages/turbogears/controllers.py",
line 378, in <lambda>
    mapping, fragment, args, kw)))
  File "/usr/lib/python2.4/site-packages/turbogears/controllers.py",
line 418, in _execute_func
    return _process_output(output, template, format, content_type,
mapping, fragment)
  File "/usr/lib/python2.4/site-packages/turbogears/controllers.py",
line 86, in _process_output
    fragment=fragment)
  File "/usr/lib/python2.4/site-packages/turbogears/view/base.py",
line 129, in render
    return engine.render(**kw)
  File "/usr/lib/python2.4/site-packages/genshi/template/plugin.py",
line 110, in render
    return self.transform(info, template).render(**kwargs)
  File "/usr/lib/python2.4/site-packages/genshi/core.py", line 179, in render
    return encode(generator, method=method, encoding=encoding, out=out)
  File "/usr/lib/python2.4/site-packages/genshi/output.py", line 60, in encode
    return _encode(u''.join(list(iterator)))
  File "/usr/lib/python2.4/site-packages/genshi/output.py", line 311,
in __call__
    for kind, data, pos in stream:
  File "/usr/lib/python2.4/site-packages/genshi/output.py", line 592,
in __call__
    for kind, data, pos in stream:
  File "/usr/lib/python2.4/site-packages/genshi/output.py", line 707,
in __call__
    text = mjoin(textbuf, escape_quotes=False)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 4-6:
invalid data


More information about the rpmfusion-developers mailing list