H
Homarr10mo ago
gotzlotz

Dash. network widget displaying incorrect activity.

Dash. network widget isn’t showing the correct network activity. I will be downloading a torrent at 10MB/s and it will constantly show 30Kbs. Not sure how to fix.
6 Replies
Tag
Tag10mo ago
Homarr only shows dash as an Iframe basically, so all you're seeing directly comes from your dashdot app. If there is a problem at that point, it is most likely your dashdot config that has a problem
gotzlotz
gotzlotz10mo ago
Ok, makes sense. Thanks
ajnart
ajnart10mo ago
It's likely that you are using Docker for your torrent client. Afaik it creates another network adapter So like Dashdot is reading a network adapter but it's not shared with your torrent client. It's like a different device (they should all be on the same "network" property in the docker-compose or applied in docker run params)
gotzlotz
gotzlotz10mo ago
I made a custom docker network. All my containers are on the same network.
ajnart
ajnart10mo ago
Then I don’t know what’s wrong. Most likely a dash error
gotzlotz
gotzlotz10mo ago
Im using docker desktop for Mac. Could that be an issue?