Ubuntu Pastebin

Paste from Colin Watson at Sun, 9 Oct 2016 20:18:36 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
  KeyError: 'zyga@suxx.pl-20060906183915-6fb6c111c627536c'

    Traceback (most recent call last):
  Module oops_wsgi.middleware, line 208, in oops_middleware
    app(environ, oops_start_response))
  Module launchpad_loggerhead.debug, line 106, in wrapped_application
    result = application(environ, response_hook)
  Module __main__, line 166, in wrapped
  Module launchpad_loggerhead.debug, line 45, in wrapped
    return app(environ, start_response)
  Module paste.translogger, line 68, in __call__
    return self.application(environ, replacement_start_response)
  Module paste.deploy.config, line 285, in __call__
    return self.app(environ, start_response)
  Module __main__, line 150, in wrapped
  Module paste.wsgilib, line 179, in catch_errors
    app_iter = application(environ, start_response)
  Module launchpad_loggerhead.session, line 39, in __call__
    return self.cookie_handler(environ, start_response)
  Module paste.auth.cookie, line 306, in __call__
    return self.application(environ, response_hook)
  Module launchpad_loggerhead.session, line 66, in _process
    return self.application(environ, response_hook)
  Module paste.httpexceptions, line 633, in __call__
    return self.application(environ, start_response)
  Module launchpad_loggerhead.app, line 274, in __call__
    return view.app(environ, start_response)
  Module loggerhead.apps.branch, line 197, in app
    return c(environ, start_response)
  Module loggerhead.controllers, line 104, in __call__
    values = self.get_values(path, self.kwargs, headers)
  Module loggerhead.controllers.inventory_ui, line 147, in get_values
    filelist = self.get_filelist(rev_tree.inventory, path, sort_type, revno_url)
  Module loggerhead.controllers.inventory_ui, line 91, in get_filelist
    change=change_dict[revid])
KeyError: 'zyga@suxx.pl-20060906183915-6fb6c111c627536c'
Download as text