Jump to content

Understanding 404 responses in logs


vdrover
Go to solution Solved by vdrover,

Recommended Posts

vdrover

I just rotated my logs and see this message repeating:

'Info Server: http/1.1 Response 404 to host11. Time: 0ms. GET http://emby_remote_ip/embywebsocket?api_key=x_secret7_x&deviceId=REDACTED'

Any thoughts on what's generating this?

embyserver (3).txt

Link to comment
Share on other sites

HI, something is sending a request to a non-existing api url. Whatever it is, it doesn't look like it's coming from an Emby app.

Either that, or maybe you're using a reverse proxy and you've misconfigured it.

Link to comment
Share on other sites

vdrover

I’m definitely using a reverse proxy. Any thoughts on how to troubleshoot? 

Link to comment
Share on other sites

Lessaj

What's your config for the websocket proxy? I use apache.

Quote

ProxyPass "/embywebsocket" "wss://emby.my.domain:8920/embywebsocket" connectiontimeout=10 keepalive=on
ProxyPassReverse "/embywebsocket" "wss://emby.my.domain:8920/embywebsocket"

ProxyPass "/" "https://emby.my.domain:8920/" connectiontimeout=10 keepalive=on
ProxyPassReverse "/" "https://emby.my.domain:8920/"

 

Link to comment
Share on other sites

vdrover

I'm using nginx proxy manager with these configs (attached).

Nginx Proxy Manager 2024-08-01 at 4.15.32 PM.jpg

Nginx Proxy Manager 2024-08-01 at 4.15.06 PM.jpg

Link to comment
Share on other sites

Lessaj

Maybe enable websockets support? Sorry not familiar with this but seems like something that should be enabled. 

  • Like 1
Link to comment
Share on other sites

  • Solution
vdrover

This post helped me solve the 404 error just now.

But I am also getting this "info" message on every page  load of the web app:

Quote

Info Server: http/1.1 Response 204 to host8. Time: 1ms. POST http://host7:8096/emby/Sessions/Playing/Progress?X-Emby-Client=Emby for Apple TV&X-Emby-Device-Name=Apple TV&X-Emby-Device-Id=3A4659AB-B8ED-43D1-8870-2C6A4B8A178A&X-Emby-Client-Version=1.8.8 (2)&X-Emby-Token=x_secret5_x&reqformat=json

Should I be worried about this?

Link to comment
Share on other sites

Lessaj

That's playing progress reported by an Apple TV, not related to the web app.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...