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

Error in _sudden_disconnect #4

Closed
sris opened this issue May 31, 2010 · 2 comments
Closed

Error in _sudden_disconnect #4

sris opened this issue May 31, 2010 · 2 comments

Comments

@sris
Copy link

sris commented May 31, 2010

_sudden_disconnect tries to access the parameter callbacks that's not currently being passed to it.

  File "x/brukva/client.py", line 336, in get
    self.execute_command('GET', callbacks, key)
  File "x/brukva/client.py", line 242, in execute_command
    self._sudden_disconnect()
  File "x/brukva/client.py", line 179, in _sudden_disconnect
    self.call_callbacks(callbacks, (ConnectionError("Socket closed on remote end"), None))
NameError: global name 'callbacks' is not defined
@kmerenkov
Copy link
Owner

Should be fixed in 7847906.
Re-open if not.

@sris
Copy link
Author

sris commented Jun 1, 2010

Great, thanks!

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

No branches or pull requests

2 participants