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

Stuck on downloading - Linux (devel) #3029

Closed
1 task done
sum01 opened this issue Jun 29, 2017 · 8 comments
Closed
1 task done

Stuck on downloading - Linux (devel) #3029

sum01 opened this issue Jun 29, 2017 · 8 comments

Comments

@sum01
Copy link

sum01 commented Jun 29, 2017

EDIT: Why is this labelled enhancement and not bug?

  • I have read CONTRIBUTING.rst
Tribler version/branch+revision:

cddfbad

Operating system and version:

Linux 4.11.6-3-ARCH

Steps to reproduce the behavior:

Installed via my custom PKGBUILD

cd /usr/share/tribler
./tribler.sh

Then added Ubuntu 17.04 torrent to test (after enabling 2 hops).

Expected behavior:

The torrent downloads anonymously via 2 hops.

Actual behavior:

It pulls meta data and builds circuits, then hangs at 0% on Downloading.

Relevant log file output:

Mostly spam of
WARNING:Timeline:FAIL time:6 user:11262 -> permit^channel (no authorization) but with various times and user nums.

Between spam of the timeline fails it also shows lots of WARNING:AllChannelCommunity:drop a 123 byte packet duplicate message by member^global_time (1) [dispersy-undo-own] from {LOCAL_IPHERE IPHERE}

And also some WARNING:AllChannelCommunity:drop a 123 byte packet duplicate message by member^global_time (1) [dispersy-undo-own] from {LOCAL_IPHERE IPHERE}

@qstokkink
Copy link
Contributor

Did the torrent have UDP trackers?
Some torrents only have HTTP trackers, which we don't allow to avoid abuse of our anonymization network. Consequently, torrents with only HTTP trackers will need to use pure DHT, which can take a long time (and/or not start at all if other peers don't support/allow DHT).

@sum01
Copy link
Author

sum01 commented Jun 30, 2017

Well it's the official Ubuntu torrent download. I've tried with both 17.04 and the 16 LTS, both get stuck on

0% Downloading

When I click trackers it shows DHT as working, but with 0 peers. In fact, it shows all the trackers as having 0 peers.
tribler-error

@sum01
Copy link
Author

sum01 commented Jun 30, 2017

I was about to close Tribler when I got this

Traceback (most recent call last):
  File "/usr/share/tribler/TriblerGUI/event_request_manager.py", line 123, in on_read_data
    raise RuntimeError(json_dict["event"]["text"])
RuntimeError: [Failure instance: Traceback: <class 'networkx.exception.NetworkXError'>: pagerank_scipy: power iteration failed to converge in 100 iterations.
/usr/lib/python2.7/site-packages/twisted/internet/base.py:1243:run
/usr/lib/python2.7/site-packages/twisted/internet/base.py:1252:mainLoop
/usr/lib/python2.7/site-packages/twisted/internet/base.py:878:runUntilCurrent
/usr/lib/python2.7/site-packages/twisted/internet/task.py:239:__call__
--- <exception caught here> ---
/usr/lib/python2.7/site-packages/twisted/internet/defer.py:150:maybeDeferred
/usr/share/tribler/Tribler/community/market/community.py:1251:compute_reputation
/usr/share/tribler/Tribler/community/market/reputation/pagerank_manager.py:29:compute
/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis/pagerank_alg.py:472:pagerank_scipy
]

@vandenheuvel
Copy link

@sum01 This is a separate issue. Would you be so kind to create a separate issue ticket?

@qstokkink qstokkink added this to the V7.1 anonymous seeding test milestone Sep 6, 2017
@sum01
Copy link
Author

sum01 commented Oct 11, 2017

Tried 7.0.0-rc3 via the current AUR pkgbuild and it's basically the same issue, it gets stuck on retrieving metadata.

@devos50
Copy link
Contributor

devos50 commented Mar 22, 2018

This torrent does not have any UDP trackers, therefore it will not bootstrap into the swarm. We plan on supporting TCP trackers but this is a lower-priority issue (#2681)

@devos50 devos50 closed this as completed Mar 22, 2018
@sum01
Copy link
Author

sum01 commented Mar 22, 2018

I have this happen with all torrents I've tried. Is there a torrent I can test to see if it works as intended?

@qstokkink
Copy link
Contributor

You can check them in http://torrenteditor.com/ and see if the trackers start with udp:// (as mentioned support for trackers starting with http:// is not implemented).

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

No branches or pull requests

4 participants