Adapter cannot start
See original GitHub issueDescribe the bug
After the installation the adapter cannot start and is not visible in ioBroker.
To Reproduce
Steps to reproduce the behavior:
Install Adapter from the command line.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots & Logfiles
souhl@node2:/opt/iobroker$ npm i iobroker.eufy-security
[sudo] password for souhl:
> protobuf-typescript@6.8.8 postinstall /opt/iobroker/node_modules/protobuf-typescript
> node scripts/postinstall
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
+ iobroker.eufy-security@0.0.7
added 21 packages from 62 contributors in 4.791s
30 packages are looking for funding
run `npm fund` for details
souhl@node2:/opt/iobroker/node_modules/iobroker.eufy-security/build$ node main.js 0 --debug
2020-12-11 19:20:27.868 - debug: eufy-security.0 (24207) Redis Objects: Use Redis connection: 127.0.0.1:9001
2020-12-11 19:20:27.881 - debug: eufy-security.0 (24207) Objects client ready ... initialize now
2020-12-11 19:20:27.884 - debug: eufy-security.0 (24207) Objects create System PubSub Client
2020-12-11 19:20:27.885 - debug: eufy-security.0 (24207) Objects create User PubSub Client
2020-12-11 19:20:27.885 - debug: eufy-security.0 (24207) Objects client initialize lua scripts
2020-12-11 19:20:27.891 - debug: eufy-security.0 (24207) Objects connected to redis: 127.0.0.1:9001
2020-12-11 19:20:27.893 - debug: eufy-security.0 (24207) objectDB connected
2020-12-11 19:20:27.894 - debug: eufy-security.0 (24207) Redis States: Use Redis connection: 127.0.0.1:9000
2020-12-11 19:20:27.897 - debug: eufy-security.0 (24207) States create User PubSub Client
2020-12-11 19:20:27.898 - debug: eufy-security.0 (24207) States create System PubSub Client
2020-12-11 19:20:27.903 - debug: eufy-security.0 (24207) States connected to redis: 127.0.0.1:9000
2020-12-11 19:20:27.903 - debug: eufy-security.0 (24207) statesDB connected
2020-12-11 19:20:27.906 - error: eufy-security.0 (24207) eufy-security.0 invalid config
2020-12-11 19:20:27.906 - warn: eufy-security.0 (24207) Terminated (INVALID_ADAPTER_CONFIG): Without reason
Versions:
- Adapter version: 0.0.7
- JS-Controller version: 3.1.6
- Node version: v14.15.1
- Operating system: 18.04.5 LTS (Bionic Beaver)
Additional context
Add any other context about the problem here.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Fix: Network Adapter 'this device cannot start. (code 10)'
This error occurs when the device manager is unable to start a hardware device. This code 10 error is basically saying that Windows...
Read more >This device cannot start. (code 10) in Network Adapter ...
This device cannot start. (code 10) error may occur if you have the wrong network adapter driver or it's out of date. So...
Read more >Fix This Device Cannot Start. (code 10) Error With WiFi ...
Learn to fix This device cannot start Code 10 error with wireless adapter or any other driver on Windows 10 or 11 computers....
Read more >This device cannot start. (Code 10) for Virtual WiFI Miniport
The error code 10 indicates that the driver for your Wireless card is failing to load. I suggest that you uninstall the drivers...
Read more >How To Fix Error “This Device Cannot Start”. (Code 10) - Alphr
The code 10 error usually occurs because the Device Manager can't register outdated drivers. Sometimes driver updates are incompatible with your ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah, in most of the adapters I used the instance is created automatically.
Ok, so you don’t see it under Adapters installed to create a new Instance?