Tribler v7.1.5 is available

Dear Tribler Community,

We just released a new version Tribler 7.1.5 with some critical bug fixes for 7.1.4. We would like you to test it and report us any issues you encounter using this version.

Below you can find your favorite Tribler distribution:
Windows(64-bit)
Windows (32-bit)
Linux
MacOS

To report any problems, please create a new issue on GitHub or post it on this forum, either in this thread or as a separate thread. If you wish to contribute to Tribler by fixing bugs or adding features, please check out this page which provides basic pointers to get started.

As always, the source code can be found on our Github repository but you can also download it directly here.

Cheers!

I encountered the following error:

Traceback (most recent call last):
  File "TriblerGUI\event_request_manager.py", line 133, in on_read_data RuntimeError: Unhandled Error
Traceback (most recent call last):
  File "run_tribler.py", line 94, in <module>
    
  File "run_tribler.py", line 86, in start_tribler_core
    
  File "lib\site-packages\twisted\internet\base.py", line 1243, in run
    
  File "lib\site-packages\twisted\internet\base.py", line 1252, in mainLoop
    
--- <exception caught here> ---
  File "lib\site-packages\twisted\internet\base.py", line 878, in runUntilCurrent
    
  File "Tribler\Core\TorrentChecker\torrent_checker.py", line 132, in _task_select_tracker
    
  File "Tribler\Core\CacheDB\SqliteCacheDBHandler.py", line 711, in getTorrentsOnTracker
    
  File "Tribler\pyipv8\ipv8\util.py", line 49, in helper
    
  File "Tribler\pyipv8\ipv8\util.py", line 61, in blockingCallFromThread
    
  File "Tribler\Core\CacheDB\sqlitecachedb.py", line 420, in fetchall
    
  File "Tribler\Core\CacheDB\sqlitecachedb.py", line 329, in execute_read
    
  File "Tribler\pyipv8\ipv8\util.py", line 49, in helper
    
  File "Tribler\pyipv8\ipv8\util.py", line 61, in blockingCallFromThread
    
  File "Tribler\Core\CacheDB\sqlitecachedb.py", line 303, in execute
    
apsw.CorruptError: CorruptError: database disk image is malformed

This occured using the 64-bit version on Windows 10.

Furthermore, a friendly reminder:

a) There are still completed torrents that keep having a ratio of 0, even though they are uploading regularly.

b) There are some torrents being written to two locations at once. Deleting the one in the unwanted location, results in the torrent being re-downloaded.

@LesVerres It seems the database got corrupted for some reason. Tribler should run if you remove the corrupted database. Inside .Tribler directory, there is sqlite directory where all the databases are located.
You’ll need to remove tribler.sdb file from there. It’ll should not affect your downloads but you’ll lose your channel.

Let us know if that works for you.

It worked, thank you!