Skip to content

Instantly share code, notes, and snippets.

@Tendrid
Created July 13, 2012 16:45
Show Gist options
  • Save Tendrid/3105913 to your computer and use it in GitHub Desktop.
Save Tendrid/3105913 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/gevent/greenlet.py", line 390, in run
result = self._run(*self.args, **self.kwargs)
File "/home/tendrid/git/SimpleSeer/SimpleSeer/states.py", line 80, in g_listener
data = jsondecode(raw_data)
File "/home/tendrid/git/SimpleSeer/SimpleSeer/base.py", line 58, in jsondecode
return json.loads(data)
File "/usr/lib/python2.7/json/__init__.py", line 326, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
<Greenlet at 0x4466ea8: g_listener> failed with ValueError
ERROR:
Traceback (most recent call last):
File "/usr/local/bin/simpleseer", line 7, in <module>
execfile(__file__)
File "/home/tendrid/git/SimpleSeer/scripts/simpleseer", line 54, in <module>
main()
File "/home/tendrid/git/SimpleSeer/scripts/simpleseer", line 51, in main
options.subcommand.run()
File "/home/tendrid/git/SimpleSeer/SimpleSeer/commands/core_commands.py", line 40, in run
super(CoreCommand, self).run()
File "/home/tendrid/git/SimpleSeer/SimpleSeer/commands/core_commands.py", line 30, in run
ns=True)
File "/usr/local/lib/python2.7/dist-packages/Pyro4/core.py", line 822, in serveSimple
daemon.requestLoop()
File "/usr/local/lib/python2.7/dist-packages/Pyro4/core.py", line 834, in requestLoop
self.transportServer.loop(loopCondition=condition)
File "/usr/local/lib/python2.7/dist-packages/Pyro4/socketserver/threadpoolserver.py", line 130, in loop
self.events([self.sock])
File "/usr/local/lib/python2.7/dist-packages/Pyro4/socketserver/threadpoolserver.py", line 153, in events
csock, caddr=self.sock.accept()
File "/usr/lib/python2.7/dist-packages/gevent/socket.py", line 344, in accept
wait_read(sock.fileno(), timeout=self.timeout, event=self._read_event)
File "/usr/lib/python2.7/dist-packages/gevent/socket.py", line 169, in wait_read
switch_result = get_hub().switch()
File "/usr/lib/python2.7/dist-packages/gevent/hub.py", line 164, in switch
return greenlet.switch(self)
LinkedFailed: <Greenlet at 0x4466ea8: g_listener> failed with ValueError
ERROR:Main Logger:
Traceback (most recent call last):
File "/usr/local/bin/simpleseer", line 7, in <module>
execfile(__file__)
File "/home/tendrid/git/SimpleSeer/scripts/simpleseer", line 54, in <module>
main()
File "/home/tendrid/git/SimpleSeer/scripts/simpleseer", line 51, in main
options.subcommand.run()
File "/home/tendrid/git/SimpleSeer/SimpleSeer/commands/core_commands.py", line 40, in run
super(CoreCommand, self).run()
File "/home/tendrid/git/SimpleSeer/SimpleSeer/commands/core_commands.py", line 30, in run
ns=True)
File "/usr/local/lib/python2.7/dist-packages/Pyro4/core.py", line 822, in serveSimple
daemon.requestLoop()
File "/usr/local/lib/python2.7/dist-packages/Pyro4/core.py", line 834, in requestLoop
self.transportServer.loop(loopCondition=condition)
File "/usr/local/lib/python2.7/dist-packages/Pyro4/socketserver/threadpoolserver.py", line 130, in loop
self.events([self.sock])
File "/usr/local/lib/python2.7/dist-packages/Pyro4/socketserver/threadpoolserver.py", line 153, in events
csock, caddr=self.sock.accept()
File "/usr/lib/python2.7/dist-packages/gevent/socket.py", line 344, in accept
wait_read(sock.fileno(), timeout=self.timeout, event=self._read_event)
File "/usr/lib/python2.7/dist-packages/gevent/socket.py", line 169, in wait_read
switch_result = get_hub().switch()
File "/usr/lib/python2.7/dist-packages/gevent/hub.py", line 164, in switch
return greenlet.switch(self)
LinkedFailed: <Greenlet at 0x4466ea8: g_listener> failed with ValueError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment