Download speed widget stopped working today
it just randomly stopped working today
34 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Operating system:- Ubuntu Server LTS 24.04
Exact Homarr version:- 0.15.9
Configuration:- docker-compose inside portainer
any one picking this issue?
Hey @Yellow Haired Asia Requiem
Can you add your client and server logs? Remove sensitive data as you wish.
client as in qbittorent or nzbget correct?
No the logs of homarr and in browser
ignore the nzbget one
Pastebin
2024-12-13T07:21:12.263334608Z Client: TODO Status Code: 4002024-12...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
these are the server logs
does these work?
these are the logs i get when i restart the docker container
Okay the 504 shown in the browser console looks to me like it is unable to either query homarr or the service behind it
Can you take a look into the network tab of the browser devtools, reload the page and tell me what status code is returned for the
download.get
?does this work?
after some time it changes to 504
with this response
Okay then it seems like either it is unable to request the endpoint in the first place or the request to your external service takes to long
what could that point to?
port being closed?
Not sure, I think easiest would be to try to reach the endpoint of the service in your container and then maybe find out why it takes so long
how should i do that
?
Go into the container and use something like
curl
or wget
and maybe also ping
. You'll probably need to install some of those tools as we only have an alpine imageping/curl to what the exact api call?
I guess best would be to use your internal service url that was specified in the app
i m sorry i didnt get that
you meant the homarr url? or something else?
On your board you have an app that is used for the widget. This app has in the edit section a url which is used to query it's data
okay so in this case qbittorent and nzbget
Yes
these are the ping and curl output for my qbittorent
and this is for nzbget
while reloading the website other widgets who depend on app integrations have a loading symbol while the dlspeed doesnt have that
It does not have a loading spinner as we don't have any defined in code. Okay thats weird that the connection works
well then is it a new bug? it still worked after i pulled the new image but stopped since 12/12
We didn't change anything then, so IMO probably something wrong with your network or similar
okayyy
it started working
the issue was nzbget
Solution
i think i'll just remove it since i dont use that
Okay sounds good