Drew Turnblad

Results 7 comments of Drew Turnblad

Having the exact same problem as @guiggess . Installing globally or even with --unsafe -perm did not fix it.

I see this error in the homebridge logs: /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:243 throw new Error("Cannot update reachability on non-bridged accessory!"); ^ Error: Cannot update reachability on non-bridged accessory! at Accessory.updateReachability (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:243:11) at PlatformAccessory.updateReachability...

Reverting back to version 0.1.1 resolved this issue for me.

@guiggess You got this working now with the latest version? I’d also be interested to know how long this hub works for you. Whenever I run this hub all of...

Another endpoint you could use is https://data.nba.net/prod/v1/2020/schedule.json.

This also occurs in macOS where the "Play on TV" button does not show on chromecast supported sites like YouTube.com. Effectively direct casting to chromecast functionality does not work. The...

Ahh, that makes sense. So the `ValueTranscoder` is meant to operate on a singular element of the array vs the entire array. Unfortunately it looks like `GenericText` can't be used...