Replies: 8 comments 7 replies
-
Yea I haven’t seen this much. I’m assuming you’re running a docker install? One thing is that some of the APIs used by widgets can return huge amounts of data, you may want to try commenting out some services and see if that helps. You can also try completely removing and recreating the container. There are probably other possibilities though. |
Beta Was this translation helpful? Give feedback.
-
Yeah this is running in ubuntu-server 22.04 in docker compose. I did find that my qbittorrent container was over the limit of 4mb for the API, but that did not fix the error. I have tried removing entries and so on, but that has not helped. I also recreated the container. The log file did show several containers that it had issues with and I have fixed all of them or removed them completely. This is the only error I am seeing in the log and it appears twice after a change is made to the services.yaml file. Once at initial attempt to refresh the page and again once the page actually loads almost 2 minutes later.: `[2023-07-03T12:41:07.193Z] error: TypeError: Cannot read properties of null (reading 'conn') [2023-07-03T12:43:20.974Z] error: TypeError: Cannot read properties of null (reading 'conn') The timestamp of the error entries is the time it takes to load the page currently if I do nothing and allow the app the refresh on its own. |
Beta Was this translation helpful? Give feedback.
-
hm ok... welp... thanks anyway |
Beta Was this translation helpful? Give feedback.
-
If you have docker stats open by default, this can cause the load times to slow dramatically, perhaps that's it. |
Beta Was this translation helpful? Give feedback.
-
it does not appear that docker stats is running. I have no idea why this is happening. I have completely removed everything from the yaml files, deleted the container, did a |
Beta Was this translation helpful? Give feedback.
-
I seem to have the same kind of error. In my case it's only azuracast. AL other containers work normal. It uses its own docker.sh script that installs in /var/azuracast. So there must be something homepage can not reach or maube times out? There are no docker specific files there except for the docker-compose.yml and an .env file. The containername is correct.
By the way there was a request some time ago to make a widget for this very nice radio streamer. regards, |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed due to inactivity. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
Recently,
I have been having an issue with extremely long load times for my homepage. Im not sure where to begin on troubleshooting this. I was hoping that this has already been an issue, but I didnt see anything when I looked. It takes close to a minute for the page to load now. If I click refresh, it will load much more quickly.
When I made an addition or a change to the homepage, it will autoreload as expected, but it takes forever for it to load back up. The only way to get it to load faster is to refresh it after it refreshes itself. Any help would be greatly appreciated. This is the best homepage WebUI I have ever used!
Beta Was this translation helpful? Give feedback.
All reactions