Tribler / tribler

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

Move File Storage issue #8028

Open SmivvyUK opened 1 month ago

SmivvyUK commented 1 month ago

Ubuntu 22.04.4 LTS 64-bit Tribler V7.14.0

Since updating from V7.13.2, the 'Move File Storage' feature no longer works. When selected, Tribler unceremoniously crashes to desktop with no error.

If the 'Explore Files' option is selected, the selected download folder is now opened in Firefox, and not in the File Explorer as previous versions used to do.

Any suggestions..?

drew2a commented 1 month ago

@SmivvyUK, thank you for your report. I've tried using the 'Move File Storage' feature on macOS, and it works as intended.

Could you provide more information? Is the download complete or not? Does the target directory exist? Also, could you provide log files (ensuring they do not contain sensitive information)?

Pixel-FR commented 1 week ago

Hi, I have the same problem : Tribler crashes when i want to 'Move File Storage', also with the option 'Export .torrent file', and Firefox is open when i select 'Explore Files'. This problem is real for all files (directories and downloads completes). Tribler quits without any message. The previous version of Tribler was working fine. I have upgraded Tribler from version 7.13.3 to 7.14.0 and my computer is running Ubuntu 22.04.4 LTS (64 bits).

drew2a commented 1 week ago

@Pixel-FR Thank you for this confirmation.

@xoriole Could the problem described above be related to the Python build issue you discovered in #8061?

xoriole commented 1 week ago

@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 re-installing Tribler by downloading again. https://www.tribler.org/download.html

I have updated the installer file yesterday which should fix the issue. If you still encounter this issue, please write back.

Pixel-FR commented 1 week ago

I have verified my Python build version : 3.10.12 I have also reinstalled Tribler and it works fine now, it does not crash, but Firefox is always opened when i want to "Explore files" 06/05/2024 : i downloaded a 'tribler 7.14.0 deb file' for 105 Mo. 06/20/2024 : i downloaded a 'tribler 7.14.0 deb file' for 109 Mo. Same program, same version but something is different in 15 days !

Bug is gone ! I have more questions for others subjects. Thanks for you help.

SmivvyUK commented 1 week ago

Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] on linux..

Same as @Pixel-FR , Re-download shows differing file size. Installed tribler_7.14.0_all.deb and tested..

Move Files now works as intended.. "Explore Files" still opens Firefox and not 'Files' as it used to do.

We have progress..! @xoriole Any thoughts on the "Explore Files" issue..?

xoriole commented 1 week ago

@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 need to enable debug from the settings (top right gear icon)).

The tag and commit remain the same. The change was only the Python version.

About the issue of "Explore Files" opening on the browser, I have noted that myself as well and am investigating it.