jannis6023 / homebridge-loewe-tv

2 stars 0 forks source link

plugin not loading? #3

Open pjuhasz2 opened 2 years ago

pjuhasz2 commented 2 years ago

HI Jannis, I get this error at start: "A platform configured a external accessory under the plugin name 'home bridge-loewetv'. However no loaded plugin could be found for the name!" What is the problem and how to solve it? Thank you, Peter

aberfisch commented 11 months ago

Hi Jannis, plug-in seems to be broken with nodejs 20.x . Error: connect ETIMEDOUT don't know how to fix this. Any support would ne highly appreciated. Thanks a lot!

jannis6023 commented 11 months ago

Hi, this rather seems to be a configuration Problem. Please contact me on Discord (jannis6023)- in you have - there its easier to exchange realtime help :)Btw: as your Name seems german and nearly nobody outside germany knows Loewe, we can also Chat in german, if you want to!Best regards,JannisAm 07.11.2023 um 20:29 schrieb aberfisch @.***>: Hi Jannis, plug-in seems to be broken with nodejs 20.x . Error: connect ETIMEDOUT don't know how to fix this. Any support would ne highly appreciated. Thanks a lot!

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

aberfisch commented 10 months ago

Hi Jannis, tried to reach you on discord but maybe I am too old for this ;-) I am still getting the below error with latest homebridge v1.7.0 and node.js v20.10.0 homebridge is running at /var/lib/homebridge with user: homebridge Thanks for any hint, Andreas

`Error: socket hang up at connResetException (node:internal/errors:787:14) at Socket.socketOnEnd (node:_http_client:519:23) at Socket.emit (node:events:526:35) at endReadableNT (node:internal/streams/readable:1589:12) at processTicksAndRejections (node:internal/process/task_queues:82:21) { code: 'ECONNRESET', config: { url: 'http://192.168.x.x:905/loewe_tablet_0001', method: 'post', data: '<?xml version="1.0"?>\n' + '\n' + ' \n' + ' \n' + ' 81\n' + ' LRemoteClient-0-1701619010\n' + ' </ltv:GetCurrentStatus>\n' + ' </env:Body>\n' + '</env:Envelope>\n', headers: { Accept: 'application/json, text/plain, /', 'Content-Type': 'application/xml', SOAPACTION: 'GetCurrentStatus', 'User-Agent': 'axios/0.21.4', 'Content-Length': 331 }, transformRequest: [ [Function: transformRequest] ], transformResponse: [ [Function: transformResponse] ], timeout: 0, adapter: [Function: httpAdapter], xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, validateStatus: [Function: validateStatus], transitional: { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false } }, request: <ref *1> Writable { _writableState: WritableState { highWaterMark: 16384, length: 0, corked: 0, onwrite: [Function: bound onwrite], writelen: 0, bufferedIndex: 0, pendingcb: 0,

  [Symbol(kBufferedValue)]: null
},
_events: [Object: null prototype] {
  response: [Function: handleResponse],
  error: [Function: handleRequestError]
},
_eventsCount: 2,
_maxListeners: undefined,
_options: {
  maxRedirects: 21,
  maxBodyLength: 10485760,
  protocol: 'http:',
  path: '/loewe_tablet_0001',
  method: 'POST',
  headers: [Object],
  agent: undefined,
  agents: [Object],
  auth: undefined,
  hostname: '192.168.x.x',
  port: '905',
  nativeProtocols: [Object],
  pathname: '/loewe_tablet_0001'
},
_ended: true,
_ending: true,
_redirectCount: 0,
_redirects: [],
_requestBodyLength: 331,
_requestBodyBuffers: [ [Object] ],
_onNativeResponse: [Function (anonymous)],
_currentRequest: ClientRequest {
  _events: [Object: null prototype],
  _eventsCount: 7,
  _maxListeners: undefined,
  outputData: [],
  outputSize: 0,
  writable: true,
  destroyed: false,
  _last: false,
  chunkedEncoding: false,
  shouldKeepAlive: true,
  maxRequestsOnConnectionReached: false,
  _defaultKeepAlive: true,
  useChunkedEncodingByDefault: true,
  sendDate: false,
  _removedConnection: false,
  _removedContLen: false,
  _removedTE: false,
  strictContentLength: false,
  _contentLength: 331,
  _hasBody: true,
  _trailer: '',
  finished: true,
  _headerSent: true,
  _closed: false,
  socket: [Socket],
  _header: 'POST /loewe_tablet_0001 HTTP/1.1\r\n' +
    'Accept: application/json, text/plain, */*\r\n' +
    'Content-Type: application/xml\r\n' +
    'SOAPACTION: GetCurrentStatus\r\n' +
    'User-Agent: axios/0.21.4\r\n' +
    'Content-Length: 331\r\n' +
    'Host: 192.168.x.x:905\r\n' +
    'Connection: keep-alive\r\n' +
    '\r\n',
  _keepAliveTimeout: 0,
  _onPendingData: [Function: nop],
  agent: [Agent],
  socketPath: undefined,
  method: 'POST',
  maxHeaderSize: undefined,
  insecureHTTPParser: undefined,
  joinDuplicateHeaders: undefined,
  path: '/loewe_tablet_0001',
  _ended: false,
  res: null,
  aborted: false,
  timeoutCb: [Function: emitRequestTimeout],
  upgradeOrConnect: false,
  parser: null,
  maxHeadersCount: null,
  reusedSocket: true,
  host: '192.168.x.x',
  protocol: 'http:',
  _redirectable: [Circular *1],
  [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: 'http://192.168.x.x:905/loewe_tablet_0001',
[Symbol(kCapture)]: false

}, response: undefined, isAxiosError: true, toJSON: [Function: toJSON]`