S. Pan

Results 109 comments of S. Pan

@Nubro01 It is not complete yet. There were too many plugin conflicts and deprecation so it is taking longer than originally thought. I'll update this ticket once we're done with...

The case on the upgrade with no space left is addressed on https://github.com/Tribler/tribler/pull/7496

I can consistently reproduce the issue both on my office PC and home PC, both Ubuntu 22.04. Here is a screen recording of it. [Screencast from 27-11-23 18:35:03.webm](https://github.com/Tribler/tribler/assets/1442867/ec784c3b-4f81-44ad-adf9-24c6f09e3908) Here are...

The issue can also be reproduced using the binary built using GitHub actions - Ubuntu build with Python 3.10 Here is the build artifact: https://github.com/Tribler/tribler/actions/runs/7009415435 Checking the coredump, here is...

On further investigation, it seems `TriblerDatabaseMigrationChain` (https://github.com/Tribler/tribler/pull/7622) has unexpected results when running on QT Thread. Here are two minimal reproducible examples for Python3.10 ```python # example1.py from pathlib import Path...

@drew2a The underlying issue could be the same. On the latest build, I'm not able to reproduce the issue. @SmivvyUK @Pixel-FR It would be great if you could you try...

@Pixel-FR @SmivvyUK The new installer file is built using Python3.9 as the base python. Previous installer was built using Python 3.8. This can also be checked on Debug panel (you'll...

The original issue with move (and build issue) is resolved. However, on the explore issue, it is still unclear why it is opening the browser instead of the file explorer....

@febriansasi We do not have a webui yet. However, you can run the Tribler core using docker. https://github.com/Tribler/tribler?tab=readme-ov-file#docker-support

Build job in Jenkins now does malware checks using VirusTotal API. Whether or not to enable the check is determined by a build job parameter `VIRUS_CHECK`. The parameter itself is...