Coder Social home page Coder Social logo

Comments (6)

techminh avatar techminh commented on July 19, 2024

I am having the same issue, getting errors loading plugin from envisalink and chamberlain plugins.

Todd, how did you downgrade?

from homebridge-envisalink.

ToddGreenfield avatar ToddGreenfield commented on July 19, 2024

uninstall and then reinstall with
npm install -g [email protected]

from homebridge-envisalink.

IMNotMax avatar IMNotMax commented on July 19, 2024

The downgrade works !

from homebridge-envisalink.

IMNotMax avatar IMNotMax commented on July 19, 2024

Here my log if it helps

[2017-05-07 21:03:04] ====================
[2017-05-07 21:03:04] ERROR LOADING PLUGIN homebridge-envisalink:
[2017-05-07 21:03:04] Error: Cannot find module '/usr/local/lib/node_modules/homebridge-envisalink/index.js'
    at Function.Module._resolveFilename (module.js:339:15)
    at Function.Module._load (module.js:290:25)
    at Module.require (module.js:367:17)
    at require (internal/module.js:16:19)
    at Plugin.load (/usr/local/lib/node_modules/homebridge/lib/plugin.js:65:22)
    at Server.<anonymous> (/usr/local/lib/node_modules/homebridge/lib/server.js:132:14)
    at Array.forEach (native)
    at Server._loadPlugins (/usr/local/lib/node_modules/homebridge/lib/server.js:128:22)
    at new Server (/usr/local/lib/node_modules/homebridge/lib/server.js:51:24)
    at module.exports (/usr/local/lib/node_modules/homebridge/lib/cli.js:26:16)
    at Object.<anonymous> (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22)
    at Module._compile (module.js:413:34)
    at Object.Module._extensions..js (module.js:422:10)
    at Module.load (module.js:357:32)
    at Function.Module._load (module.js:314:12)
    at Function.Module.runMain (module.js:447:10)
    at startup (node.js:139:18)
    at node.js:999:3
[2017-05-07 21:03:04] ====================

from homebridge-envisalink.

IMNotMax avatar IMNotMax commented on July 19, 2024

Still not working...

See the log with a fresh install on a raspberry pi 3

*** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node>
*** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node&f=DNSServiceRegister>
[2017-10-13 22:26:31] ====================
[2017-10-13 22:26:32] ERROR LOADING PLUGIN homebridge-envisalink:
[2017-10-13 22:26:32] Error: Cannot find module 'nodealarmproxy/index.js'
    at Function.Module._resolveFilename (module.js:489:15)
    at Function.Module._load (module.js:439:25)
    at Module.require (module.js:517:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/usr/local/lib/node_modules/homebridge-envisalink/index.js:2:11)
    at Module._compile (module.js:573:30)
    at Object.Module._extensions..js (module.js:584:10)
    at Module.load (module.js:507:32)
    at tryModuleLoad (module.js:470:12)
    at Function.Module._load (module.js:462:3)
[2017-10-13 22:26:32] ====================
[2017-10-13 22:26:33] Loaded plugin: homebridge-platform-wemo
[2017-10-13 22:26:33] Registering platform 'homebridge-platform-wemo.BelkinWeMo'
[2017-10-13 22:26:33] ---
[2017-10-13 22:26:34] Loaded plugin: homebridge-samsungtv2016
[2017-10-13 22:26:34] Registering accessory 'homebridge-samsungtv.SamsungTV2016'
[2017-10-13 22:26:34] ---
[2017-10-13 22:26:34] Loaded plugin: homebridge-ssh
[2017-10-13 22:26:34] Registering accessory 'homebridge-ssh.SSH'
[2017-10-13 22:26:34] ---
[2017-10-13 22:26:34] Loaded config.json with 3 accessories and 2 platforms.
[2017-10-13 22:26:34] ---
[2017-10-13 22:26:34] Loading 2 platforms...
[2017-10-13 22:26:34] [WeMo Platform] Initializing BelkinWeMo platform...
/usr/local/lib/node_modules/homebridge/lib/api.js:122
      throw new Error("The requested platform '" + name + "' was not registered by any plugin.");
      ^

Error: The requested platform 'Envisalink' was not registered by any plugin.
    at API.platform (/usr/local/lib/node_modules/homebridge/lib/api.js:122:13)
    at Server._loadPlatforms (/usr/local/lib/node_modules/homebridge/lib/server.js:284:45)
    at Server.run (/usr/local/lib/node_modules/homebridge/lib/server.js:80:36)
    at module.exports (/usr/local/lib/node_modules/homebridge/lib/cli.js:40:10)
    at Object.<anonymous> (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22)
    at Module._compile (module.js:573:30)
    at Object.Module._extensions..js (module.js:584:10)
    at Module.load (module.js:507:32)
    at tryModuleLoad (module.js:470:12)
    at Function.Module._load (module.js:462:3)
    at Function.Module.runMain (module.js:609:10)
    at startup (bootstrap_node.js:158:16)
    at bootstrap_node.js:598:3

from homebridge-envisalink.

IMNotMax avatar IMNotMax commented on July 19, 2024

I need to stay on the 0.1.6 version

from homebridge-envisalink.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.