Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection error every 12 hours #213

Open
maisun opened this issue Sep 16, 2023 · 0 comments
Open

Connection error every 12 hours #213

maisun opened this issue Sep 16, 2023 · 0 comments

Comments

@maisun
Copy link

maisun commented Sep 16, 2023

Hi,
Thanks for the great plugin, it works very well for me. I notice there are some errors in the log approx. every 12H, looks like it tries to poll some data however the TV is in sleep and has no network connection. Anybody else experience this problem?
[9/16/2023, 7:02:33 AM] [BraviaTVOS] Error: connect EHOSTUNREACH 192.168.1.xx:80
at exports.request (/homebridge/node_modules/homebridge-bravia-tvos/node_modules/@seydx/bravia/lib/request.js:110:19)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at ServiceProtocol.invoke (/homebridge/node_modules/homebridge-bravia-tvos/node_modules/@seydx/bravia/lib/service.js:94:12)
at exports.fetchApps (/homebridge/node_modules/homebridge-bravia-tvos/src/accessories/accessory.utils.js:13:22)
at refreshCache (/homebridge/node_modules/homebridge-bravia-tvos/src/accessories/accessory.setup.js:23:20) {
title: 'No Response',
code: 'EHOSTUNREACH',
soap: {},
payload: { id: 1, version: '1.0', method: 'getApplicationList', params: [] },
url: 'http://192.168.1.xx/sony/appControl'
}
[9/16/2023, 7:03:01 AM] [BraviaTVOS] Sony TV: An error occured during fetching applications!
[9/16/2023, 7:03:01 AM] [BraviaTVOS] Error: connect EHOSTUNREACH 192.168.1.xx:80
at exports.request (/homebridge/node_modules/homebridge-bravia-tvos/node_modules/@seydx/bravia/lib/request.js:110:19)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at ServiceProtocol.invoke (/homebridge/node_modules/homebridge-bravia-tvos/node_modules/@seydx/bravia/lib/service.js:94:12)
at exports.fetchInputs (/homebridge/node_modules/homebridge-bravia-tvos/src/accessories/accessory.utils.js:42:22)
at refreshCache (/homebridge/node_modules/homebridge-bravia-tvos/src/accessories/accessory.setup.js:26:22) {
title: 'No Response',
code: 'EHOSTUNREACH',
soap: {},
payload: {
id: 1,
version: '1.0',
method: 'getCurrentExternalInputsStatus',
params: []
},
url: 'http://192.168.1.xx/sony/avContent'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant