Tribler / tribler

Privacy enhanced BitTorrent client with P2P content discovery
https://www.tribler.org
GNU General Public License v3.0
4.74k stars 445 forks source link

Popular Page is empty. #7964

Closed drew2a closed 2 months ago

drew2a commented 2 months ago

Describe the bug The Popular Page is empty.

To Reproduce Steps to reproduce the behavior:

  1. Open Tribler
  2. Go to "Popular"
  3. See an empty page

Expected behavior I expect to see a list of popular torrents.

Screenshots

image

Desktop (please complete the following information):

drew2a commented 2 months ago

After some time, the results appear on the page. The strange thing here is that the database was not empty. It contains torrent entities that, for some reason, do not appear on the Popular page.

The query:

https://github.com/Tribler/tribler/blob/5695d0eaeedb7fdc6d7d90a4f4e3e249f5279afe/src/tribler/core/components/database/db/store.py#L492-L502