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

Tribler 7.10 does not start on Debian 10 #6216

Closed
ichorid opened this issue Jul 10, 2021 · 7 comments
Closed

Tribler 7.10 does not start on Debian 10 #6216

ichorid opened this issue Jul 10, 2021 · 7 comments

Comments

@ichorid
Copy link
Contributor

ichorid commented Jul 10, 2021

Reported from Linux.org.ru. Tribler is stuck on the ⚙️ screen.

Previous threads:
#5536
#5998


tribler_gui.utilities.CreationTraceback: File «run_tribler.py», line 213, in File «tribler_gui/utilities.py», line 395, in trackback_wrapper File «tribler_gui/event_request_manager.py», line 151, in connect

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

Traceback (most recent call last): File «tribler_gui/utilities.py», line 398, in trackback_wrapper File «tribler_gui/utilities.py», line 395, in trackback_wrapper File «tribler_gui/event_request_manager.py», line 151, in File «tribler_gui/event_request_manager.py», line 87, in on_error tribler_gui.event_request_manager.CoreConnectTimeoutError: Could not connect with the Tribler Core within 60 seconds apispec/ext/marshmallow/common.py:139: UserWarning: Multiple schemas resolved to the name GetChannelContentsResponse. The name has been modified. Either manually add each of the schemas with a different name or provide a custom schema_name_resolver. apispec/ext/marshmallow/common.py:139: UserWarning: Multiple schemas resolved to the name SpeedTestRequest. The name has been modified. Either manually add each of the schemas with a different name or provide a custom schema_name_resolver. [PID:20801] 2021-07-10 00:54:25,546 - ERROR session:240 Session.unhandled_error_observer(): Unhandled exception occurred! [Errno 99] error while attempting to bind on address (‘::1’, 52194, 0, 0): cannot assign requested address

–LONG TEXT– Traceback (most recent call last): File «run_tribler.py», line 98, in start_tribler File «tribler_core/session.py», line 287, in start File «tribler_core/restapi/rest_manager.py», line 123, in start File «aiohttp/web_runner.py», line 100, in start File «asyncio/base_events.py», line 1463, in create_server OSError: [Errno 99] error while attempting to bind on address (‘::1’, 52194, 0, 0): cannot assign requested address

–CONTEXT– {‘message’: ‘Task exception was never retrieved’, ‘exception’: OSError(99, «error while attempting to bind on address (‘::1’, 52194, 0, 0): cannot assign requested address»), ‘future’: <Task finished name=‘Task-1’ coro=<start_tribler_core..start_tribler() done, defined at run_tribler.py:62> exception=OSError(99, «error while attempting to bind on address (‘::1’, 52194, 0, 0): cannot assign requested address»)>}

Apparently, the Core tries to bind to IPv6 localhost address (‘::1’, 52194, 0, 0) and fails to do so.

@ichorid ichorid modified the milestones: 7.11.0 July, 7.10.0 May Jul 10, 2021
@ichorid
Copy link
Contributor Author

ichorid commented Jul 10, 2021

Tried running 7.10 in Debian 10 VM. Does not start at all, not even ⚙️

@xoriole
Copy link
Contributor

xoriole commented Jul 13, 2021

After installing some missing packages on the builder which seems needed for Debian (while Ubuntu works fine without them), I got it working on a fresh Debian 10 VM. Here is a build which worked on my local VM.
https://jenkins-ci.tribler.org/job/Build-Tribler_release/job/Build-Ubuntu64/302/

debian10

@xoriole
Copy link
Contributor

xoriole commented Jul 14, 2021

Forum user confirmed that the latest build is working so closing this issue.

@EngDiego
Copy link

EngDiego commented Sep 3, 2021

Still with issue.

issue-debian-buster
issue-debian-buster-1

@xoriole
Copy link
Contributor

xoriole commented Sep 3, 2021

@EngDiego Could you check what error is shown when you run Tribler like this?

/usr/share/tribler/tribler

@milahu

This comment was marked as off-topic.

@ichorid ichorid reopened this Jan 15, 2023
@drew2a drew2a removed this from the 7.10.0 May milestone Feb 22, 2023
@xoriole
Copy link
Contributor

xoriole commented Jun 16, 2023

debian-12-tribler-screenshot

Here, I tested the latest Tribler 7.13.0-RC2 with fix for Ubuntu. It seems to work correctly as shown in the screenshot.
For the issue with IPv6, I suggest creating a separate issue.

@xoriole xoriole closed this as completed Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

5 participants