I was playing a bit around with a testnet and I want to use a custom Dispersy tracker to bootstrap into the network. I've added the following line to my Tribler config file:
bootstrap_override = 37.48.77.232:7001
Which results in the following error when starting Tribler:
The problem is that there is some incompatibility between the value that is entered in the Tribler configuration file and the value expected by the _DEFAULT_ADDRESSES variable. According to the config.spec, I should enter something like 37.48.77.232:7001 in the configuration file but the _DEFAULT_ADDRESSES expects a list of tuples (hostname, port).
I was playing a bit around with a testnet and I want to use a custom Dispersy tracker to bootstrap into the network. I've added the following line to my Tribler config file:
Which results in the following error when starting Tribler:
The problem is that there is some incompatibility between the value that is entered in the Tribler configuration file and the value expected by the
_DEFAULT_ADDRESSES
variable. According to theconfig.spec
, I should enter something like37.48.77.232:7001
in the configuration file but the_DEFAULT_ADDRESSES
expects a list of tuples (hostname, port).@ichorid could you look into this?