Podcasts Just Stopped Downloading

Anyone have any ideas?

Went today to listen to some podcasts and Noticed none of the new podcasts got added, had a look and noticed none of the podcasts from any of the providers haven't auto downloaded in nearly 3 months. Searched found the research podcast tried to manually download with click, got hit with an error. Checked the logs and seen the following. Might need some input from someone way smarter than me on this one, here is the console log, trying to pull the audio for the Shawn Ryan Podcast:

Note: manually going to the RSS gets the data, going to the MP3 URL in the RSS also gets the audio file, so can't figure out why Audiobookshelf is having issues, seems to be getting some error and connection refused within audiobook shelf, this only started happening in the last 3 months, so maybe a newer version issue?

[2025-01-13 19:30:54.360] DEBUG: [Watcher] removeIgnoreDir: No longer ignoring directory "/podcasts/Shawn Ryan Show"
[2025-01-13 19:33:34.736] DEBUG: [podcastUtils] getPodcastFeed for "https://rss.pdrl.fm/55dc8e/feeds.megaphone.fm/WWO7410387571"
[2025-01-13 19:33:35.106] DEBUG: [podcastUtils] getPodcastFeed for "https://rss.pdrl.fm/55dc8e/feeds.megaphone.fm/WWO7410387571" success - parsing xml
[2025-01-13 19:33:37.299] DEBUG: [Watcher] addIgnoreDir: Ignoring directory "/podcasts/Shawn Ryan Show"
[2025-01-13 19:33:38.181] ERROR: [ffmpegHelpers] Failed to download podcast episode with url "https://www.podtrac.com/pts/redirect.mp3/pdst.fm/e/pdrl.fm/55dc8e/chrt.fm/track/8G441/pscrb.fm/rss/p/mgln.ai/e/41/traffic.megaphone.fm/WWO6890284213.mp3?updated=1736788174" AxiosError: connect ECONNREFUSED 0.0.0.0:443
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {
������
  port: 443,
  address: '0.0.0.0',
  syscall: 'connect',
  code: 'ECONNREFUSED',
  errno: -111,
  config: {
    transitional: {
      silentJSONParsing: true,
      forcedJSONParsing: true,
      clarifyTimeoutError: false
    },
    adapter: [Function: httpAdapter],
    transformRequest: [ [Function: transformRequest] ],
    transformResponse: [ [Function: transformResponse] ],
    timeout: 30000,
    xsrfCookieName: 'XSRF-TOKEN',
    xsrfHeaderName: 'X-XSRF-TOKEN',
    maxContentLength: -1,
    maxBodyLength: -1,
    env: { FormData: [Function] },
    validateStatus: [Function: validateStatus],
    headers: {
      Accept: 'application/json, text/plain, */*',
      'User-Agent': 'audiobookshelf (+https://audiobookshelf.org)'
    },
    url: 'https://www.podtrac.com/pts/redirect.mp3/pdst.fm/e/pdrl.fm/55dc8e/chrt.fm/track/8G441/pscrb.fm/rss/p/mgln.ai/e/41/traffic.megaphone.fm/WWO6890284213.mp3?updated=1736788174',
    method: 'get',
    responseType: 'stream',
    data: undefined
  },
  request: <ref *1> Writable {
    _events: {
      close: undefined,
      error: [Function: handleRequestError],
      prefinish: undefined,
      finish: undefined,
      drain: undefined,
      response: [Function: handleResponse],
      socket: [Array],
      timeout: undefined,
      abort: undefined
    },
    _writableState: WritableState {
      highWaterMark: 16384,
      length: 0,
      corked: 0,
      onwrite: [Function: bound onwrite],
      writelen: 0,
      bufferedIndex: 0,
      pendingcb: 0,
      [Symbol(kState)]: 17580812,
      [Symbol(kBufferedValue)]: null
    },
    _maxListeners: undefined,
    _options: {
      maxRedirects: 21,
      maxBodyLength: 10485760,
      protocol: 'https:',
      path: '/e/41/traffic.megaphone.fm/WWO6890284213.mp3?updated=1736788174',
      method: 'GET',
      headers: [Object],
      agent: undefined,
      agents: [Object],
      auth: null,
      hostname: 'mgln.ai',
      port: 0,
      nativeProtocols: [Object],
      pathname: '/e/41/traffic.megaphone.fm/WWO6890284213.mp3',
      search: '?updated=1736788174',
      host: 'mgln.ai',
      href: 'https://mgln.ai/e/41/traffic.megaphone.fm/WWO6890284213.mp3?updated=1736788174',
      query: 'updated=1736788174',
      hash: null
    },
    _ended: true,
    _ending: true,
    _redirectCount: 5,
    _redirects: [],
    _requestBodyLength: 0,
    _requestBodyBuffers: [],
    _eventsCount: 3,
    _onNativeResponse: [Function (anonymous)],
    _currentRequest: ClientRequest {
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      outputData: [],
      outputSize: 0,
      writable: true,
      destroyed: false,
      _last: true,
      chunkedEncoding: false,
      shouldKeepAlive: true,
      maxRequestsOnConnectionReached: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: false,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      strictContentLength: false,
      _contentLength: 0,
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      _closed: false,
      socket: [TLSSocket],
      _header: 'GET /e/41/traffic.megaphone.fm/WWO6890284213.mp3?updated=1736788174 HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'User-Agent: audiobookshelf (+https://audiobookshelf.org)\r\n' +
        'Host: mgln.ai\r\n' +
        'Connection: keep-alive\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: nop],
      agent: [Agent],
      socketPath: undefined,
      method: 'GET',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      joinDuplicateHeaders: undefined,
      path: '/e/41/traffic.megaphone.fm/WWO6890284213.mp3?updated=1736788174',
      _ended: false,
      res: null,
      aborted: false,
      timeoutCb: [Function: emitRequestTimeout],
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'mgln.ai',
      protocol: 'https:',
      _redirectable: [Circular *1],
      [Symbol(shapeMode)]: false,
      [Symbol(kCapture)]: false,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kOutHeaders)]: [Object: null prototype],
      [Symbol(errored)]: null,
      [Symbol(kHighWaterMark)]: 16384,
      [Symbol(kRejectNonStandardBodyWrites)]: false,
      [Symbol(kUniqueHeaders)]: null
    },
    _currentUrl: 'https://mgln.ai/e/41/traffic.megaphone.fm/WWO6890284213.mp3?updated=1736788174',
    _timeout: null,
    _isRedirect: true,
    [Symbol(shapeMode)]: true,
    [Symbol(kCapture)]: false
  }
}
[2025-01-13 19:33:43.187] DEBUG: [Watcher] removeIgnoreDir: No longer ignoring directory "/podcasts/Shawn Ryan Show"