Sakia first launch error
I've deleted my ~/.config/sakia
folder and relaunched the software.
After choosing the option "Connect with an existing account", I fill in my secret identifiers, and click OK. I get the following error:
Task exception was never retrieved
future: <Task finished coro=<ConnectionConfigController.process() done, defined at sakia/gui/dialogs/connection_cfg/controller.py:103> exception=TypeError('unorderable types: NoneType() > int()',)>
----
Traceback (most recent call last):
File "asyncio/tasks.py", line 239, in _step
File "sakia/gui/dialogs/connection_cfg/controller.py", line 168, in process
File "sakia/gui/dialogs/connection_cfg/model.py", line 77, in initialize_identity
File "sakia/data/processors/identities.py", line 139, in initialize_identity
TypeError: unorderable types: NoneType() > int()