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

crash on downloading torrent #1

Closed
awb99 opened this issue Mar 13, 2019 · 9 comments
Closed

crash on downloading torrent #1

awb99 opened this issue Mar 13, 2019 · 9 comments

Comments

@awb99
Copy link

awb99 commented Mar 13, 2019

I just followed the instruction, and am getting this exception for every torrent I want to download.
I do have enough disk space, so I dont think this applies:
Tribler/tribler#3247

Traceback (most recent call last):
  File "/home/tribler/tribler/TriblerGUI/event_request_manager.py", line 99, in on_read_data
    raise RuntimeError(json_dict["event"]["text"])
RuntimeError: [Failure instance: Traceback: <type 'exceptions.KeyError'>: '233a874a68cca03fae8f52dd09ddd2bab5c63e5f'
/usr/lib/python2.7/dist-packages/twisted/internet/base.py:1194:run
/usr/lib/python2.7/dist-packages/twisted/internet/base.py:1203:mainLoop
/usr/lib/python2.7/dist-packages/twisted/internet/base.py:825:runUntilCurrent
/usr/lib/python2.7/dist-packages/twisted/internet/task.py:239:__call__
--- <exception caught here> ---
/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:150:maybeDeferred
/home/tribler/tribler/Tribler/Core/Libtorrent/LibtorrentMgr.py:487:_task_process_alerts
/home/tribler/tribler/Tribler/Core/Libtorrent/LibtorrentMgr.py:336:process_alert
]
@synctext
Copy link
Member

What version of Tribler are you using? OS?
We'll try to fix it.

@awb99
Copy link
Author

awb99 commented Mar 13, 2019

I just did a docker pull and used used the docker run -it that you specified in your readme.
Host os is Manjaro / Arch linux.

@awb99
Copy link
Author

awb99 commented Mar 13, 2019

I guess that the docker-tribler-prod image that I use is outdated, docker images says it is 20 months old:

docker images
tribler/docker-tribler-prod         latest              bdf8372a5ae9        20 months ago       791MB

@awb99
Copy link
Author

awb99 commented Mar 13, 2019

BTW: For me the reason to go the docker image route is, that with the arch installer tribler would be in an endless loop on starting it. So I figured the safest way to play with tribler is via docker...

@devos50
Copy link
Contributor

devos50 commented Mar 13, 2019

Thank you for your report. The docker image is not actively maintained and might contain an older version of Tribler, which could explain this bug. We should update our docker image and remove all the dependencies that we do not longer need anymore. I think we should do this before the Tribler 7.3 release.

@awb99
Copy link
Author

awb99 commented Mar 13, 2019 via email

@devos50
Copy link
Contributor

devos50 commented Mar 14, 2019

@awb99 I updated the Dockerfile to run under Ubuntu 18.04 (instead of 16.04) and updated the list of dependencies used. Could you try to build your container again and check whether this error persists? 👍

@awb99
Copy link
Author

awb99 commented Mar 14, 2019 via email

@devos50
Copy link
Contributor

devos50 commented Mar 14, 2019

Great! Thanks for your feedback 👍

@devos50 devos50 closed this as completed Mar 14, 2019
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

3 participants