-
Notifications
You must be signed in to change notification settings - Fork 451
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
Checkpoint information is shown on the Downloads Page just after Tribler is run #7770
Comments
This is actually not a bug but a feature (introduced in #7024) and it has been designed like this: tribler/src/tribler/gui/widgets/downloadspage.py Lines 186 to 197 in 8158747
However, we've had a bug for years where the core would not answer any requests while the checkpoints were still being loaded. So, this feature remained hidden. |
@qstokkink, good to know. :) Perhaps we could fix the layout for it and leave it as it is? Although I liked the previous (buggy?) behavior, where a user sees downloads in the familiar layout, but with a "waiting for..." status. |
The feature was implemented to fix #7032, which states the following:
Apparently, the "waiting for..." or "loading" status was unacceptable to the original reporter (@kozlovsky) and having some form of progress shown was necessary. Personally, I have no strong opinions on this issue. Both the previous resolution and the proposed resolution are fine by me. |
This behavior was introduced in I've tested it with the following commits: Related to (has a common root cause): |
@kozlovsky since you introduced this behavior in #7024, are you OK with reverting your changes? |
@qstokkink I'm investigating this |
The checkpoint counter was initially added to avoid user confusion when Tribler starts with an empty list of downloads. Some users were scared then that "all downloads have disappeared". After the recent updates in the main branch, the delay between the moments when Tribler started and when downloads appeared became even more extensive. As it turns out, downloads are displayed with a delay because of a blocking call inside the first It is possible to fix the issue by splitting |
Describe the bug
Instead of downloads, I see the checkpoint information on the Downloads Page just after Tribler is run. Some time later it turns to the normal downloads.
To Reproduce
Expected behavior
I expect to see the download but I see the checkpoint information instead.
Screenshots
Desktop (please complete the following information):
a25df64ad67e263fe84f65a0faa4753737bf914b
The text was updated successfully, but these errors were encountered: