Tribler 7.1.3 Problem

Traceback (most recent call last):
File “TriblerGUI\core_manager.py”, line 114, 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

— —
File “lib\site-packages\twisted\internet\base.py”, line 441, in _continueFiring

File “run_tribler.py”, line 83, in start_tribler

File “Tribler\pyipv8\ipv8\util.py”, line 49, in helper

File “Tribler\pyipv8\ipv8\util.py”, line 61, in blockingCallFromThread

File “Tribler\Core\Session.py”, line 487, in start

File “Tribler\Core\Upgrade\upgrade.py”, line 57, in run

File “Tribler\Core\Upgrade\upgrade.py”, line 68, in upgrade_to_tribler7

File “Tribler\Core\Config\tribler_config.py”, line 89, in write

File “lib\site-packages\configobj.py”, line 2119, in write

exceptions.UnicodeEncodeError: ‘latin-1’ codec can’t encode character u’\u0142’ in position 35: ordinal not in range(256)

Win 10, x64. Any ideas to resolve this ? please help, if you can…

I thought it might be the fault of the python version. So I installed the latest version of python (python3.7), but the program still shows me this older version, I do not know if it’s helpful in this matter. I write this as a curiosity, maybe it has nothing to do with this. It’s screen of box tribler’s problem.

@Ramona Thank you for the report. It is not the problem with Python version. We use Python2.7 which is bundled into the application. From the exception log, I see that it is an unicode issue. I’ll file a bug report for it. Fix will be included in the next version. Experimental version of Tribler 7.2 will be released soon. Stay tuned.

1 Like