soef / ioBroker.find-my-iphone

ioBroker Adapter to locate Apple devices
MIT License
6 stars 2 forks source link

Error with JS Controller 3.0.17 #28

Open flipkill1985 opened 4 years ago

flipkill1985 commented 4 years ago

Hello,

with iobroker JS Controller 3.0.17 I get this Error:

uncaught exception: Cannot read property 'getState' of undefined

best Jan

muerzi commented 4 years ago

same here

Attached the log

find-my-iphone.0 2020-05-19 11:38:40.496 error (5734) TypeError: Cannot read property 'getState' of undefined at checkIfUpdated (/opt/iobroker/node_modules/iobroker.find-my-iphone/node_modules/soef/soef.js:1239:20) at Object.options.ready
find-my-iphone.0 2020-05-19 11:38:40.493 error (5734) unhandled promise rejection: Cannot read property 'getState' of undefined
find-my-iphone.0 2020-05-19 11:38:40.492 error Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().