homarr icon indicating copy to clipboard operation
homarr copied to clipboard

Jackett status Offline

Open Bronom opened this issue 2 years ago • 3 comments

Environment

Docker

Version

v0.9.2

Describe the problem

When Jackett added the ping module return Offline - 500 when Uptime Kuma return 405 and online.

Additional info

imageimage

Please tick the boxes

  • [X] You've read the docs
  • [X] You've checked for duplicate issues
  • [X] You've tried to debug yourself

Bronom avatar Aug 27 '22 19:08 Bronom

You should be able to configure what HTTP codes the ping module accepts in the advanced tab, add 405 there and it will show green

ajnart avatar Aug 27 '22 19:08 ajnart

The 405 code is not in the list. Maybe is that why it return 500.

The code from Uptime Kuma : 405 - Method Not Allowed

Bronom avatar Aug 27 '22 19:08 Bronom

The 405 code is not in the list. Maybe is that why it return 500.

The code from Uptime Kuma : 405 - Method Not Allowed

I'll look to add it in the supported responses

ajnart avatar Aug 27 '22 19:08 ajnart

The 405 code is not in the list. Maybe is that why it return 500.

The code from Uptime Kuma : 405 - Method Not Allowed

Hi, Did you find a solution? I was having a similar issue, I have a portainer instance at https://192.168.10.100:9443, but the status just shows up as "RED" image

Added the status code '500' as shown and now it shows as up, but doesn't change even when I shutdown the container..

qubeley10032 avatar Oct 04 '22 04:10 qubeley10032

The 405 code is not in the list. Maybe is that why it return 500. The code from Uptime Kuma : 405 - Method Not Allowed

Hi, Did you find a solution? I was having a similar issue, I have a portainer instance at https://192.168.10.100:9443, but the status just shows up as "RED" image

Added the status code '500' as shown and now it shows as up, but doesn't change even when I shutdown the container..

Maybe using HTTP instead of HTTPS locally could help ? Also you need to make sure to use the "final" URL (the one after you open the link. Same thing for other services such as plex)

ajnart avatar Oct 11 '22 02:10 ajnart

Also you need to make sure to use the "final" URL (the one after you open the link. Same thing for other services such as plex)

This worked for me (for both Plex and Portainer) @ajnart @ashadanver

vazquezjm avatar Oct 26 '22 14:10 vazquezjm

I know this is closed, but I found another way to test. In the Service URL I set it to the following URL to invoke a test of the service health, but set the On Click URL to http://<serverurl>:

http://<serverurl>/api/v2.0/indexers/all/results/torznab/test?apikey=<apikey>

jasonajack avatar Dec 24 '22 06:12 jasonajack