Package Details: tribler 7.14.0-1

Git Clone URL: https://aur.archlinux.org/tribler.git (read-only, click to copy)
Package Base: tribler
Description: P2P/Bittorrent/YouTube client
Upstream URL: http://tribler.org
Licenses: GPL3
Conflicts: tribler
Provides: tribler
Submitter: FFY00
Maintainer: AnoGP (impulse)
Last Packager: AnoGP
Votes: 15
Popularity: 0.098230
First Submitted: 2020-10-24 16:58 (UTC)
Last Updated: 2024-04-26 12:10 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

AnoGP commented on 2022-03-27 21:13 (UTC)

Yes it is maintained, but I am waiting for the next major version to release which hopefully solves this Python dependency chaos.

dejanmilo commented on 2022-03-23 21:54 (UTC)

Tribler still not working (Manjaro Linux). The Python dependency-hell. No Update since 02 Jan 2022 - is this package still maintained?

AnoGP commented on 2022-03-23 20:41 (UTC)

New day, new Python package breakage. If you updated the python-markupsafe package to version 2.1 or higher, then Tribler 7.11 will not start. Workaround for now is the usual, install the previous version with pip: pip install markupsafe==2.0.1

rufous commented on 2022-03-04 12:13 (UTC)

Please add dependency python-sentry_sdk

AnoGP commented on 2022-01-13 19:27 (UTC)

Attention, if you updated the libtorrent-rasterbar package to version 2.0.5, then you will probably run into this issue: https://github.com/Tribler/tribler/issues/6717

To bypass this error you have to override the system libtorrent-rasterbar package: pip install libtorrent==1.2.15

AnoGP commented on 2022-01-10 17:31 (UTC) (edited on 2022-01-10 17:33 (UTC) by AnoGP)

Shorter version to fix this issue: try install the latest version of PonyORM with pip: pip install pony==0.7.15rc1 The whole situation is the following: I reported the previous issue which prevented Tribler to start and release 7.11 already contains the bugfix. But then I got another error and according to one of the developer this is happening, because Tribler not fully compatible with Python 3.10 (the PonyORM package on which Tribler relies on did not have full Python 3.10 compatibility): https://github.com/Tribler/tribler/issues/6688#issuecomment-1001686423 But today only hours ago I found out that the Python 3.10 compatibility added to the new RC version of PonyORM: https://github.com/weannounce/arrnounced/issues/24#issuecomment-1008753734 So if you install this RC, Tribler will start: pip install pony==0.7.15rc1 For me this solved the issue, Tribler starts and downloads are also working, but the program still throwing some error messages at start, which looks like does not effect usability. When version 0.7.15 of the python-pony package will be available at the Arch repos, this workaround will no longer be necessary.

dejanmilo commented on 2022-01-07 10:49 (UTC)

Hi there,

after updating to Tribler 7.11 (Manjaro Linux), Tribler crashes after starting with following error:

Copying data from previous Tribler version. {'exc_info': (<class 'ModuleNotFoundError'>, ModuleNotFoundError("No module named 'yappi'"), <traceback object at 0x7f4b0281dc00>), 'attachments': []}.

"pip install yappi" helped a little, but Tribler crashes then in another way:

QProcess: Destroyed while process ("/usr/bin/python3") is still running. [PID:107249] 2022-01-07 11:47:15,672 - ERROR <error_handler:28> ErrorHandler.gui_error(): tribler_gui.utilities.CreationTraceback: File "/opt/Tribler/run_tribler.py", line 128, in <module> sys.exit(app.exec_()) File "/opt/Tribler/tribler-gui/tribler_gui/utilities.py", line 372, in trackback_wrapper callback(args, *kwargs) File "/opt/Tribler/tribler-gui/tribler_gui/core_manager.py", line 102, in on_request_error self.start_tribler_core(core_args=core_args, core_env=core_env) File "/opt/Tribler/tribler-gui/tribler_gui/core_manager.py", line 182, in start_tribler_core connect(self.core_process.finished, self.on_core_finished)

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "/opt/Tribler/tribler-gui/tribler_gui/utilities.py", line 375, in trackback_wrapper raise exc from CreationTraceback(traceback_str) File "/opt/Tribler/tribler-gui/tribler_gui/utilities.py", line 372, in trackback_wrapper callback(args, *kwargs) File "/opt/Tribler/tribler-gui/tribler_gui/core_manager.py", line 79, in on_core_finished if self.events_manager.connect_timer and self.events_manager.connect_timer.isActive(): RuntimeError: wrapped C/C++ object of type QTimer has been deleted

AnoGP commented on 2021-12-26 17:07 (UTC)

I reported this issue on the Tribler GitHub page. Maybe they can figure out what is going on.

AnoGP commented on 2021-12-19 21:59 (UTC)

I started Tribler after a week and now I am having the absolute same issue. One of the Qt or Python package updates introduced this issue I suppose, so I started to downgrade them one-by-one, but I did not find yet which one is the responsible for this issue.

sjondebok commented on 2021-12-16 09:22 (UTC)

@AnoGP Thanks for your reply. I already used this solution long time ago. Never had problems with Tribler since. This is a different issue, I' m afraid.