FreeTAKTeam / FreeTakServer

Situational Awareness Server compatible with TAK clients
Eclipse Public License 2.0
680 stars 169 forks source link

COT -TCP in the UI shows red #557

Open Marshmellow84 opened 1 year ago

Marshmellow84 commented 1 year ago

The TCP circle in the COT icon is showing read, however SSL is blue.

I noted when attempting to start fts I get this following errors, I am not sure if they are related.

failed to register component: /usr/local/lib/python3.10/dist-packages/digitalpy/core/util, with error: inconsistent use of tabs and spaces in indentation (util_facade.py, line 21) failed to register component: /usr/local/lib/python3.10/dist-packages/digitalpy/core/queries, with error: inconsistent use of tabs and spaces in indentation (queries_facade.py, line 21) failed to register component: /usr/local/lib/python3.10/dist-packages/digitalpy/core/health, with error: inconsistent use of tabs and spaces in indentation (health_facade.py, line 21) failed to register component: /usr/local/lib/python3.10/dist-packages/digitalpy/core/component_management, with error: module 'digitalpy.core.component_management.component_management_facade' has no attribute 'ComponentManagement' failed to register component: /usr/local/lib/python3.10/dist-packages/digitalpy/core/telemetry, with error: inconsistent use of tabs and spaces in indentation (telemetry_facade.py, line 21) failed to register component: /usr/local/lib/python3.10/dist-packages/digitalpy/core/persistence, with error: module 'digitalpy.core.persistence.persistence_facade' has no attribute 'Persistence' failed to register component: /usr/local/lib/python3.10/dist-packages/digitalpy/core/network, with error: unindent does not match any outer indentation level (network_facade.py, line 16) failed to register component: /usr/local/lib/python3.10/dist-packages/digitalpy/core/logic, with error: expected an indented block after function definition on line 20 (logic_facade.py, line 22) failed to register component: /usr/local/lib/python3.10/dist-packages/digitalpy/core/zmanager, with error: inconsistent use of tabs and spaces in indentation (zmanager_facade.py, line 21) failed to register component: /usr/local/lib/python3.10/dist-packages/digitalpy/core/translation, with error: expected an indented block after function definition on line 20 (translation_facade.py, line 22) failed to register component: /usr/local/lib/python3.10/dist-packages/FreeTAKServer/core/fts_core, with error: module 'FreeTAKServer.core.fts_core.fts_core_facade' has no attribute 'FtsCore' failed to register component: /usr/local/lib/python3.10/dist-packages/FreeTAKServer/core/data_package, with error: module 'FreeTAKServer.core.data_package.data_package_facade' has no attribute 'DataPackage' failed to register component: /usr/local/lib/python3.10/dist-packages/FreeTAKServer/core/fts_configuration, with error: module 'FreeTAKServer.core.fts_configuration.fts_configuration_facade' has no attribute 'FtsConfiguration' failed to register component: /usr/local/lib/python3.10/dist-packages/FreeTAKServer/core/domain, with error: module 'FreeTAKServer.core.domain.domain_facade' has no attribute 'Domain'