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

Trouble joining a channel with 106000 torrents #2039

Closed
synctext opened this issue Mar 16, 2016 · 2 comments
Closed

Trouble joining a channel with 106000 torrents #2039

synctext opened this issue Mar 16, 2016 · 2 comments

Comments

@synctext
Copy link
Member

On my Ubuntu box I found a large channel with numerous torrent files.
Joining this channel produces a Traceback and an eternal "loading, please wait" in the GUI.
Following errors are shown when running latest next branch, a3c30bf

Initial fix is removing this Traceback.

Long-term fix is adding a new type of channel: without any wiki-style editing rights, consisting only of magnet links, scaling to potentially millions of items.

WARNING 1458144402.23            util:75    0.75s <function _dispersy_claim_sync_bloom_filter_largest at 0x7f588b25e5f0>
THIS SETTING WAS NOT DEFINED Tribler seeding_mode None
WARNING 1458144403.19       community:496   message from {68.200.74.108:7759} cannot be found in the request cache, skipping it
THIS SETTING WAS NOT DEFINED Tribler seeding_mode None
THIS SETTING WAS NOT DEFINED Tribler seeding_mode None
THIS SETTING WAS NOT DEFINED Tribler seeding_mode None
THIS SETTING WAS NOT DEFINED Tribler seeding_mode None
WARNING 1458144407.07            util:75    0.59s <function _dispersy_claim_sync_bloom_filter_largest at 0x7f588b25e5f0>
THIS SETTING WAS NOT DEFINED Tribler seeding_mode None
WARNING 1458144407.40        timeline:248   FAIL time:115693 user:3 -> permit^playlist (no authorization)
WARNING 1458144407.40        timeline:248   FAIL time:115693 user:3 -> permit^dispersy-undo-other (no authorization)
WARNING 1458144407.40        timeline:248   FAIL time:115693 user:3 -> permit^dispersy-dynamic-settings (no authorization)
WARNING 1458144407.40        timeline:248   FAIL time:115693 user:3 -> permit^channel (no authorization)
WARNING 1458144407.40        timeline:248   FAIL time:115693 user:3 -> permit^dispersy-destroy-community (no authorization)
WARNING 1458144407.40        timeline:248   FAIL time:115693 user:3 -> permit^playlist (no authorization)
WARNING 1458144407.40        timeline:248   FAIL time:115693 user:3 -> permit^dispersy-undo-other (no authorization)
WARNING 1458144407.40        timeline:248   FAIL time:115693 user:3 -> permit^dispersy-dynamic-settings (no authorization)
WARNING 1458144407.40        timeline:248   FAIL time:115693 user:3 -> permit^channel (no authorization)
WARNING 1458144407.40        timeline:248   FAIL time:115693 user:3 -> permit^dispersy-destroy-community (no authorization)
WARNING 1458144410.38       community:1890  drop a 174 byte packet invalid response identifier [dispersy-introduction-response] from {83.149.70.6:6424}
WARNING 1458144410.38       community:1890  drop a 126 byte packet invalid response identifier [dispersy-introduction-response] from {83.149.70.6:6424}
WARNING 1458144410.38       community:1890  drop a 126 byte packet invalid response identifier [dispersy-introduction-response] from {83.149.70.6:6424}
THIS SETTING WAS NOT DEFINED Tribler seeding_mode None
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 14665, in <lambda>
    lambda event: event.callable(*event.args, **event.kw) )
  File "/usr/lib/python2.7/dist-packages/Tribler/Main/vwxGUI/channel.py", line 130, in do_gui
    self._on_data(total_items, nrfiltered, torrentList, playlists)
  File "/usr/lib/python2.7/dist-packages/Tribler/Main/vwxGUI/__init__.py", line 128, in invoke_func
    func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/Tribler/Main/vwxGUI/channel.py", line 167, in _on_data
    self.list.SetData(playlists, torrents)
  File "/usr/lib/python2.7/dist-packages/Tribler/Main/vwxGUI/__init__.py", line 128, in invoke_func
    func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/Tribler/Main/vwxGUI/channel.py", line 451, in SetData
    torrent, TorrentListItem) for torrent in torrents]
KeyError: u'document'
THIS SETTING WAS NOT DEFINED Tribler seeding_mode None
WARNING 1458144412.11            util:75    0.63s <function _dispersy_claim_sync_bloom_filter_largest at 0x7f588b25e5f0>
THIS SETTING WAS NOT DEFINED Tribler seeding_mode None
WARNING 1458144412.97       community:1890  drop a 126 byte packet invalid response identifier [dispersy-introduction-response] from {83.149.70.6:6424}
THIS SETTING WAS NOT DEFINED Tribler seeding_mode None
THIS SETTING WAS NOT DEFINED Tribler seeding_mode None
WARNING 1458144415.30       community:1890  drop a 174 byte packet invalid response identifier [dispersy-introduction-response] from {83.149.70.6:6424}
THIS SETTING WAS NOT DEFINED Tribler seeding_mode None
@synctext
Copy link
Member Author

Note the Dispersy warning from above log from: _dispersy_claim_sync_bloom_filter_largest()

@synctext
Copy link
Member Author

Issues moved to: #1150 (comment)

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

No branches or pull requests

3 participants