Skip to content

Instantly share code, notes, and snippets.

@oostendo
Created May 16, 2012 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oostendo/2710975 to your computer and use it in GitHub Desktop.
Save oostendo/2710975 to your computer and use it in GitHub Desktop.
127.0.0.1 - - [2012-05-16 10:58:11] "GET /favicon.ico HTTP/1.1" 404 347 0.025331
Traceback (most recent call last):
File "/Library/Python/2.6/site-packages/gevent/greenlet.py", line 390, in run
result = self._run(*self.args, **self.kwargs)
File "build/bdist.macosx-10.6-universal/egg/socketio/virtsocket.py", line 280, in _receiver_loop
pkt_ns.process_packet(pkt)
File "build/bdist.macosx-10.6-universal/egg/socketio/namespace.py", line 107, in process_packet
return self.process_event(packet)
File "build/bdist.macosx-10.6-universal/egg/socketio/namespace.py", line 140, in process_event
return self.call_method(method_name, *args)
File "build/bdist.macosx-10.6-universal/egg/socketio/namespace.py", line 162, in call_method
res = method(*args)
File "/Users/oostendo/dev/SimpleSeer/SimpleSeer/realtime.py", line 75, in on_connect
if self._channel: self._unsubscribe()
AttributeError: 'RealtimeNamespace' object has no attribute '_channel'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment