Jump to content

SicSemper23

Members
  • Posts

    2
  • Joined

  • Last visited

SicSemper23's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Over the last week or so, Plex stopped updating my library. New stuff I've downloaded is processing properly, but Plex isn't adding it. Files I've deleted aren't clearing out from the Plex library. Some recently added TV episodes were showing up, but I'm unable to play them. I can't load any collections. Any of them I click on I get the message "There was an unexpected error loading this item." I can't tag anything. But movies/shows that had been downloaded prior to this will play just fine. Other containers in Docker run without issue. Server itself is healthy from everything I've checked. Probably related, but I can't seem to find an answer: I'm having an issues with permissions where I suddenly can't move or otherwise manipulate files on my server from my PC, but when I try to open up the permissions through the terminal, I still can't do anything from the PC. Anyone ever encountered anything like this before? These are the most recent entries in the logs:
  2. I'm just getting going with TDARR and running into an issue where the system says it's transcoding, it looks like it's transcoding, but it doesn't seem to be actually converting the files. Spaced saved after a few days and 49 complete transcodes is 0 GB. I followed the Spaceinvader One vid so all my setting are mostly default to what he shows there, with a couple of minor tweaks. Mostly that I'm running an internal node in the main TDARR container, in addition to a TDARR node container. My setup is the server on my Unraid machine with a node on a Windows PC. Video card on that machine is a Radeon R7 200. TDARR recognizes both nodes, so I thought everything was set up properly, but the Windows node is throwing this error, and I'm not sure what's causing the issue: [2023-10-02T04:30:08.569] [ERROR] Tdarr_Node - Node connection error to :((Server IP)) [2023-10-02T04:30:08.569] [ERROR] Tdarr_Node - TransportError: xhr poll error at Polling.onError (/app/Tdarr_Node/node_modules/engine.io-client/build/cjs/transport.js:45:37) at Request.<anonymous> (/app/Tdarr_Node/node_modules/engine.io-client/build/cjs/transports/polling.js:251:18) at Emitter.emit (/app/Tdarr_Node/node_modules/@socket.io/component-emitter/index.js:143:20) at Request.onError (/app/Tdarr_Node/node_modules/engine.io-client/build/cjs/transports/polling.js:352:14) at Timeout._onTimeout (/app/Tdarr_Node/node_modules/engine.io-client/build/cjs/transports/polling.js:325:30) at listOnTimeout (node:internal/timers:569:17) at process.processTimers (node:internal/timers:512:7) { description: 0, context: XMLHttpRequest { UNSENT: 0, OPENED: 1, HEADERS_RECEIVED: 2, LOADING: 3, DONE: 4, readyState: 4, onreadystatechange: [Function (anonymous)], responseText: 'Error: socket hang up\n' + ' at connResetException (node:internal/errors:720:14)\n' + ' at Socket.socketOnEnd (node:_http_client:525:23)\n' + ' at Socket.emit (node:events:526:35)\n' + ' at endReadableNT (node:internal/streams/readable:1359:12)\n' + ' at process.processTicksAndRejections (node:internal/process/task_queues:82:21)', responseXML: '', status: 0, statusText: Error: socket hang up at connResetException (node:internal/errors:720:14) at Socket.socketOnEnd (node:_http_client:525:23) at Socket.emit (node:events:526:35) at endReadableNT (node:internal/streams/readable:1359:12) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { code: 'ECONNRESET' }, open: [Function (anonymous)], setDisableHeaderCheck: [Function (anonymous)], setRequestHeader: [Function (anonymous)], getResponseHeader: [Function (anonymous)], getAllResponseHeaders: [Function (anonymous)], getRequestHeader: [Function (anonymous)], send: [Function (anonymous)], handleError: [Function (anonymous)], abort: [Function (anonymous)], addEventListener: [Function (anonymous)], removeEventListener: [Function (anonymous)], dispatchEvent: [Function (anonymous)] }, type: 'TransportError' }
×
×
  • Create New...