Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Русский
    3. ioBroker
    4. Ошибка
    5. ioBroker ошибки
    6. Разные ошибки

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Разные ошибки

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      maxmen last edited by

      @Bluefox:

      Что говорит "iobroker list instances" ? `
      root@cubietruck:~# iobroker list instances

      events.js:160

      throw er; // Unhandled 'error' event

      ^

      Error: listen EADDRINUSE 127.0.0.1:9001

      at Object.exports._errnoException (util.js:1020:11)

      at exports._exceptionWithHostPort (util.js:1043:20)

      at Server._listen2 (net.js:1258:14)

      at listen (net.js:1294:10)

      at net.js:1404:9

      at _combinedTickCallback (internal/process/next_tick.js:83:11)

      at process._tickCallback (internal/process/next_tick.js:104:9)

      root@cubietruck:~#

      error говорит. Как лечить?

      Вроде бы это"Error: listen EADDRINUSE 127.0.0.1:9001" говорит о том что этот порт уже используется. Это странно, потому что я никаких изменений, которые могли привести к появлению еще каких-то служб, слушающих порты, не делал.

      root@cubietruck:~# netstat -tunlp

      ! Active Internet connections (only servers)
      ! Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
      ! tcp 0 0 0.0.0.0:1880 0.0.0.0:* LISTEN 19221/node-red
      ! tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 31520/iobroker.js-c
      ! tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN 31520/iobroker.js-c

      root@cubietruck:~# netstat -a -o | grep 9001

      ! tcp 0 0 localhost:9001 : LISTEN off (0.00/0/0)
      ! tcp 0 0 localhost:9001 localhost:36746 TIME_WAIT timewait (46.55/0/0)
      ! tcp 0 0 localhost:50000 localhost:9001 ESTABLISHED off (0.00/0/0)
      ! tcp 294 341548 localhost:9001 localhost:36938 ESTABLISHED unkn-4 (0.21/0/0)
      ! tcp 0 0 localhost:54468 localhost:9001 ESTABLISHED off (0.00/0/0)
      ! tcp 0 0 localhost:49990 localhost:9001 ESTABLISHED off (0.00/0/0)
      ! tcp 0 0 localhost:9001 localhost:36866 TIME_WAIT timewait (46.66/0/0)
      ! tcp 0 0 localhost:49930 localhost:9001 ESTABLISHED off (0.00/0/0)
      ! tcp 0 0 localhost:50074 localhost:9001 ESTABLISHED off (0.00/0/0)
      ! tcp 788238 49 localhost:36938 localhost:9001 ESTABLISHED on (0.24/0/0)
      ! tcp 0 0 localhost:9001 localhost:50006 ESTABLISHED off (0.00/0/0)
      ! tcp 0 0 localhost:9001 localhost:50074 ESTABLISHED off (0.00/0/0)
      ! tcp 0 0 localhost:9001 localhost:54468 ESTABLISHED off (0.00/0/0)
      ! tcp 0 0 localhost:9001 localhost:50000 ESTABLISHED off (0.00/0/0)
      ! tcp 0 0 localhost:9001 localhost:36936 TIME_WAIT timewait (49.51/0/0)
      ! tcp 0 0 localhost:9001 localhost:49930 ESTABLISHED off (0.00/0/0)
      ! tcp 0 0 localhost:50006 localhost:9001 ESTABLISHED off (0.00/0/0)
      ! tcp 0 0 localhost:9001 localhost:36940 TIME_WAIT timewait (49.66/0/0)
      ! tcp 0 0 localhost:9001 localhost:49990 ESTABLISHED off (0.00/0/0)
      ! root@cubietruck:~#
      root@cubietruck:~# lsof -i tcp:9001

      ! COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
      ! io.megadd 2507 root 12u IPv4 3675984 0t0 TCP localhost:49990->localhost:9001 (ESTABLISHED)
      ! io.node-r 2513 root 12u IPv4 3675998 0t0 TCP localhost:50000->localhost:9001 (ESTABLISHED)
      ! io.web.0 9540 root 11u IPv4 3676213 0t0 TCP localhost:50074->localhost:9001 (ESTABLISHED)
      ! io.admin. 12873 root 11u IPv4 3882172 0t0 TCP localhost:37720->localhost:9001 (ESTABLISHED)
      ! node-red 19221 root 13u IPv4 3693851 0t0 TCP localhost:54468->localhost:9001 (ESTABLISHED)
      ! io.megadd 20337 root 11u IPv4 3675902 0t0 TCP localhost:49930->localhost:9001 (ESTABLISHED)
      ! io.discov 20343 root 11u IPv4 3676001 0t0 TCP localhost:50006->localhost:9001 (ESTABLISHED)
      ! iobroker. 31520 root 12u IPv4 399252 0t0 TCP localhost:9001 (LISTEN)
      ! iobroker. 31520 root 13u IPv4 3675985 0t0 TCP localhost:9001->localhost:49990 (ESTABLISHED)
      ! iobroker. 31520 root 15u IPv4 3674837 0t0 TCP localhost:9001->localhost:50000 (ESTABLISHED)
      ! iobroker. 31520 root 19u IPv4 3674841 0t0 TCP localhost:9001->localhost:50006 (ESTABLISHED)
      ! iobroker. 31520 root 23u IPv4 3694711 0t0 TCP localhost:9001->localhost:54468 (ESTABLISHED)
      ! iobroker. 31520 root 26u IPv4 3882173 0t0 TCP localhost:9001->localhost:37720 (ESTABLISHED)
      ! iobroker. 31520 root 28u IPv4 3674924 0t0 TCP localhost:9001->localhost:50074 (ESTABLISHED)
      ! iobroker. 31520 root 30u IPv4 3675914 0t0 TCP localhost:9001->localhost:49930 (ESTABLISHED)
      ! root@cubietruck:~#
      Останавливаю Iobroker и на порту 9001 сервисов не видно. Но запустить его не получается из-за вышеописанной ошибки.

      root@cubietruck:~# iobroker stop

      Stopping iobroker controller daemon…

      iobroker controller daemon stopped.

      Exit code for "killall.sh": 0

      root@cubietruck:~# netstat -tunlp

      ! Active Internet connections (only servers)
      ! Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
      ! tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1236/mysqld
      ! tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 799/nginx -g daemon
      ! tcp 0 0 0.0.0.0:8881 0.0.0.0:* LISTEN 915/motion
      ! tcp 0 0 0.0.0.0:8882 0.0.0.0:* LISTEN 915/motion
      ! tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 642/sshd
      ! tcp6 0 0 :::5880 :::* LISTEN 25028/apache2
      ! tcp6 0 0 :::80 :::* LISTEN 799/nginx -g daemon
      ! tcp6 0 0 :::22 :::* LISTEN 642/sshd
      ! udp 0 0 0.0.0.0:20466 0.0.0.0:* 679/dhclient
      ! udp 0 0 0.0.0.0:68 0.0.0.0:* 679/dhclient
      ! udp 0 0 192.168.55.2:123 0.0.0.0:* 820/ntpd
      ! udp 0 0 127.0.0.1:123 0.0.0.0:* 820/ntpd
      ! udp 0 0 0.0.0.0:123 0.0.0.0:* 820/ntpd
      ! udp6 0 0 ::1:123 :::* 820/ntpd
      ! udp6 0 0 fe80::45:6ff:fe42:9:123 :::* 820/ntpd
      ! udp6 0 0 :::123 :::* 820/ntpd
      ! udp6 0 0 :::27484 :::* 679/dhclient
      ! root@cubietruck:~#

      1 Reply Last reply Reply Quote 0
      • M
        maxmen last edited by

        Кто-нибудь сталкивался с такой ошибкой? Как лечить? Как понять, что именно занимает порт раньше времени?

        Решение из темы http://downloads.iobroker.com/forum/vie … =12&t=7202
        ` > There are two possible reasons for that:

        • the port is really occupied by other application, like monkey done server or torrent,

        • your system is so slowly, that in 2 seconds the server still too busy to send the response.

        You can change this parameter to 5000 or even to 10000

        https://github.com/ioBroker/ioBroker.js … t.json#L24

        But in iobroker-data/iobroker.json `

        Не помогает.

        Памяти в системе достаточно, остановка большинства сервисов тоже не помогает. И при том же самом наборе служб до этого все работало нормально до изменения времени обновления.

        Такое ощущение, что iobroker или пытается себя дважды запустить или еще что-то непонятное.

        Переустанавливать его в 10-й раз желания нет, т.к. после каждой установки приходится заново все настраивать и где гарантия, что эта проблема опять не проявит себя…

        1 Reply Last reply Reply Quote 0
        • V
          Vadim last edited by

          С ioBroker.admin 2.0.11 возникают проблемы с интерфейсом. В т.ч. наблюдалось подвисание OS раз в несколько часов.

          Откатился.

          В 2.0.7 проблемы не наблюдаются.

          Orange pi plus2e

          ARMBIAN 5.31 stable Debian GNU/Linux 8 (jessie) 3.4.113-sun8i

          Memory usage: 14 % of 2014MB
          4095_1.jpg
          4095_1_1.jpg
          4095_2.jpg
          4095_2_1.jpg
          4095_2_2.jpg

          1 Reply Last reply Reply Quote 0
          • H
            Haus last edited by

            Версии с гит, устанавливаешь на свой страх и риск. Бывают исключения когда разработчик драйвера делает правки ошибок в релизе и советует поставить с гит. Стабильная версия 2.0.7

            По первому скину

            cd /opt/iobroker
            iobroker upload admin
            iobroker restart admin
            
            
            1 Reply Last reply Reply Quote 0
            • K
              koh last edited by

              подскажите, люди добрые )

              перенес c горем пополам iobroker c win на linux

              все вроде завел, а вот с драйвером S7 проблема..

              в логе такие записи

              ! host.deb 2017-11-29 19:43:28.441 error instance system.adapter.s7.0 terminated with code 0 (OK)
              ! Caught 2017-11-29 19:43:28.440 error by controller[0]: at /opt/iobroker/node_modules/iobroker.s7/main.js:1158:33
              ! Caught 2017-11-29 19:43:28.440 error by controller[0]: at /opt/iobroker/node_modules/iobroker.s7/node_modules/async/lib/async.js:44:16
              ! Caught 2017-11-29 19:43:28.440 error by controller[0]: at done (/opt/iobroker/node_modules/iobroker.s7/node_modules/async/lib/async.js:246:17)
              ! Caught 2017-11-29 19:43:28.440 error by controller[0]: at /opt/iobroker/node_modules/iobroker.s7/node_modules/async/lib/async.js:52:16
              ! Caught 2017-11-29 19:43:28.440 error by controller[0]: at /opt/iobroker/node_modules/iobroker.s7/main.js:1187:74
              ! Caught 2017-11-29 19:43:28.440 error by controller[0]: TypeError: Cannot read property 'lsb' of undefined
              ! s7.0 2017-11-29 19:43:28.432 info terminating
              ! s7.0 2017-11-29 19:43:27.929 error at /opt/iobroker/node_modules/iobroker.s7/main.js:1158:33
              ! s7.0 2017-11-29 19:43:27.929 error at /opt/iobroker/node_modules/iobroker.s7/node_modules/async/lib/async.js:44:16
              ! s7.0 2017-11-29 19:43:27.929 error at done (/opt/iobroker/node_modules/iobroker.s7/node_modules/async/lib/async.js:246:17)
              ! s7.0 2017-11-29 19:43:27.929 error at /opt/iobroker/node_modules/iobroker.s7/node_modules/async/lib/async.js:52:16
              ! s7.0 2017-11-29 19:43:27.929 error at /opt/iobroker/node_modules/iobroker.s7/main.js:1187:74
              ! s7.0 2017-11-29 19:43:27.929 error TypeError: Cannot read property 'lsb' of undefined
              ! s7.0 2017-11-29 19:43:27.929 error uncaught exception: Cannot read property 'lsb' of undefined
              ! s7.0 2017-11-29 19:43:27.927 error Writing DB. Code #TypeError: Cannot read property 'lsb' of undefined

              1 Reply Last reply Reply Quote 0
              • K
                koh last edited by

                поставил версию 1.0.3 с гитхаба

                драйвер заработал, но теперь каждому номеру DB может соответствовать только один адрес

                т.е. раньше было так

                DB1 0

                DB1 2

                DB1 4

                DBx y

                а после обновления драйвер с такой адресацией не работает

                только так:

                DB1 0

                DB2 2

                DB3 4

                но значение читает только DB1

                Это баг? или придется всю адресацию как-то перенастраивать?

                версия 1.0.1 работает нормально

                ! s7.0 2017-11-30 16:15:10.210 info terminating
                ! s7.0 2017-11-30 16:15:09.717 error Writing DB: {"dbID":"DBs.DB11.PI_Set_vlSP","db":"DB11","dbType":"WORD","dbOffsetByte":12,"dbOffsetBit":0,"dbLength":"","_dbLsb":0,"n":9,"bufLength":2}
                ! s7.0 2017-11-30 16:15:09.717 error Writing DB. Code #RangeError: Index out of range
                ! s7.0 2017-11-30 16:15:09.717 error Writing DB: {"dbID":"DBs.DB10.am2","db":"DB10","dbType":"WORD","dbOffsetByte":1120,"dbOffsetBit":0,"dbLength":"","_dbLsb":20,"n":8,"bufLength":2}
                ! s7.0 2017-11-30 16:15:09.717 error Writing DB. Code #RangeError: Index out of range
                ! s7.0 2017-11-30 16:15:09.716 error Writing DB: {"dbID":"DBs.DB9.NAI2","db":"DB9","dbType":"WORD","dbOffsetByte":1264,"dbOffsetBit":0,"dbLength":"","_dbLsb":4,"n":7,"bufLength":2}
                ! s7.0 2017-11-30 16:15:09.716 error Writing DB. Code #RangeError: Index out of range
                ! s7.0 2017-11-30 16:15:09.716 error Writing DB: {"dbID":"DBs.DB8.am1","db":"DB8","dbType":"WORD","dbOffsetByte":1118,"dbOffsetBit":0,"dbLength":"","_dbLsb":6,"n":6,"bufLength":2}
                ! s7.0 2017-11-30 16:15:09.716 error Writing DB. Code #RangeError: Index out of range
                ! s7.0 2017-11-30 16:15:09.716 error Writing DB: {"dbID":"DBs.DB7.OnRemaningTimeShower","db":"DB7","dbType":"WORD","dbOffsetByte":10,"dbOffsetBit":0,"dbLength":"","_dbLsb":8,"n":5,"bufLength":2}
                ! s7.0 2017-11-30 16:15:09.716 error Writing DB. Code #RangeError: Index out of range
                ! s7.0 2017-11-30 16:15:09.716 error Writing DB: {"dbID":"DBs.DB6.OnDelayShower","db":"DB6","dbType":"WORD","dbOffsetByte":8,"dbOffsetBit":0,"dbLength":"","_dbLsb":10,"n":4,"bufLength":2}
                ! s7.0 2017-11-30 16:15:09.716 error Writing DB. Code #RangeError: Index out of range
                ! s7.0 2017-11-30 16:15:09.716 error Writing DB: {"dbID":"DBs.DB4.OnRemaningTimeToilet","db":"DB4","dbType":"WORD","dbOffsetByte":6,"dbOffsetBit":0,"dbLength":"","_dbLsb":1118,"n":3,"bufLength":2}
                ! s7.0 2017-11-30 16:15:09.716 error Writing DB. Code #RangeError: Index out of range
                ! s7.0 2017-11-30 16:15:09.716 error Writing DB: {"dbID":"DBs.DB3.OnDelayToilet","db":"DB3","dbType":"WORD","dbOffsetByte":4,"dbOffsetBit":0,"dbLength":"","_dbLsb":1264,"n":2,"bufLength":2}
                ! s7.0 2017-11-30 16:15:09.716 error Writing DB. Code #RangeError: Index out of range
                ! s7.0 2017-11-30 16:15:09.716 error Writing DB: {"dbID":"DBs.DB2.OffRemaningTime","db":"DB2","dbType":"WORD","dbOffsetByte":20,"dbOffsetBit":0,"dbLength":"","_dbLsb":1120,"n":1,"bufLength":2}
                ! s7.0 2017-11-30 16:15:09.715 error Writing DB. Code #RangeError: Index out of range
                ! s7.0 2017-11-30 16:15:09.715 error Writing DB: {"dbID":"DBs.DB1.OffDelay","db":"DB1","dbType":"WORD","dbOffsetByte":0,"dbOffsetBit":0,"dbLength":"","_dbLsb":12,"n":0,"bufLength":2}
                ! s7.0 2017-11-30 16:15:09.715 error Writing DB. Code #RangeError: Index out of range

                1 Reply Last reply Reply Quote 0
                • K
                  koh last edited by

                  ` > 1.0.4 (2017.11.30)

                  (bluefox) Fix read of DB (range error) `

                  Спасибо 😄

                  IOBroker супер. Спасибо разработчикам. Снимаю шляпу. Давно искал решение для себя, перепробовал кучу разного софта, включая промышленные скады.

                  1 Reply Last reply Reply Quote 0
                  • N
                    nnprject last edited by

                    Не вижу список драйверов, "Обработка.." висит бесконечно. Admin обновил, JS-controller тоже, не помогает. Что еще проверить ?
                    1684_iobr.jpg

                    1 Reply Last reply Reply Quote 0
                    • I
                      instalator last edited by

                      @nnprject:

                      Не вижу список драйверов, "Обработка.." висит бесконечно. Admin обновил, JS-controller тоже, не помогает. Что еще проверить ? `
                      попробуй репозиторий сменить на latest

                      1 Reply Last reply Reply Quote 0
                      • N
                        nnprject last edited by

                        смена репозитория ничего не меняет (

                        1 Reply Last reply Reply Quote 0
                        • I
                          instalator last edited by

                          @nnprject:

                          смена репозитория ничего не меняет ( `
                          сменил в настройках админа? справа значек шестеренки.

                          сервер обновил?

                          1 Reply Last reply Reply Quote 0
                          • N
                            nnprject last edited by

                            Все это делал, ничего не помогает.

                            1 Reply Last reply Reply Quote 0
                            • F
                              fred17 last edited by

                              Возникли проблемы с установкой и обновлением модулей. При установке или обновление вылетает такая ошибка.

                              Пример при установки телеграм

                              ! $ ./iobroker add telegram
                              ! npm install iobroker.telegram –production --prefix "/opt/iobroker" (System call)
                              ! ../src/node_contextify.cc:254: static void node::ContextifyContext::RunInDebugContext(const v8::FunctionCallbackInfov8::value&): Assertion `!debug_context.IsEmpty()' failed.
                              ! Aborted
                              ! ERROR: host.smarthome Cannot install iobroker.telegram: 134
                              ! ERROR: process exited with code 25</v8::value>

                              До этого все обновлялось и устанавливалось без проблем из Админки или из консоли.

                              Если модуль уже установлен, то без проблемам устанавливается второй, если установленный модуль удалить полностью и попробовать его установить, вылетает ошибка.

                              Куда копать?

                              1 Reply Last reply Reply Quote 0
                              • I
                                instalator last edited by

                                @fred17:

                                Возникли проблемы с установкой и обновлением модулей. При установке или обновление вылетает такая ошибка.

                                Пример при установки телеграм

                                ! $ ./iobroker add telegram
                                ! npm install iobroker.telegram –production --prefix "/opt/iobroker" (System call)
                                ! ../src/node_contextify.cc:254: static void node::ContextifyContext::RunInDebugContext(const v8::FunctionCallbackInfov8::value&): Assertion `!debug_context.IsEmpty()' failed.
                                ! Aborted
                                ! ERROR: host.smarthome Cannot install iobroker.telegram: 134
                                ! ERROR: process exited with code 25</v8::value>

                                До этого все обновлялось и устанавливалось без проблем из Админки или из консоли.

                                Если модуль уже установлен, то без проблемам устанавливается второй, если установленный модуль удалить полностью и попробовать его установить, вылетает ошибка.

                                Куда копать? `

                                nodejs какой версии? из админки тоже не обновляет?

                                1 Reply Last reply Reply Quote 0
                                • F
                                  fred17 last edited by

                                  @instalator:

                                  @fred17:

                                  Возникли проблемы с установкой и обновлением модулей. При установке или обновление вылетает такая ошибка.

                                  Пример при установки телеграм

                                  ! $ ./iobroker add telegram
                                  ! npm install iobroker.telegram –production --prefix "/opt/iobroker" (System call)
                                  ! ../src/node_contextify.cc:254: static void node::ContextifyContext::RunInDebugContext(const v8::FunctionCallbackInfov8::value&): Assertion `!debug_context.IsEmpty()' failed.
                                  ! Aborted
                                  ! ERROR: host.smarthome Cannot install iobroker.telegram: 134
                                  ! ERROR: process exited with code 25</v8::value>

                                  До этого все обновлялось и устанавливалось без проблем из Админки или из консоли.

                                  Если модуль уже установлен, то без проблемам устанавливается второй, если установленный модуль удалить полностью и попробовать его установить, вылетает ошибка.

                                  Куда копать? `

                                  nodejs какой версии? из админки тоже не обновляет? `

                                  Версия node 4.7.0 из админки не обновляются. Заметил, что все это перестало работать после того как я обновил сервер с версии 1.2.1 или 1.2.2 (точно не помню какая перед этим стояла) на 1.2.3. До этого случая система работала год без сбоев.

                                  1 Reply Last reply Reply Quote 0
                                  • I
                                    instalator last edited by

                                    @fred17:

                                    @instalator:

                                    @fred17:

                                    Возникли проблемы с установкой и обновлением модулей. При установке или обновление вылетает такая ошибка.

                                    Пример при установки телеграм

                                    ! $ ./iobroker add telegram
                                    ! npm install iobroker.telegram –production --prefix "/opt/iobroker" (System call)
                                    ! ../src/node_contextify.cc:254: static void node::ContextifyContext::RunInDebugContext(const v8::FunctionCallbackInfov8::value&): Assertion `!debug_context.IsEmpty()' failed.
                                    ! Aborted
                                    ! ERROR: host.smarthome Cannot install iobroker.telegram: 134
                                    ! ERROR: process exited with code 25</v8::value>

                                    До этого все обновлялось и устанавливалось без проблем из Админки или из консоли.

                                    Если модуль уже установлен, то без проблемам устанавливается второй, если установленный модуль удалить полностью и попробовать его установить, вылетает ошибка.

                                    Куда копать? `

                                    nodejs какой версии? из админки тоже не обновляет? `

                                    Версия node 4.7.0 из админки не обновляются. Заметил, что все это перестало работать после того как я обновил сервер с версии 1.2.1 или 1.2.2 (точно не помню какая перед этим стояла) на 1.2.3. До этого случая система работала год без сбоев. `
                                    Обнови ее до 6й хотябы

                                    1 Reply Last reply Reply Quote 0
                                    • aurodionov
                                      aurodionov last edited by

                                      при обновлении через админку, а именно кнопочкой обновить всё (Выполнение команды: $ ./iobroker upgrade) остоянно вылазит ошибка

                                      • Выполнено с ошибкой: module.js:427 throw err; ^ SyntaxError: /opt/iobroker/node_modules/iobroker.vis-plumb/io-package.json: Unexpected string at Object.parse (native) at Object.Module._extensions..json (module.js:424:27) at Module.load (module.js:343:32) at Function.Module._load (module.js:300:12) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at Upgrade.upgradeAdapter (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupUpgrade.js:167:27) at Upgrade.upgradeAdapterHelper (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupUpgrade.js:30:14) at Immediate._onImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupUpgrade.js:38:26) at processImmediate [as _immediateCallback] (timers.js:396:17)
                                        Как исправить ? Забить не предлагать ,из-за этой ошибки не работает скрипт обновления
                                      1 Reply Last reply Reply Quote 0
                                      • B
                                        Bosya last edited by

                                        Добрый день.

                                        После очередного сиситемного обновления iobroker перестал работать нормально.

                                        Драйвер javascript в постоянном ребуте.

                                        Похоже одновился nodejs. Переустановка nodejs и npm ничего не дала. Смена с 4 nodejs на 6 и назад тоже не помогла. Переустановка (скриптом reinstall) не помогла. Вывод iobroker update ниже.

                                        root@cubietruck:/opt/iobroker# iobroker update
                                        Used repository: online
                                        [Tue Apr 10 2018 18:25:56 GMT+0300 (EEST)] Timeout by read all package.json (190) seconds
                                        update done
                                        Adapter    "admin"         : npm error, installed 3.3.7
                                        Adapter    "amazon-dash"   : npm error
                                        Adapter    "artnet"        : npm error
                                        Adapter    "b-control-em"  : npm error
                                        Adapter    "benq"          : npm error
                                        Adapter    "ble"           : npm error
                                        Adapter    "bmw"           : npm error
                                        Adapter    "boblight"      : npm error
                                        Adapter    "bosesoundtouch": npm error
                                        Adapter    "botvac"        : npm error
                                        Adapter    "broadlink2"    : npm error
                                        Adapter    "chromecast"    : npm error
                                        Adapter    "cloud"         : npm error
                                        Adapter    "cul"           : npm error
                                        Adapter    "daikin"        : npm error
                                        Adapter    "daswetter"     : npm error
                                        Adapter    "deconz"        : npm error
                                        Adapter    "discovery"     : npm error, installed 1.1.0
                                        Adapter    "dwd"           : npm error
                                        Adapter    "ebus"          : npm error
                                        Adapter    "egigeozone"    : npm error
                                        Adapter    "email"         : npm error
                                        Adapter    "epson_stylus_px830": npm error
                                        Adapter    "fakeroku"      : npm error
                                        Adapter    "feiertage"     : npm error
                                        Adapter    "fhem"          : npm error
                                        Adapter    "find-my-iphone": npm error
                                        Adapter    "firetv"        : npm error
                                        Adapter    "flot"          : npm error, installed 1.7.7
                                        Adapter    "foobar2000"    : npm error
                                        Adapter    "fritzbox"      : npm error
                                        Adapter    "fritzdect"     : npm error
                                        Adapter    "fronius"       : npm error
                                        Adapter    "fullcalendar"  : npm error
                                        Adapter    "g-homa"        : npm error
                                        Adapter    "geofency"      : npm error
                                        Adapter    "habpanel"      : npm error
                                        Adapter    "haier"         : npm error
                                        Adapter    "harmony"       : npm error
                                        Adapter    "hid"           : npm error
                                        Adapter    "hilink"        : npm error
                                        Adapter    "history"       : npm error
                                        Adapter    "hm-rega"       : npm error
                                        Adapter    "hm-rpc"        : npm error
                                        Adapter    "hmm"           : npm error
                                        Adapter    "homepilot"     : npm error
                                        Adapter    "hs100"         : npm error
                                        Adapter    "hue"           : npm error
                                        Adapter    "hyperion"      : npm error
                                        Adapter    "i2c"           : npm error
                                        Adapter    "ical"          : npm error
                                        Adapter    "icons-addictive-flavour-png": npm error
                                        Adapter    "icons-fatcow-hosting": npm error
                                        Adapter    "icons-icons8"  : npm error
                                        Adapter    "icons-material-png": 0.1.1
                                        Adapter    "icons-material-svg": 0.1.1
                                        Adapter    "icons-mfd-png" : 1.0.2
                                        Adapter    "icons-mfd-svg" : 1.0.2
                                        Adapter    "icons-open-icon-library-png": 0.1.3
                                        Adapter    "icons-ultimate-png": 1.0.1
                                        Adapter    "influxdb"      : 1.5.2
                                        Adapter    "info"          : 0.1.0
                                        Adapter    "innogy-smarthome": 0.2.0
                                        Adapter    "javascript"    : 3.6.4    , installed 3.6.4
                                        Adapter    "jeelink"       : 0.0.4
                                        Controller "js-controller" : 1.4.0    , installed 1.4.0
                                        Adapter    "js2fs"         : 0.1.5
                                        Adapter    "kecontact"     : 0.0.3
                                        Adapter    "km200"         : 1.1.6
                                        Adapter    "knx"           : 1.0.8
                                        Adapter    "kodi"          : 1.0.0
                                        Adapter    "landroid"      : 1.0.1
                                        Adapter    "landroid-s"    : 2.0.1
                                        Adapter    "lgtv"          : 1.0.4    , installed 1.0.3 [Updateable]
                                        Adapter    "lgtv-rs"       : 0.0.4
                                        Adapter    "lifx"          : 0.0.5
                                        Adapter    "lightify"      : 0.2.16
                                        Adapter    "loxone"        : 0.4.0
                                        Adapter    "material"      : 0.5.7
                                        Adapter    "maxcube"       : 0.1.2
                                        Adapter    "maxcul"        : 0.5.3
                                        Adapter    "mbus"          : 0.1.8
                                        Adapter    "mclighting"    : 0.0.10
                                        Adapter    "megad"         : 1.3.0    , installed 1.2.1 [Updateable]
                                        Adapter    "megadd"        : 0.3.8
                                        Adapter    "megaesp"       : 0.1.0    , installed 0.1.0
                                        Adapter    "miele"         : 0.1.6
                                        Adapter    "mihome"        : 1.0.5
                                        Adapter    "mihome-lamp"   : 1.0.0
                                        Adapter    "mihome-plug"   : 0.1.1
                                        Adapter    "mihome-vacuum" : 1.0.1
                                        Adapter    "mikrotik"      : 1.0.0
                                        Adapter    "milight"       : 0.3.5
                                        Adapter    "milight-smart-light": 0.1.9
                                        Adapter    "mobile"        : 0.4.11   , installed 0.4.11
                                        Adapter    "modbus"        : 1.1.0
                                        Adapter    "mpd"           : 1.0.2
                                        Adapter    "mqtt"          : 1.5.0    , installed 1.5.0
                                        Adapter    "mqtt-client"   : 1.1.1
                                        Adapter    "musiccast"     : 0.0.7
                                        Adapter    "mysensors"     : 1.2.1
                                        Adapter    "netatmo"       : 1.3.0
                                        Adapter    "node-red"      : 1.5.1
                                        Adapter    "noolite"       : 0.2.0
                                        Adapter    "nut"           : 1.1.2
                                        Adapter    "onkyo"         : 0.2.1
                                        Adapter    "openhab"       : 0.2.1
                                        Adapter    "owfs"          : 0.5.0
                                        Adapter    "owntracks"     : 0.2.0
                                        Adapter    "panasonic-viera": 0.1.0
                                        Adapter    "parser"        : 1.0.1
                                        Adapter    "paw"           : 0.1.7
                                        Adapter    "phantomjs"     : 1.0.0
                                        Adapter    "piface"        : 1.0.0
                                        Adapter    "pimatic"       : 0.1.5
                                        Adapter    "ping"          : 1.3.2    , installed 1.3.2
                                        Adapter    "places"        : 0.6.0
                                        Adapter    "plexconnect"   : 0.0.6
                                        Adapter    "proxy"         : 1.0.1
                                        Adapter    "pushbullet"    : 0.0.11
                                        Adapter    "pushover"      : 1.0.4
                                        Adapter    "pushsafer"     : 0.1.8
                                        Adapter    "radar"         : 1.1.3
                                        Adapter    "rflink"        : 1.2.0
                                        Adapter    "rickshaw"      : 0.4.5
                                        Adapter    "rpi2"          : 0.3.2
                                        Adapter    "rwe-smarthome" : 0.1.11
                                        Adapter    "s7"            : 1.1.3
                                        Adapter    "samsung"       : 0.2.9
                                        Adapter    "sayit"         : 1.6.7    , installed 1.6.7
                                        Adapter    "sbfspot"       : 2.2.1
                                        Adapter    "scenes"        : 1.0.2
                                        Adapter    "simple-api"    : 1.6.3    , installed 1.6.2 [Updateable]
                                        Adapter    "sma-em"        : 0.5.3
                                        Adapter    "smartmeter"    : 1.1.2
                                        Adapter    "snmp"          : 0.5.0
                                        Adapter    "socketio"      : 2.0.0
                                        Adapter    "solarwetter"   : 1.0.0
                                        Adapter    "sonoff"        : 2.1.0
                                        Adapter    "sonos"         : 1.6.2
                                        Adapter    "sony-bravia"   : 0.1.0
                                        Adapter    "sql"           : 1.7.4    , installed 1.7.3 [Updateable]
                                        Adapter    "squeezebox"    : 0.2.1
                                        Adapter    "starline"      : 1.0.0
                                        Adapter    "synology"      : 0.0.3
                                        Adapter    "systeminfo"    : 0.3.0
                                        Adapter    "tankerkoenig"  : 1.0.5
                                        Adapter    "telegram"      : 1.2.0    , installed 1.2.0
                                        Adapter    "terminal"      : 0.1.2
                                        Adapter    "text2command"  : 1.1.7
                                        Adapter    "tr-064"        : 0.4.18
                                        Adapter    "tradfri"       : 1.1.10
                                        Adapter    "tvspielfilm"   : 1.0.4
                                        Adapter    "unifi"         : 0.3.1
                                        Adapter    "upnp"          : 0.3.7
                                        Adapter    "vcard"         : 0.0.8
                                        Adapter    "viessmann"     : 0.4.0
                                        Adapter    "vis"           : 1.1.2    , installed 1.1.2
                                        Adapter    "vis-bars"      : 0.1.4
                                        Adapter    "vis-canvas-gauges": 0.1.5
                                        Adapter    "vis-colorpicker": 1.1.1   , installed 1.1.1
                                        Adapter    "vis-fancyswitch": 1.1.0
                                        Adapter    "vis-google-fonts": 1.0.0
                                        Adapter    "vis-history"   : 0.2.7
                                        Adapter    "vis-hqwidgets" : 1.1.1
                                        Adapter    "vis-jqui-mfd"  : 1.0.11
                                        Adapter    "vis-justgage"  : 1.0.0
                                        Adapter    "vis-keyboard"  : 0.0.2
                                        Adapter    "vis-lcars"     : 1.0.4
                                        Adapter    "vis-map"       : 1.0.1
                                        Adapter    "vis-material"  : 0.1.3
                                        Adapter    "vis-metro"     : 1.1.2
                                        Adapter    "vis-players"   : 0.1.5
                                        Adapter    "vis-plumb"     : 1.0.1
                                        Adapter    "vis-rgraph"    : 0.0.2
                                        Adapter    "vis-timeandweather": 1.1.7
                                        Adapter    "vis-weather"   : 1.2.0
                                        Adapter    "vr200"         : 0.2.0
                                        Adapter    "weatherunderground": 1.1.2
                                        Adapter    "web"           : 2.3.0    , installed 2.1.9 [Updateable]
                                        Adapter    "wetty"         : 0.1.1
                                        Adapter    "wifilight"     : 0.2.1
                                        Adapter    "wm-bus"        : 0.3.1
                                        Adapter    "wolf"          : 1.0.0
                                        Adapter    "xs1"           : 1.0.2
                                        Adapter    "yahka"         : 0.7.1
                                        Adapter    "yamaha"        : 0.3.19
                                        Adapter    "yr"            : 1.0.6
                                        Adapter    "zont"          : 0.5.2
                                        Adapter    "zwave"         : 1.0.0
                                        
                                        root@cubietruck:/opt/iobroker# node -v
                                        v6.14.1
                                        root@cubietruck:/opt/iobroker# nodejs -v
                                        v6.14.1
                                        root@cubietruck:/opt/iobroker# npm -v
                                        5.8.0
                                        
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • First post
                                          Last post

                                        Support us

                                        ioBroker
                                        Community Adapters
                                        Donate

                                        676
                                        Online

                                        31.8k
                                        Users

                                        80.0k
                                        Topics

                                        1.3m
                                        Posts

                                        27
                                        192
                                        52292
                                        Loading More Posts
                                        • Oldest to Newest
                                        • Newest to Oldest
                                        • Most Votes
                                        Reply
                                        • Reply as topic
                                        Log in to reply
                                        Community
                                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                        The ioBroker Community 2014-2023
                                        logo