H
Homarr15mo ago
Skeet

NZBGet shows up as icon in download speed but isn't being reflected. Icon still red.

Plex now playing doesn't work, plex ping is green.
39 Replies
Skeet
SkeetOP15mo ago
No description
Skeet
SkeetOP15mo ago
Sep 10 23:51:17 homarr yarn[303]: #033[36mℹ#033[39m Requested frontend content of configuration 'default'
Sep 10 23:51:17 homarr yarn[303]: #033[41m#033[30m ERROR #033[39m#033[49m failed to communicate with media server 'Plex Movies' (e4a93013-646b-479a-ba89-d79bef5d769d): TypeError: fetch failed
Sep 10 23:51:31 homarr yarn[303]: message repeated 3 times: [ #033[41m#033[30m ERROR #033[39m#033[49m failed to communicate with media server 'Plex Movies' (e4a93013-646b-479a-ba89-d79bef5d769d): TypeError: fetch failed]
Sep 10 23:51:17 homarr yarn[303]: #033[36mℹ#033[39m Requested frontend content of configuration 'default'
Sep 10 23:51:17 homarr yarn[303]: #033[41m#033[30m ERROR #033[39m#033[49m failed to communicate with media server 'Plex Movies' (e4a93013-646b-479a-ba89-d79bef5d769d): TypeError: fetch failed
Sep 10 23:51:31 homarr yarn[303]: message repeated 3 times: [ #033[41m#033[30m ERROR #033[39m#033[49m failed to communicate with media server 'Plex Movies' (e4a93013-646b-479a-ba89-d79bef5d769d): TypeError: fetch failed]
Manicraft1001
Manicraft100115mo ago
Hi, what URL did you set?
Skeet
SkeetOP15mo ago
No description
Skeet
SkeetOP15mo ago
credentials are correct
Manicraft1001
Manicraft100115mo ago
That looks correct. Judging from the error message, your Homarr container might not be able to reach your application or the application blocks it. Have you tried to set Homarr to the host network mode? Ensure, that you run 0.13.4, as there is a bug in .3
Skeet
SkeetOP15mo ago
i'm more concerned that plex is not showing 'now playing' lmc what I have ty is there an auto update in the app?
Manicraft1001
Manicraft100115mo ago
Auto update?
Skeet
SkeetOP15mo ago
like radarr/sonarr update themselves
Manicraft1001
Manicraft100115mo ago
No, your container manager must update Use Docker 🙂
Skeet
SkeetOP15mo ago
yeah I used tteck's LXC, I prob migrate it to docker
root@homarr:/# telnet 192.168.1.33 6789
Trying 192.168.1.33...
Connected to 192.168.1.33.
Escape character is '^]'.
GET / HTTP/1.0

HTTP/1.1 401 Unauthorized
WWW-Authenticate: Basic realm="NZBGet"
Connection: close
Content-Type: text/plain
Content-Length: 0
Server: nzbget-21.3-rc1-12-ga70a383c
root@homarr:/# telnet 192.168.1.33 6789
Trying 192.168.1.33...
Connected to 192.168.1.33.
Escape character is '^]'.
GET / HTTP/1.0

HTTP/1.1 401 Unauthorized
WWW-Authenticate: Basic realm="NZBGet"
Connection: close
Content-Type: text/plain
Content-Length: 0
Server: nzbget-21.3-rc1-12-ga70a383c
no network problem I am using 0.13.4 does the app expect basic auth or a form? (I had it not requiring auth as well but didn't seem to work) it's not erroring on nzbget anymore, only Plex I configured plex to not require auth on lan too, does homarr expect needing auth Would requiring encryption in plex cause that ? looks like it just wants a valid cert cause I did the plex server url that plex gives out and it works (the .direct one)
Skeet
SkeetOP15mo ago
No description
Skeet
SkeetOP15mo ago
(nzbget is doing ~700Mbps right now) Oh one more note, the usenet widget works, so it's just not grabbing the throughput for the 'current download speed' widget Any idea on the download speed widget ?
Serenaphic
Serenaphic15mo ago
Does the usenet widget work? I think I read somewhere here someone else complaining about the download not showing nzbget for them too, so this might be something that broke
Skeet
SkeetOP15mo ago
The usenet widget works, the DL widget does not
Serenaphic
Serenaphic15mo ago
Make an issue on github I'll try getting on it
Skeet
SkeetOP15mo ago
I'd love to write some widgets/etc but i'm a huge non-fan of js ;0 sure ty Would be tight if it could query SNMP for network stats and graph ie, show my total internet up/down Is the entire code base JS?
Skeet
SkeetOP15mo ago
npm
net-snmp
JavaScript implementation of the Simple Network Management Protocol (SNMP). Latest version: 3.9.7, last published: 2 months ago. Start using net-snmp in your project by running npm i net-snmp. There are 36 other projects in the npm registry using net-snmp.
Skeet
SkeetOP15mo ago
of course there's a module for it ;0
Serenaphic
Serenaphic15mo ago
Yes but no. It's typescript so ultimately js
Skeet
SkeetOP15mo ago
yea
Serenaphic
Serenaphic15mo ago
You can do that with "Dash."
Skeet
SkeetOP15mo ago
TS is actually palatable ;0 Yeah but Homarr is my dash ;0
Serenaphic
Serenaphic15mo ago
It's a homepage that integrate other apps, Dash. Provides that traffic metric. I do agree that something this simple could be baked in but that's a whole widget to develop
Skeet
SkeetOP15mo ago
nod Did you mean 'dashy' ?
Serenaphic
Serenaphic15mo ago
Nope "Dash." or "dashdot"
Skeet
SkeetOP15mo ago
ty so just add to that and iframe it ?
Serenaphic
Serenaphic15mo ago
It also provides other basic metrics like cpu, ram and disk space There's a widget for it
Skeet
SkeetOP15mo ago
o ok nice ty
Serenaphic
Serenaphic15mo ago
Based on iframe though
Skeet
SkeetOP15mo ago
is there an issue that reorders my layout 😦 Made it on my macbook pro, came to desktop and it's all F'd ;0
Serenaphic
Serenaphic15mo ago
Because of gridstack. Chances are with how displays from apple work, it's a high pixel resolution and your desktop is using the middle gridstack layout
Skeet
SkeetOP15mo ago
ahhhh yeah 😦
Serenaphic
Serenaphic15mo ago
Set both the big and medium ones to the same number of column
Skeet
SkeetOP15mo ago
ty
Serenaphic
Serenaphic15mo ago
We're getting out of scope from your initial issue, if you have more quick questions like those just ask them in general 👍
Skeet
SkeetOP15mo ago
GitHub
The Download speed widget does not incorporate nzbgets numbers, but...
Environment Docker Version 0.13.4 Describe the problem The Download speed widget does not incorporate nzbgets numbers, but shows the icon on bottom right. Logs No errors in logs Context Screenshot ...
Skeet
SkeetOP15mo ago
yeah sorry no worries
Serenaphic
Serenaphic15mo ago
Thanks for taking the time to make the issue
Want results from more Discord servers?
Add your server