question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

plugins stopped working, for example loxone-ws

See original GitHub issue

Hello,

After yesterday’s upgrade I am experiencing an error with multiple plugins, but my main request is that the loxone-ws can not log in into my loxone miniserver, which worked before. os: ubuntu server 18.04 LTS

the log shows:

AbstractItem (/usr/lib/node_modules/homebridge-loxone-ws-adv/items/AbstractItem.js:22:25)
    at PushbuttonItem.SwitchItem (/usr/lib/node_modules/homebridge-loxone-ws-adv/items/SwitchItem.js:12:23)
    at new PushbuttonItem (/usr/lib/node_modules/homebridge-loxone-ws-adv/items/PushbuttonItem.js:6:27)
    at exports.Factory.parseSitemap (/usr/lib/node_modules/homebridge-loxone-ws-adv/libs/ItemFactory.js:66:29)
    at Request._callback (/usr/lib/node_modules/homebridge-loxone-ws-adv/index.js:88:38)
    at Request.self.callback (/usr/lib/node_modules/homebridge-loxone-ws-adv/node_modules/request/request.js:185:22)
    at Request.emit (events.js:310:20)
    at Request.<anonymous> (/usr/lib/node_modules/homebridge-loxone-ws-adv/node_modules/request/request.js:1154:10)
    at Request.emit (events.js:310:20)
    at IncomingMessage.<anonymous> (/usr/lib/node_modules/homebridge-loxone-ws-adv/node_modules/request/request.js:1076:12)
[4/30/2020, 10:51:41] Got SIGTERM, shutting down Homebridge...

config.json:

{ “bridge”: { “name”: “MyHome”, “username”: “0E:05:CD:57:42:3F”, “port”: 51484, “pin”: “907-20-397” }, “accessories”: [], “platforms”: [ { “name”: “Config”, “port”: 8581, “auth”: “form”, “theme”: “dark-mode”, “tempUnits”: “c”, “lang”: “auto”, “platform”: “config” }, { “platform”: “LoxoneWs”, “name”: “Loxone”, “host”: “10.0.0.10”, “port”: “80”, “username”: “username”, “password”: “password” } ] }

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Cardo1commented, May 1, 2020

@Cardo1 how do you roll back to vs 1.0.3. It has all but broke my homebridge. I can no longer get it to add to homekit

npm install -g --unsafe-perm homebridge@1.0.3

Adding @ and a version number to the package name tells it to install that version.

0reactions
Cardo1commented, May 3, 2020

@Cardo1 @FlyingKiwiJosh It would be great if you could actually report what plugins break and paste the error appearing in the log messages, so we can actually fix those problems.

I updated to 1.0.4 again and this time it all worked. ?? Must’ve glitched when I updated it the first time (I had last updated a few weeks ago, so jumped a few versions?)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Waves plugins not working in any DAW. - SOS Forum
Hi, I'v been using my Waves plugins in Pro Tools and Logic and everything worked fine. But after deleting all Waves plugins and...
Read more >
Bypass, remove, or rescan Audio Units plug-ins in Logic Pro ...
Learn what to do if you're using third-party Audio Units plug-ins and Logic Pro or MainStage isn't working properly, or if you can't...
Read more >
A plugin I installed is not working. How can I troubleshoot it?
If the web server's error logs aren't readily accessible, a web browser may be used instead. Using Firefox for example, the Firebug debugging...
Read more >
Troubleshooting Disabled UAD Plug-Ins
UAD plug-ins can become "disabled" when loaded into your DAW or ... many things - what sample rate you're working at, what UAD...
Read more >
How can I find my plugin in my DAW? It doesn't show up. - UJAM
Update your DAW to the newest version. Cubase 5 for example, might not work as expected. ___. If you have any more questions...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found