rg-engineering / ioBroker.daswetter

weather forecast data from DasWetter.com
MIT License
20 stars 10 forks source link

ERROR 11 since version 2.6.0 #27

Closed Herbert-Testmann closed 5 years ago

Herbert-Testmann commented 5 years ago

Error in log file since Update 2.5 -> 2.6

`

host.raspi-3 2019-02-03 08:34:10.478 error instance system.adapter.daswetter.0 terminated with code 11 (Desired termination)
daswetter.0 2019-02-03 08:34:10.447 debug nothing to do
daswetter.0 2019-02-03 08:34:03.341 debug update already running
daswetter.0 2019-02-03 08:34:03.330 debug objects in list: 947
daswetter.0 2019-02-03 08:34:03.328 debug 5 days forecast done, objects in list 947
daswetter.0 2019-02-03 08:34:02.833 debug calling forecast 5 days: http://api.daswetter.com/index.php?api_lang=de&localidad=26301&affiliate_id=delete&v=2.0
daswetter.0 2019-02-03 08:34:02.829 debug using new datastructure
daswetter.0 2019-02-03 08:34:02.826 debug set timeout to 60 sec
daswetter.0 2019-02-03 08:34:02.762 info starting. Version 2.6.0 in /opt/iobroker/node_modules/iobroker.daswetter, node: v6.15.1
daswetter.0 2019-02-03 08:34:02.667 debug statesDB connected
daswetter.0 2019-02-03 08:34:02.589 debug objectDB connected
host.raspi-3 2019-02-03 08:34:00.144 info instance system.adapter.daswetter.0 started with pid 25560

`

Herbert-Testmann commented 5 years ago

with downgrade to 2.5.0 -> ok

host.raspi-3 2019-02-03 09:00:10.292 info instance system.adapter.daswetter.0 terminated with code 0 (OK)
daswetter.0 2019-02-03 09:00:09.057 debug system.adapter.admin.0: logging true
daswetter.0 2019-02-03 09:00:03.456 debug update already running
daswetter.0 2019-02-03 09:00:03.444 debug objects in list: 947
daswetter.0 2019-02-03 09:00:03.443 debug 5 days forecast done, objects in list 947
daswetter.0 2019-02-03 09:00:02.939 debug calling forecast 5 days: http://api.daswetter.com/index.php?api_lang=de&localidad=26301&affiliate_id=delete&v=2.0
daswetter.0 2019-02-03 09:00:02.935 debug using new datastructure
daswetter.0 2019-02-03 09:00:02.932 debug set timeout to 60 sec
daswetter.0 2019-02-03 09:00:02.868 info starting. Version 2.5.0 in /opt/iobroker/node_modules/iobroker.daswetter, node: v6.15.1
daswetter.0 2019-02-03 09:00:02.780 debug statesDB connected
daswetter.0 2019-02-03 09:00:02.676 debug objectDB connected
host.raspi-3 2019-02-03 09:00:00.124 info instance system.adapter.daswetter.0 started with pid 25722
rg-engineering commented 5 years ago

I assume that all data are updated with 2.6.0? You only see a error message in log. right? What js-controller version do you run? is it already a version with compact-mode support?

Herbert-Testmann commented 5 years ago

I can't say, if all data are updated. I can update o 2.6 again and try it a couple of days js-controller 1.5.3

Herbert-Testmann commented 5 years ago

I get new data with 2.6.0 but in log file Code11 (Desired termination)

Hirsch-DE commented 5 years ago

Ich habe das selbe Problem. Alles die gleichen Voraussetzungen.

GermanBluefox commented 5 years ago

It is not the error, but just information that adapter wanted to be terminated. In js-controller 1.5.7 the severity was changed to "info" from "error"

Steff42 commented 5 years ago

Bei mir kommt statt Error eine Warnung. DasWetter Version 2.7.2. JS-Controller 1.5.7. image

wendy2702 commented 5 years ago

Ich habe das auch mit Das Wetter 2.7.3 und JS 1.5.7.

image

Maja61 commented 5 years ago

i have the same problem with 2.7.3 an JS 1.5.7, see https://forum.iobroker.net/topic/20854/terminated-warn-11-vom-daswetter-adapter/2

rg-engineering commented 5 years ago

I changed exit code 11 to 0 now

Steff42 commented 5 years ago

Looks good now! I installed from GH a few hours ago and the warning comes up no more. Thanks Steffen