Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 588, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 1184, in gotResult
_inlineCallbacks(r, g, deferred)
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 1126, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python3/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
--- <exception caught here> ---
File "/usr/lib/python3/dist-packages/provisioningserver/rpc/clusterservice.py", line 978, in update
info = yield self._fetch_rpc_info(info_url)
twisted.web.error.Error: 404 Not Found
2017-02-27 20:10:16 provisioningserver.rpc.clusterservice: [critical] Failed to contact region. (While requesting RPC info at b'http://[::ffff:10.255.192.2]/MAAS/rpc/').
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment