Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace lpbot with dht #649

Open
simonk83 opened this issue Mar 18, 2012 · 4 comments
Open

Replace lpbot with dht #649

simonk83 opened this issue Mar 18, 2012 · 4 comments

Comments

@simonk83
Copy link
Contributor

Seems to have been down more than up for the past few days. Not sure who looks after it to be honest though....

@c00w
Copy link
Owner

c00w commented Mar 19, 2012

I think the IRC is dead. We have a dht based replacement with the backend coded. I'll add it to the todo list.

@simonk83
Copy link
Contributor Author

Righto, thanks mate :)

@simonk83
Copy link
Contributor Author

I assume this is related, but I finally got around to upgrading to the latest commit (I had to install Chrome to get the worker page working), and I'm seeing this:

21:53:50|work: Not in pool
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\gevent\greenlet.py", line 325, in run
result = self._run(_self.args, *_self.kwargs)
File "G:\Handies\bitHopper\bitHopper\plugins\lpbot\lpbot.py", line 47, in run
self.join()
File "G:\Handies\bitHopper\bitHopper\plugins\lpbot\lpbot.py", line 209, in joi
n
self.connection.join('#bithopper-lp')
File "G:\Handies\bitHopper\bitHopper\plugins\lpbot\irclib.py", line 693, in jo
in
self.send_raw("JOIN %s%s" % (channel, (key and (" " + key))))
File "G:\Handies\bitHopper\bitHopper\plugins\lpbot\irclib.py", line 787, in se
nd_raw
raise ServerNotConnectedError, "Not connected."
ServerNotConnectedError: Not connected.
<Greenlet at 0x319d2b0: <bound method LpBot.run of <plugins.lpbot.lpbot.LpBot in
stance at 0x031C3148>>> failed with ServerNotConnectedError

I assume it's just because the IRC is down, but thought I'd better post it anyway ;)

@c00w
Copy link
Owner

c00w commented Mar 19, 2012

Yeah, thats the error. Just ignore it or disable lpbot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants