Giga Channel release (Beta1) is out. Yay!

Dear Tribler Community,

We’re now one small step closer to becoming Youtube-like. Each Tribler user can now publish a million magnet links and download a whole channel in a minute. This was made possible by Giga Channels. Upgrade or create a new channel now with this release.

Another important update on this release is the Tribler tokens. We have fixed (partially) the negative balance issue so now you should be able to easily earn tokens by being a relay and supporting anonymous downloads. Apart from this, we have revamped the GUI and included several performance and bug fixes. We hope you’ll find it faster and better. However, this is a beta release and there are rough edges but we would like to ask you to upgrade and try out this version.

The binaries are available below or can be downloaded from the official release page at Github repository.
Windows(64-bit)
Windows (32-bit)
Linux
MacOS

If you encounter any problems using this release, feel free to report back to us. We’ll appreciate that. You can either create an issue ticket in Github (link here) or simply post it here in this forum.

For developers willing to contribute to Tribler with bug fixes or new features please check out this page which provides the basic pointers to get started.

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

We hope you’d enjoy using this version.
Cheers!

I receive the following error when I try to start:

Traceback (most recent call last):
      File "TriblerGUI\core_manager.py", line 118, in on_received_state
    RuntimeError: Unhandled Error
    Traceback (most recent call last):
      File "lib\site-packages\twisted\internet\base.py", line 428, in fireEvent
        
      File "lib\site-packages\twisted\internet\defer.py", line 321, in addCallback
        
      File "lib\site-packages\twisted\internet\defer.py", line 310, in addCallbacks
        
      File "lib\site-packages\twisted\internet\defer.py", line 653, in _runCallbacks
        
    --- <exception caught here> ---
      File "lib\site-packages\twisted\internet\base.py", line 441, in _continueFiring
        
      File "run_tribler.py", line 85, in start_tribler
        
      File "Tribler\Core\Session.py", line 411, in start
        
      File "Tribler\Core\APIImplementation\LaunchManyCore.py", line 153, in register
        
      File "Tribler\Core\APIImplementation\LaunchManyCore.py", line 287, in init
        
      File "Tribler\Core\Modules\MetadataStore\store.py", line 132, in __init__
        
      File "lib\site-packages\pony\orm\core.py", line 1130, in generate_mapping
        
      File "<auto generated wrapper of check_tables() function>", line 2, in check_tables
        
      File "lib\site-packages\pony\orm\core.py", line 528, in new_func
        
      File "lib\site-packages\pony\orm\core.py", line 1203, in check_tables
        
      File "lib\site-packages\pony\orm\dbschema.py", line 78, in check_tables
        
      File "<auto generated wrapper of execute() function>", line 2, in execute
        
      File "lib\site-packages\pony\orm\dbapiprovider.py", line 61, in wrap_dbapi_exceptions
        
pony.orm.dbapiprovider.OperationalError: no such table: ChannelNode

This happened while using the Windows 64bit version.

Nice work, thanks. Unfortunately it refuses to start on ubuntu 18.04…

Please, see attachment.

regards

I had the same problem. I fixed it by installing the 7.3.0-alpha first, letting it run for the hour or more it took to update everything, and then installing the 7.3.0-beta.

@LesVerres It is a conflict with existing version because of a database format change since last experimental version for 7.3. To resolve this, you can remove metadata.db present in sqlite directory of your state directory but you’ll loose your experimental version channel if you have.

Do you still have the issue? Tribler takes some time to upgrade the database so this could be what you’re experiencing. Let us know if Tribler still does not work for you.

That worked, although some torrents that I was sharing have mysteriously disappeared from my download list.

Edit 1 04-04-2019:

Another thing I noticed, downloading via magnet links doesn’t seem to work anymore. It keeps waiting for metadata.

Edit 2 04-04-2019:

One of them finally started to download, but this behavior I haven’t encountered in earlier versions of Tribler 7.

It does not find any of the channels that were available in the older versions of Tribler. Is that intended behaviour?

Is it correct that token mining isn’t working yet? I did enable it in the settings, chose a channel to mine from and had Tribler running for hours.

I’ve encountered the following error:

Traceback (most recent call last):
    File "TriblerGUI\event_request_manager.py", line 136, in on_read_data
RuntimeError: [Failure instance: Traceback: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'address'
lib\threading.py:801:__bootstrap_inner
lib\threading.py:754:run
lib\site-packages\twisted\_threads\_threadworker.py:46:work
lib\site-packages\twisted\_threads\_team.py:190:doWork
--- <exception caught here> ---
lib\site-packages\twisted\python\threadpool.py:250:inContext
lib\site-packages\twisted\python\threadpool.py:266:<lambda>
lib\site-packages\twisted\python\context.py:122:callWithContext
lib\site-packages\twisted\python\context.py:85:callWithContext
Tribler\Core\APIImplementation\LaunchManyCore.py:563:sesscb_states_callback
Tribler\community\triblertunnel\community.py:502:monitor_downloads
Tribler\community\triblertunnel\community.py:555:create_introduction_point
Tribler\pyipv8\ipv8\messaging\anonymization\hidden_services.py:418:create_introduction_point
Tribler\pyipv8\ipv8\messaging\anonymization\hidden_services.py:110:create_circuit_for_infohash
Tribler\pyipv8\ipv8\messaging\anonymization\community.py:322:create_circuit

I’m using Windows 10 64-bit.