lostb1t / replex

Remix your Plex hubs
204 stars 7 forks source link

Constant ERROR salvo_proxy: get response data failed error=Other #101

Closed PizzaPino closed 6 days ago

PizzaPino commented 10 months ago

I keep getting this error every few seconds while it's running but it's still working fine.

2023-11-05T13:56:25.048914Z ERROR salvo_proxy: get response data failed error=Other(reqwest::Error { kind: Request, url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv4(MYIP)), port: Some(MYPORT), path: "/:/websockets/notifications", query: Some("X-Plex-Token=MYTOKEN"), fragment: None }, source: hyper::Error(IncompleteMessage) }) uri=http://MYDOMAIN/:/websockets/notifications?X-Plex-Token=MYTOKEN

lostb1t commented 10 months ago

try restarting plex

PizzaPino commented 10 months ago

that didn't fix it. that error comes for every single client currently connected to plex.

lostb1t commented 10 months ago

try setting secured connections in plex to preferred?

PizzaPino commented 10 months ago

That is already preferred, there is only that and required. Did you perhaps mean required? "Required" won't let most apps connect.

Oh and browser playback doesn't seem to work, but all apps works.

jl94x4 commented 8 months ago

Same issue here;

2023-12-30T21:57:11.359716Z ERROR salvo_proxy: get response data failed error=Other(reqwest::Error { kind: Request, url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv4(IP)), port: Some(32400), path: "/:/websockets/notifications", query: Some("X-Plex-Token=*"), fragment: None }, source: hyper::Error(IncompleteMessage) }) uri=http://DOMAIN/:/websockets/notifications?X-Plex-Token=***

jl94x4 commented 8 months ago

I'm using UNRAID if this makes any difference.

lostb1t commented 3 months ago

this seems to be an issue with the reverse proxy not replex. Seems your reverse proxy does not upgrade or proxies web sockets correctly