You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying the docker image, the following errors are displayed:
failed to register component: /usr/local/lib/python3.11/site-packages/digitalpy/core/persistence, with error: module 'digitalpy.core.persistence.persistence_facade' has no attribute 'Persistence'
failed to register component: /usr/local/lib/python3.11/site-packages/digitalpy/core/logic, with error: No module named 'Catalog'
failed to register component: /usr/local/lib/python3.11/site-packages/digitalpy/core/util, with error: No module named 'Catalog'
failed to register component: /usr/local/lib/python3.11/site-packages/digitalpy/core/network, with error: name 'Facade' is not defined
failed to register component: /usr/local/lib/python3.11/site-packages/digitalpy/core/zmanager, with error: No module named 'Catalog'
failed to register component: /usr/local/lib/python3.11/site-packages/digitalpy/core/telemetry, with error: No module named 'Catalog'
failed to register component: /usr/local/lib/python3.11/site-packages/digitalpy/core/cot_management, with error: inconsistent use of tabs and spaces in indentation (cot_management_facade.py, line 21)
failed to register component: /usr/local/lib/python3.11/site-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.11/site-packages/digitalpy/core/translation, with error: No module named 'Catalog'
failed to register component: /usr/local/lib/python3.11/site-packages/digitalpy/core/health, with error: No module named 'Catalog'
failed to register component: /usr/local/lib/python3.11/site-packages/digitalpy/core/queries, with error: No module named 'Catalog'
/usr/src/app/FreeTAKServer/components/extended/mission/controllers/mission_persistence_controller.py:91: SAWarning: Object of type <RolePermission> not in session, add operation along 'Permission.roles' will not proceed (This warning originated from the Session 'autoflush' process, which was invoked automatically in response to a user-initiated operation.)
return self.ses.query(Permission).filter(Permission.permission_type == permission_type).first() # type: ignore
failed to register component: /usr/src/app/FreeTAKServer/core/domain, with error: module 'FreeTAKServer.core.domain.domain_facade' has no attribute 'Domain'
failed to register component: /usr/src/app/FreeTAKServer/core/fts_configuration, with error: module 'FreeTAKServer.core.fts_configuration.fts_configuration_facade' has no attribute 'FtsConfiguration'
failed to register component: /usr/src/app/FreeTAKServer/core/fts_core, with error: module 'FreeTAKServer.core.fts_core.fts_core_facade' has no attribute 'FtsCore'
failed to register component: /usr/src/app/FreeTAKServer/components/extended/federation, with error: module 'FreeTAKServer.components.extended.federation.federation_facade' has no attribute 'Federation'
failed to register component: /usr/src/app/FreeTAKServer/components/extended/track_manager, with error: module 'FreeTAKServer.components.extended.track_manager.track_manager_facade' has no attribute 'TrackManager'
failed to register component: /usr/src/app/FreeTAKServer/components/extended/cotmanager, with error: module 'FreeTAKServer.components.extended.cotmanager.cotmanager_facade' has no attribute 'Cotmanager'
failed to register component: /usr/src/app/FreeTAKServer/components/extended/repeater, with error: module 'FreeTAKServer.components.extended.repeater.repeater_facade' has no attribute 'Repeater'
failed to register component: /usr/src/app/FreeTAKServer/components/extended/master_parrot, with error: module 'FreeTAKServer.components.extended.master_parrot.master_parrot_facade' has no attribute 'MasterParrot'
failed to register component: /usr/src/app/FreeTAKServer/components/extended/report, with error: module 'FreeTAKServer.components.extended.report.report_facade' has no attribute 'Report'
failed to register component: /usr/src/app/FreeTAKServer/components/extended/companion_parrot, with error: module 'FreeTAKServer.components.extended.companion_parrot.companion_parrot_facade' has no attribute 'CompanionParrot'
The text was updated successfully, but these errors were encountered:
When deploying the docker image, the following errors are displayed:
The text was updated successfully, but these errors were encountered: