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

Exceptions when marking a bunch of channels as favorites #361

Open
whirm opened this issue Aug 21, 2014 · 0 comments
Open

Exceptions when marking a bunch of channels as favorites #361

whirm opened this issue Aug 21, 2014 · 0 comments

Comments

@whirm
Copy link
Contributor

whirm commented Aug 21, 2014

This one appears repeatedly:

Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1192, in run
    self.mainLoop()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1201, in mainLoop
    self.runUntilCurrent()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 824, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/task.py", line 218, in __call__
    d = defer.maybeDeferred(self.f, *self.a, **self.kw)
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 139, in maybeDeferred
    result = f(*args, **kw)
  File "/var/data/feina/code/delft/tribler/Tribler/dispersy/community.py", line 1192, in take_step
    self.create_introduction_request(candidate, self.dispersy_enable_bloom_filter_sync)
  File "/var/data/feina/code/delft/tribler/Tribler/dispersy/community.py", line 2657, in create_introduction_request
    assert list(bloom_filter.not_filter((packet,) for packet in packets)) == [], "does not have all correct bits set before transmission"
exceptions.AssertionError: does not have all correct bits set before transmission

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

1 participant