shayaantx / jellyfin-outbound-http-proxy

Sets a http/https proxy in jellyfin for outbound requests since HTTPS_PROXY/HTTP_PROXY don't seem to work
2 stars 0 forks source link

Can't send webhock with this plugin #2

Open KexinCC opened 2 months ago

KexinCC commented 2 months ago

Send webhock failed if I turn this plugin on, here's the journal.The url I masked are same. I opened a proxy on my router,and jellyfin is servered on my synology.

图片

shayaantx commented 2 months ago

@KexinCC what happens when you curl the same webhook url with the proxy url, does it work?

http_proxy="<proxy_url_here>" curl <webhook_url_here>

or https proxy if you're using one

https_proxy="<proxy_url_here>" curl <webhook_url_here>
KexinCC commented 1 month ago

图片 Here's the thing, i replace the domain url to my internal ip address.And it's doing well now. I think the webhock wont be proxy if I use the internal ip address.Sorry for bothering you.