afuerhoff/ioBroker.fb-checkpresence

Instances not started

09Dragon90 opened this issue · 5 comments

Describe the bug
Instances of FB-checkpresence not started

Screenshots & Logfiles
image

Versions:

  • Adapter version: 1.1.25
  • JS-Controller version: 4.0.24
  • Node version: 16.19.1

User and password correct? User in fritzbox has the correct access rights?
Can you please switch to log level debug and then post the log again from the start of adapter.

Hi,
i have now seen that i can't make settings. The Buttons for save the settings are not enabled.

image

Here the new Log at the start of the adapter in log level debug

2023-04-07 18:43:45.655 - info: host.raspberrypi "system.adapter.fb-checkpresence.0" enabled
2023-04-07 18:43:45.768 - info: host.raspberrypi instance system.adapter.fb-checkpresence.0 started with pid 1727
2023-04-07 18:43:47.496 - debug: fb-checkpresence.0 (1727) Redis Objects: Use Redis connection: 127.0.0.1:9001
2023-04-07 18:43:47.568 - debug: fb-checkpresence.0 (1727) Objects client ready ... initialize now
2023-04-07 18:43:47.627 - debug: fb-checkpresence.0 (1727) Objects create System PubSub Client
2023-04-07 18:43:47.629 - debug: fb-checkpresence.0 (1727) Objects create User PubSub Client
2023-04-07 18:43:47.692 - debug: fb-checkpresence.0 (1727) Objects client initialize lua scripts
2023-04-07 18:43:47.701 - debug: fb-checkpresence.0 (1727) Objects connected to redis: 127.0.0.1:9001
2023-04-07 18:43:47.738 - debug: fb-checkpresence.0 (1727) Redis States: Use Redis connection: 127.0.0.1:9000
2023-04-07 18:43:47.759 - debug: fb-checkpresence.0 (1727) States create System PubSub Client
2023-04-07 18:43:47.761 - debug: fb-checkpresence.0 (1727) States create User PubSub Client
2023-04-07 18:43:47.838 - debug: fb-checkpresence.0 (1727) States connected to redis: 127.0.0.1:9000
2023-04-07 18:43:48.216 - info: fb-checkpresence.0 (1727) starting. Version 1.1.25 in /opt/iobroker/node_modules/iobroker.fb-checkpresence, node: v16.19.1, js-controller: 4.0.24
2023-04-07 18:43:48.369 - warn: fb-checkpresence.0 (1727) onReady: Fb init: _getAccessRights: LANConfigSecurity:1 X_AVM-DE_GetCurrentUser: Unauthorized: AxiosError: Request failed with status code 401
2023-04-07 18:43:48.397 - info: host.raspberrypi "system.adapter.fb-checkpresence.0" disabled
2023-04-07 18:43:48.399 - info: host.raspberrypi stopInstance system.adapter.fb-checkpresence.0 (force=false, process=true)
2023-04-07 18:43:48.409 - info: fb-checkpresence.0 (1727) Got terminate signal TERMINATE_YOURSELF
2023-04-07 18:43:48.414 - info: fb-checkpresence.0 (1727) cleaned everything up ...
2023-04-07 18:43:48.415 - info: fb-checkpresence.0 (1727) terminating
2023-04-07 18:43:48.417 - info: fb-checkpresence.0 (1727) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
2023-04-07 18:43:48.473 - warn: fb-checkpresence.0 (1727) State "fb-checkpresence.0.info.connection" has no existing object, this might lead to an error in future versions
2023-04-07 18:43:48.473 - info: host.raspberrypi stopInstance system.adapter.fb-checkpresence.0 send kill signal
2023-04-07 18:43:48.992 - info: host.raspberrypi instance system.adapter.fb-checkpresence.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)

I made the user settings in the fritzbox as in the instructions

Without saving the settings the adapter could not start.
Please change the interval to minimum 10s. Then you can save.

OK thanks that was the problem.