1 | <html><head> |
---|
2 | <meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Exception</title></head><body><style type="text/css"> |
---|
3 | p.error { |
---|
4 | color: black; |
---|
5 | font-family: Verdana, Arial, helvetica, sans-serif; |
---|
6 | font-weight: bold; |
---|
7 | font-size: large; |
---|
8 | margin: 0.25em; |
---|
9 | } |
---|
10 | |
---|
11 | div { |
---|
12 | font-family: Verdana, Arial, helvetica, sans-serif; |
---|
13 | } |
---|
14 | |
---|
15 | strong.variableClass { |
---|
16 | font-size: small; |
---|
17 | } |
---|
18 | |
---|
19 | div.stackTrace { |
---|
20 | } |
---|
21 | |
---|
22 | div.frame { |
---|
23 | padding: 0.25em; |
---|
24 | background: white; |
---|
25 | border-bottom: thin black dotted; |
---|
26 | } |
---|
27 | |
---|
28 | div.firstFrame { |
---|
29 | padding: 0.25em; |
---|
30 | background: white; |
---|
31 | border-top: thin black dotted; |
---|
32 | border-bottom: thin black dotted; |
---|
33 | } |
---|
34 | |
---|
35 | div.location { |
---|
36 | font-size: small; |
---|
37 | } |
---|
38 | |
---|
39 | div.snippet { |
---|
40 | background: #FFFFDD; |
---|
41 | padding: 0.25em; |
---|
42 | } |
---|
43 | |
---|
44 | div.snippetHighlightLine { |
---|
45 | color: red; |
---|
46 | } |
---|
47 | |
---|
48 | span.lineno { |
---|
49 | font-size: small; |
---|
50 | } |
---|
51 | |
---|
52 | pre.code { |
---|
53 | margin: 0px; |
---|
54 | padding: 0px; |
---|
55 | display: inline; |
---|
56 | font-size: small; |
---|
57 | font-family: "Courier New", courier, monotype; |
---|
58 | } |
---|
59 | |
---|
60 | span.function { |
---|
61 | font-weight: bold; |
---|
62 | font-family: "Courier New", courier, monotype; |
---|
63 | } |
---|
64 | |
---|
65 | table.variables { |
---|
66 | border-collapse: collapse; |
---|
67 | width: 100%; |
---|
68 | } |
---|
69 | |
---|
70 | td.varName { |
---|
71 | width: 1in; |
---|
72 | vertical-align: top; |
---|
73 | font-style: italic; |
---|
74 | font-size: small; |
---|
75 | padding-right: 0.25em; |
---|
76 | } |
---|
77 | |
---|
78 | td.varValue { |
---|
79 | padding-left: 0.25em; |
---|
80 | padding-right: 0.25em; |
---|
81 | font-size: small; |
---|
82 | } |
---|
83 | |
---|
84 | div.variables { |
---|
85 | margin-top: 0.5em; |
---|
86 | } |
---|
87 | |
---|
88 | div.dict { |
---|
89 | background: #cccc99; |
---|
90 | padding: 2px; |
---|
91 | float: left; |
---|
92 | } |
---|
93 | |
---|
94 | td.dictKey { |
---|
95 | background: #ffff99; |
---|
96 | font-weight: bold; |
---|
97 | } |
---|
98 | |
---|
99 | td.dictValue { |
---|
100 | background: #ffff99; |
---|
101 | } |
---|
102 | |
---|
103 | div.list { |
---|
104 | background: #7777cc; |
---|
105 | padding: 2px; |
---|
106 | float: left; |
---|
107 | } |
---|
108 | |
---|
109 | div.listItem { |
---|
110 | background: #9999ff; |
---|
111 | } |
---|
112 | |
---|
113 | div.instance { |
---|
114 | width: 100%; |
---|
115 | background: #efefef; |
---|
116 | padding: 2px; |
---|
117 | float: left; |
---|
118 | } |
---|
119 | |
---|
120 | span.instanceName { |
---|
121 | font-size: small; |
---|
122 | display: block; |
---|
123 | } |
---|
124 | |
---|
125 | span.instanceRepr { |
---|
126 | font-family: "Courier New", courier, monotype; |
---|
127 | } |
---|
128 | |
---|
129 | div.function { |
---|
130 | background: orange; |
---|
131 | font-weight: bold; |
---|
132 | float: left; |
---|
133 | } |
---|
134 | </style><a href="#tracebackEnd"><p class="error"><type 'exceptions.KeyError'>: u"Slot named 'service_connection_status' was not filled."</p></a><div class="stackTrace"><div class="firstFrame"><div class="location">C:\Users\PRabahy\Documents\GitHub\tahoe-lafs\support\Lib\site-packages\nevow-0.10.0-py2.7.egg\nevow\flat\twist.py, line 24 in <span class="function">_drive</span></div><div class="snippet"><div class="snippetLine"><span class="lineno">22</span><pre class="code"> """ |
---|
135 | </pre></div><div class="snippetLine"><span class="lineno">23</span><pre class="code"> try: |
---|
136 | </pre></div><div class="snippetHighlightLine"><span class="lineno">24</span><pre class="code"> next = iterable.next() |
---|
137 | </pre></div><div class="snippetLine"><span class="lineno">25</span><pre class="code"> except StopIteration: |
---|
138 | </pre></div></div></div><div class="frame"><div class="location">C:\Users\PRabahy\Documents\GitHub\tahoe-lafs\support\Lib\site-packages\nevow-0.10.0-py2.7.egg\nevow\flat\ten.py, line 83 in <span class="function">iterflatten</span></div><div class="snippet"><div class="snippetLine"><span class="lineno">81</span><pre class="code"> while rest: |
---|
139 | </pre></div><div class="snippetLine"><span class="lineno">82</span><pre class="code"> gen = rest.pop() |
---|
140 | </pre></div><div class="snippetHighlightLine"><span class="lineno">83</span><pre class="code"> for item in gen: |
---|
141 | </pre></div><div class="snippetLine"><span class="lineno">84</span><pre class="code"> if isinstance(item, str): |
---|
142 | </pre></div></div></div><div class="frame"><div class="location">C:\Users\PRabahy\Documents\GitHub\tahoe-lafs\support\Lib\site-packages\nevow-0.10.0-py2.7.egg\nevow\flat\flatstan.py, |
---|
143 | line 128 in <span class="function">TagSerializer</span></div><div class="snippet"><div class="snippetLine"><span class="lineno">126</span><pre class="code"> yield '>' |
---|
144 | </pre></div><div class="snippetLine"><span class="lineno">127</span><pre class="code"> for child in original.children: |
---|
145 | </pre></div><div class="snippetHighlightLine"><span class="lineno">128</span><pre class="code"> yield serialize(child, context) |
---|
146 | </pre></div><div class="snippetLine"><span class="lineno">129</span><pre class="code"> yield '</%s>' % original.tagName |
---|
147 | </pre></div></div></div><div class="frame"><div class="location">C:\Users\PRabahy\Documents\GitHub\tahoe-lafs\support\Lib\site-packages\nevow-0.10.0-py2.7.egg\nevow\flat\ten.py, line 70 in <span class="function">serialize</span></div><div class="snippet"><div class="snippetLine"><span class="lineno">68</span><pre class="code">def serialize(obj, context): |
---|
148 | </pre></div><div class="snippetLine"><span class="lineno">69</span><pre class="code"> #warnings.warn('serialize is deprecated; it has been renamed partialflatten.', stacklevel=2) |
---|
149 | </pre></div><div class="snippetHighlightLine"><span class="lineno">70</span><pre class="code"> return partialflatten(context, obj) |
---|
150 | </pre></div><div class="snippetLine"><span class="lineno">71</span><pre class="code"></pre></div></div></div><div class="frame"><div class="location">C:\Users\PRabahy\Documents\GitHub\tahoe-lafs\support\Lib\site-packages\nevow-0.10.0-py2.7.egg\nevow\flat\ten.py, line 61 in <span class="function">partialflatten</span></div><div class="snippet"><div class="snippetLine"><span class="lineno">59</span><pre class="code"> flattener = getFlattener(obj) |
---|
151 | </pre></div><div class="snippetLine"><span class="lineno">60</span><pre class="code"> if flattener is not None: |
---|
152 | </pre></div><div class="snippetHighlightLine"><span class="lineno">61</span><pre class="code"> return flattener(obj, context) |
---|
153 | </pre></div><div class="snippetLine"><span class="lineno">62</span><pre class="code"></pre></div></div></div><div class="frame"><div class="location">C:\Users\PRabahy\Documents\GitHub\tahoe-lafs\support\Lib\site-packages\nevow-0.10.0-py2.7.egg\nevow\flat\flatstan.py, |
---|
154 | line 325 in <span class="function">PrecompiledSlotSerializer</span></div><div class="snippet"><div class="snippetLine"><span class="lineno">323</span><pre class="code"></pre></div><div class="snippetLine"><span class="lineno">324</span><pre class="code"> try: |
---|
155 | </pre></div><div class="snippetHighlightLine"><span class="lineno">325</span><pre class="code"> data = context.locateSlotData(original.name) |
---|
156 | </pre></div><div class="snippetLine"><span class="lineno">326</span><pre class="code"> except KeyError: |
---|
157 | </pre></div></div></div><div class="frame"><div class="location">C:\Users\PRabahy\Documents\GitHub\tahoe-lafs\support\Lib\site-packages\nevow-0.10.0-py2.7.egg\nevow\context.py, line 154 in <span class="function">locateSlotData</span></div><div class="snippet"><div class="snippetLine"><span class="lineno">152</span><pre class="code"> return data |
---|
158 | </pre></div><div class="snippetLine"><span class="lineno">153</span><pre class="code"> if currentContext.parent is None: |
---|
159 | </pre></div><div class="snippetHighlightLine"><span class="lineno">154</span><pre class="code"> raise KeyError, "Slot named '%s' was not filled." % name |
---|
160 | </pre></div><div class="snippetLine"><span class="lineno">155</span><pre class="code"> currentContext = currentContext.parent |
---|
161 | </pre></div></div></div></div><a name="tracebackEnd"><p class="error"><type 'exceptions.KeyError'>: u"Slot named 'service_connection_status' was not filled."</p></a></body></html> |
---|