Stuck LOADING DATA SCREEN

hi guys,
just moved from smartthings, got all my integrations sorted,
latest thing i integrated was warmup, and the last thing i did was edit names of all my entity’s.
i cannot access my ha gui from any tablet phone or pc from different browsers or internal external networks as it just says 'LOADING DATA"
i have read through a few posts and tried the following.

deleting the tokens in the auth file.
didn’t work.
deleted the .storage and setup new passwords etc and back to the LOADING DATA.
didn’t work
i have external access set up via ha’s (naba) service cant remember the name exactly, and is setup to be assessed via duckdns.
i have tried the internal ip on different tablets & phones with incognito turned on and also outside the network all i get is to enter my username and password then i get the turning wheel of LOADING DATA.
i can ssh putty into my pi & filezilla to it also

hope someone can help
TIA

If you can ssh, you can post logs.

thank you, is that the homeassistant.log file?

That is where I would start!

2021-02-06 00:25:33 WARNING (MainThread) [homeassistant.setup] Setup of recorder is taking over 10 seconds.
2021-02-06 00:25:37 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=22 from 2021-02-05 12:18:11.632208)
2021-02-06 00:25:43 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for warmup_cc which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2021-02-06 00:25:43 WARNING (MainThread) [homeassistant.components.climate] ClimateDevice is deprecated, modify WarmupThermostat to extend ClimateEntity
2021-02-06 00:26:55 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [2873741664] Error handling message: Unknown error
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py”, line 18, in handle_async_response
await func(hass, connection, msg)
File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 191, in handle_get_services
descriptions = await async_get_all_descriptions(hass)
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 401, in async_get_all_descriptions
integrations = await gather_with_concurrency(
File "/usr/src/homeassistant/homeassistant/util/async
.py", line 139, in gather_with_concurrency
return await gather(
File “/usr/src/homeassistant/homeassistant/util/async_.py”, line 137, in sem_task
return await task
File “/usr/src/homeassistant/homeassistant/loader.py”, line 491, in async_get_integration
raise IntegrationNotFound(domain)
homeassistant.loader.IntegrationNotFound: Integration ‘warmup’ not found.
2021-02-06 00:29:26 ERROR (MainThread) [homeassistant.components.weather] Platform met does not generate unique IDs. ID home already exists - ignoring weather.home
2021-02-06 00:29:26 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform rpi_power does not generate unique IDs. ID rpi_power already exists - ignoring binary_sensor.rpi_power_status
2021-02-06 00:29:33 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [2952561496] Error handling message: Unknown error

File “/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py”, line 18, in handle_async_response
await func(hass, connection, msg)
File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 191, in handle_get_services
descriptions = await async_get_all_descriptions(hass)
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 401, in async_get_all_descriptions
integrations = await gather_with_concurrency(
File "/usr/src/homeassistant/homeassistant/util/async
.py", line 139, in gather_with_concurrency
return await gather(
File “/usr/src/homeassistant/homeassistant/util/async_.py”, line 137, in sem_task
return await task
File “/usr/src/homeassistant/homeassistant/loader.py”, line 491, in async_get_integration
raise IntegrationNotFound(domain)
homeassistant.loader.IntegrationNotFound: Integration ‘warmup’ not found.
2021-02-06 00:30:09 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 192.168.0.52 (192.168.0.52) (Mozilla/5.0 (Linux; Android 10; SAMSUNG SM-N960F) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/13.2 Chrome/83.0.4103.106 Mobile Safari/537.36)
2021-02-06 00:30:25 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [2873638048] Error handling message: Unknown error
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py”, line 18, in handle_async_response
await func(hass, connection, msg)
File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 191, in handle_get_services
descriptions = await async_get_all_descriptions(hass)
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 401, in async_get_all_descriptions
integrations = await gather_with_concurrency(
File "/usr/src/homeassistant/homeassistant/util/async
.py", line 139, in gather_with_concurrency
return await gather(
File “/usr/src/homeassistant/homeassistant/util/async_.py”, line 137, in sem_task
return await task
File “/usr/src/homeassistant/homeassistant/loader.py”, line 491, in async_get_integration
raise IntegrationNotFound(domain)
homeassistant.loader.IntegrationNotFound: Integration ‘warmup’ not found.
2021-02-06 00:31:12 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [2868053880] Error handling message: Unknown error
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py”, line 18, in handle_async_response
await func(hass, connection, msg)
File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 191, in handle_get_services
descriptions = await async_get_all_descriptions(hass)
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 401, in async_get_all_descriptions
integrations = await gather_with_concurrency(
File "/usr/src/homeassistant/homeassistant/util/async
.py", line 139, in gather_with_concurrency
return await gather(
File “/usr/src/homeassistant/homeassistant/util/async_.py”, line 137, in sem_task
return await task
File “/usr/src/homeassistant/homeassistant/loader.py”, line 491, in async_get_integration
raise IntegrationNotFound(domain)
homeassistant.loader.IntegrationNotFound: Integration ‘warmup’ not found.
2021-02-06 00:31:52 ERROR (MainThread) [homeassistant.components.mobile_app.webhook] Refusing to update note 9 non-registered sensor: d6774625b47c129451a784ba61d2f7cd4004e944f19274a43787d04852a8d086_battery_level
2021-02-06 00:41:32 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [2846234992] Error handling message: Unknown error
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py”, line 18, in handle_async_response
await func(hass, connection, msg)
File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 191, in handle_get_services
descriptions = await async_get_all_descriptions(hass)
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 401, in async_get_all_descriptions
integrations = await gather_with_concurrency(
File "/usr/src/homeassistant/homeassistant/util/async
.py", line 139, in gather_with_concurrency
return await gather(
File “/usr/src/homeassistant/homeassistant/util/async_.py”, line 137, in sem_task
return await task
File “/usr/src/homeassistant/homeassistant/loader.py”, line 491, in async_get_integration
raise IntegrationNotFound(domain)
homeassistant.loader.IntegrationNotFound: Integration ‘warmup’ not found.
2021-02-06 00:41:34 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [2849118288] Error handling message: Unknown error
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py”, line 18, in handle_async_response
await func(hass, connection, msg)
File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 191, in handle_get_services
descriptions = await async_get_all_descriptions(hass)
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 401, in async_get_all_descriptions
integrations = await gather_with_concurrency(
File "/usr/src/homeassistant/homeassistant/util/async
.py", line 139, in gather_with_concurrency
return await gather(
File “/usr/src/homeassistant/homeassistant/util/async_.py”, line 137, in sem_task
return await task
File “/usr/src/homeassistant/homeassistant/loader.py”, line 491, in async_get_integration
raise IntegrationNotFound(domain)
homeassistant.loader.IntegrationNotFound: Integration ‘warmup’ not found.
2021-02-06 00:41:37 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [2871075408] Error handling message: Unknown error
Traceback (most recent call last):

more there but don’t want to bombard this thread with unnecessary pasted log , hope this is of use

Must not be much bite on this…
I formatted sd card and reinstalled ha, readded all my devices and sure enough the exact same thing has happened again

Right back at this, deleted the login details from the ymal file for the warmup access, and I am back in on the frontend.
Would anyone know why when the warm up is connecting from ha that it is giving me the loading data screen

I have no idea what warmup is, except it is a custom component. I suggest you ask the developer of that custom component via the issues tracker on their github page.

I just experience this issue today. From what I notice so far I manage to get myself unstuck when I try off MarineDB. I running the latest Hassio Core and latest MarineDB and everything seem to be working fine 12 hrs ago. Does anyone experience same issue?