AntonioMeireles / homebridge-vieramatic

Homebridge plugin for Panasonic™ Viera™ TVs (includes support for 2018 and later models)
Apache License 2.0
43 stars 9 forks source link

Can't update plugin to 3.2.4 #86

Closed Seexelas closed 2 years ago

Seexelas commented 2 years ago

Hello, I hope everything is good for you ?

Little problem :

Describe your issue

I can't update to the last version 3.2.4

Issue Context

USER: pi DIR: /usr/local CMD: sudo -E -n npm install -g homebridge-vieramatic@latest

npm ERR! code Unknown system error -117 npm ERR! syscall lstat npm ERR! path /home/pi/.npm/_cacache/content-v2/sha512/43/a7/16b32b3cf07a0f80068501551bd16a4f9343bc8937a2b11f4832acbd1bc01b3b8365a55927ae7412d37cf317d3c601680eddc8257ad3b756357f3fb573b4 npm ERR! errno -117 npm ERR! Unknown system error -117: Unknown system error -117, lstat '/home/pi/.npm/_cacache/content-v2/sha512/43/a7/16b32b3cf07a0f80068501551bd16a4f9343bc8937a2b11f4832acbd1bc01b3b8365a55927ae7412d37cf317d3c601680eddc8257ad3b756357f3fb573b4'

npm ERR! A complete log of this run can be found in: npm ERR! /home/pi/.npm/_logs/2021-11-20T11_59_38_136Z-debug.log

Command failed. Please review log for details.

Details :

OS Raspbian GNU/Linux Buster (10)

Node.js v16.13.0 Npm version v8.1.0

Just a question for a feature :

Is it possible to have a input selector for image settings (pro1, pro2, true cinema etc) ? As my Tv was calibrated, I need to switch sometime depending of what type of content I'm looking.

Thanks for the help, take care,

Alexis

AntonioMeireles commented 2 years ago

humm...

Thanks for reporting!

a) the error you got is odd. sudo -E -n npm update -g homebridge-vieramatic also fails ? b) regarding your question about image settings changes, it would be trivial but afaict that isn't exposed from the Panasonic TV's API... Again if someone from Panasonic ever read this ... - a few extra hints about TVs API internals and this plugin could be made perfect (and made the TVs even more competitive...)

All the Best, and a great weekend!

António

Seexelas commented 2 years ago

With your command, it also fails :

npm ERR! code Unknown system error -117 npm ERR! syscall lstat npm ERR! path /home/pi/.npm/_cacache/content-v2/sha512/43/a7/16b32b3cf07a0f80068501551bd16a4f9343bc8937a2b11f4832acbd1bc01b3b8365a55927ae7412d37cf317d3c601680eddc8257ad3b756357f3fb573b4 npm ERR! errno -117 npm ERR! Unknown system error -117: Unknown system error -117, lstat '/home/pi/.npm/_cacache/content-v2/sha512/43/a7/16b32b3cf07a0f80068501551bd16a4f9343bc8937a2b11f4832acbd1bc01b3b8365a55927ae7412d37cf317d3c601680eddc8257ad3b756357f3fb573b4'

npm ERR! A complete log of this run can be found in: npm ERR! /home/pi/.npm/_logs/2021-11-20T14_06_17_495Z-debug.log

Thanks for the help :)

Seexelas commented 2 years ago

I rebooted the whole raspberry and it has updated... bref problem solved

AntonioMeireles commented 2 years ago

thanxs for the update!

All the best!