jorenn92 / Maintainerr

Looks and smells like Overseerr, does the opposite. Maintenance tool for the Plex ecosystem
https://maintainerr.info
MIT License
732 stars 12 forks source link

Localhost error in logs #1094

Closed lediszep closed 1 month ago

lediszep commented 3 months ago

Describe the bug After a while this appears in the logs even though in settings hostname is set to http://192.168.178.17

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on 'Handle Collections'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

Additional context

Logs:

Failed to proxy http://localhost:3001/api/collections/handle Error: socket hang up
    at connResetException (node:internal/errors:787:14)
    at Socket.socketCloseListener (node:_http_client:468:25)
    at Socket.emit (node:events:530:35)
    at TCP.<anonymous> (node:net:337:12) {
  code: 'ECONNRESET'
}
Error: socket hang up
    at connResetException (node:internal/errors:787:14)
    at Socket.socketCloseListener (node:_http_client:468:25)
    at Socket.emit (node:events:530:35)
    at TCP.<anonymous> (node:net:337:12) {
  code: 'ECONNRESET'
}
jorenn92 commented 3 months ago

It appears your backend wasn’t available for some reason. Inside the container, the backend talks to the frontend over localhost. This error means the call to start collection handling failed.

jorenn92 commented 1 month ago

Closing this issue due to inactivity