Ubuntu Pastebin

Paste from Vorlon at Tue, 5 May 2015 16:51:53 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
>>> archive.build_debug_symbols = True
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "/usr/lib/python2.7/dist-packages/lazr/restfulclient/resource.py", line 739, in __setattr__
    if not self.lp_has_parameter(name):
  File "/usr/lib/python2.7/dist-packages/lazr/restfulclient/resource.py", line 231, in lp_has_parameter
    return self._get_external_param_name(param_name) is not None
  File "/usr/lib/python2.7/dist-packages/lazr/restfulclient/resource.py", line 374, in _get_external_param_name
    if self._wadl_resource.get_parameter(name):
  File "/usr/lib/python2.7/dist-packages/wadllib/application.py", line 452, in get_parameter
    definition = self._find_representation_definition(media_type)
  File "/usr/lib/python2.7/dist-packages/wadllib/application.py", line 564, in _find_representation_definition
    "Resource is not bound to any representation, and no media "
NoBoundRepresentationError: Resource is not bound to any representation, and no media media type was specified.
>>> 
Download as text