7.1 "Unexpected error"

Following error:
` 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
    
--- <exception caught here> ---
  File "lib\site-packages\twisted\internet\base.py", line 441, in _continueFiring
    
  File "run_tribler.py", line 73, 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\APIImplementation\LaunchManyCore.py", line 189, in register
    
  File "Tribler\Core\Config\tribler_config.py", line 261, in get_ipv8_bootstrap_override
    
exceptions.ValueError: need more than 1 value to unpack`

Possible database corruption? If so, is there a solution?

Thank you for your report. Did you by any chance test our the experimental releases?

The issue is likely related to a corrupt Tribler configuration file. Please locate the triblerd.conf file in your Tribler state directory. You can find it in %APPDATA%\roaming\.Tribler on Windows. You can either move that file to another location or edit that file, and remove the line that starts with bootstrap_override.

Hopefully this will resolve your problem :slight_smile:

Sorry for the late reply - the solution you provdied worked.
Thanks