Skip to content

Instantly share code, notes, and snippets.

@alecthomas
Created April 12, 2010 15:47
Show Gist options
  • Save alecthomas/363716 to your computer and use it in GitHub Desktop.
Save alecthomas/363716 to your computer and use it in GitHub Desktop.
$ curl -d 'hello world' http://pushyrobot.appspot.com/push/swapoff.org/m6I02zmlA
<pre>Traceback (most recent call last):
File &quot;/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py&quot;, line 512, in __call__
handler.post(*groups)
File &quot;/base/data/home/apps/pushyrobot/1.340741887312755514/pushy/receive.py&quot;, line 19, in post
if self._pushy.handle_push(self.request.path, self.request.body):
File &quot;/base/data/home/apps/pushyrobot/1.340741887312755514/pushy/pushy.py&quot;, line 23, in handle_push
self._reply_to_wave(wave_id, wavelet_id, message)
File &quot;/base/data/home/apps/pushyrobot/1.340741887312755514/pushy/pushy.py&quot;, line 27, in _reply_to_wave
_setup_authentication(self._robot, wave_id)
File &quot;/base/data/home/apps/pushyrobot/1.340741887312755514/pushy/pushy.py&quot;, line 11, in _setup_authentication
server_rpc_base = RPC[utils._discover_server(wave_id)])
KeyError: 'swapoff.org'
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment