MCPcopy
hub / github.com/HelloZeroNet/ZeroNet / _process_error

Method _process_error

src/lib/subtl/subtl.py:186–192  ·  view source on GitHub ↗

I haven't seen this action type be sent from a tracker, but I've left it here for the possibility.

(self, payload, trans)

Source from the content-addressed store, hash-verified

184 return response
185
186 def _process_error(self, payload, trans):
187 '''
188 I haven't seen this action type be sent from a tracker, but I've left
189 it here for the possibility.
190 '''
191 self.error(payload)
192 return False
193
194 def _generate_peer_id(self):
195 '''http://www.bittorrent.org/beps/bep_0020.html'''

Callers 1

_process_responseMethod · 0.95

Calls 1

errorMethod · 0.95

Tested by

no test coverage detected