Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter vis 2.0 (Alpha)

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    Test Adapter vis 2.0 (Alpha)

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      Sandy @Feuersturm last edited by

      @feuersturm habe mal ein Screenshot gemacht

      Screenshot 2023-05-21 172556.jpg

      ? 1 Reply Last reply Reply Quote 0
      • ?
        A Former User @Sandy last edited by

        @sandy sagte in Test Adapter vis 2.0 (Alpha):

        @feuersturm habe mal ein Screenshot gemacht

        Screenshot 2023-05-21 172556.jpg

        Moin,

        das ist aber der Adapter daswetter das einzige, VIS Widget, das ich kenne, ist

        76cbccd2-e0da-412a-b5dc-2fbb1ecbd9c4-grafik.png

        VG
        Bernd

        S 1 Reply Last reply Reply Quote 0
        • S
          Sandy @Guest last edited by

          @dp20eic ich weis auch nicht was ich damals genommen habe. Nehme jetzt einfach die "OpenWeatherMap" die funktioniert 🙂

          LG Sandy

          S 1 Reply Last reply Reply Quote 0
          • S
            Sandy @Sandy last edited by Sandy

            Hallo,

            ich schon wieder. Ich nutze die Vis auf einem MiniPC und habe da einen Touch Monitor angeschlossen. Heute habe ich die Internetseite mal von der Vis auf Vis2 Beta umgestellt und habe folgendes Problem bei den Lampen (Basic Widget - Bulb on/off) ganz normaler Schalter für an/aus. Wenn ich bei Vis2 Beta drauf drücke schaltet die Lampe zwei mal. Bei Vis funktioniert alles. Wenn ich es mit der Maus schalte geht es auch. Nur über Touch schaltet er doppelt.

            Screenshot 2023-05-22 144554.jpg
            Screenshot 2023-05-22 144612.jpg

            Musste das Video schneiden
            das erste ist mit Vis und das zweite mit Vis2 Beta (2.0.29)

            LampenProblem2.mp4

            Feuersturm S 2 Replies Last reply Reply Quote 0
            • H
              higginsd last edited by

              Tag Zusammen!

              Mir ist gestern Nacht meine ioBroker Installation heftig abgestürzt. Jetzt sehe ich meine Views in Vis2.0 Runtime immer noch vollständig, aber im Edit Mode sind sie weg.

              Habe ich eine Möglichkeit, die Views zum Editieren wiederherzustellen?

              Viele Grüße
              Dirk

              1 Reply Last reply Reply Quote 0
              • Feuersturm
                Feuersturm @Sandy last edited by

                @sandy sagte in Test Adapter vis 2.0 (Alpha):

                Wenn ich bei Vis2 Beta drauf drücke schaltet die Lampe zwei mal.

                Leg mal bitte ein issue dafür an.

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

                  Hallo,

                  gibt's eine Möglichkeit dies im Dockerimage auch zu installieren? Hab etwas Bauchschmerzen zu versuchen via. "docker exec" einen npm Befehl auszuführen - vorallem hier überhaupt in den richtigen Pfad zu navigieren, falls das überhaupt geht.

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

                    Ich habe gerade festgestellt, das in der ioB VIS App, "basic-Links" , welche wie folgt aufgerufen werden

                    <form action='http://IP/config' method='POST' target="_blank"><button type='submit'>Konfiguration</button></form>

                    sich nicht mehr öffnen. Mit der "alten" App sprang so eine Button Verknüpfung dann in den jeweils auf dem Smartphone präferierten Browser und öffnete dort die verknüpfte Seite.

                    Ein "zurück" aus diesem Bild in die VIS ging dann allerdings nicht mehr, was aber auch nicht schlimm ist - man hat dann halt die ioB App erneut geöffnet.

                    Trotzdem finde ich, es ist besser diesen Weg zu gehen, als wenn man gar keine Möglichkeit hat, aus der VIS in eine Geräte spezifische externe Seite zu springen.

                    1 Reply Last reply Reply Quote 0
                    • S
                      Serial13579 last edited by

                      Moin wenn ich Vis 2 zur Adapterliste hinzufügen will kommt folgende Meldung:

                      host.iobroker Invalid version of "web". Installed "4.3.0", required ">=5.4.0"
                      
                      

                      Weiß jemand woran das liegt ? Auch auf Beta wird mir keine neuere Version angeboten ?

                      Gruß

                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Serial13579 last edited by Thomas Braun

                        @serial13579

                        iob update | grep web
                        

                        Offenbar bist du auf stable unterwegs. Denn web gibt es in ausreichender Version nur im Beta-Repo:

                        web
                        github:	6.0.1
                        latest:	5.5.3 for 81 days
                        stable:	4.3.0 for 13 months
                        
                        1 Reply Last reply Reply Quote 0
                        • Feuersturm
                          Feuersturm last edited by Feuersturm

                          Vis 2 Version 2.0.31 steht auf npm zur Verfügung

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

                            Hallo zusammen,

                            da ich bald umziehen werde und mit meiner alten vis nicht wirklich zufrieden war hab ich mich (auch trotz alpha) dazu entschieden das in vis 2 neu zu machen.
                            Bis jetzt klappt echt alles ziemlich gut, aber 2 Sachen sind mir bis jetzt aufgefallen:

                            Wenn ich das vis in widget 8 widget im editor auf die view ziehe öffnet sich nur eine komplett leere Seite. Ich muss dann den browser neu laden und dann ist das widget automatisch wieder gelöscht bzw war nie da.

                            Das 2. ist wenn eine view dubliziert wird werden die ids der widgets 1 : 1 mit kopiert, sodass es dann mehrere widgets mit der selben id gibt. Das führt dazu, dass die vis nicht mehr lädt sondern im endlos iobroker lade logo bleibt.

                            Wenn man eine neue leere view anleget und nur einzelne widgets von einer view in die andere kopiert funktioniert das aber. Die kopierten widgets werden mit einer neuen id angelegt und man kann die vis aufrufen.

                            Werde gleich nochmal git durchsuchen ob diese issues schon einmal gemeldet wurden und fals nicht werd ich dafür issues anlegen.

                            Ansonste wirklich top Arbeit!! Finde den editor deutlich schöner als den alten. Viel übersichtlicher und aufgeräumter

                            1 Reply Last reply Reply Quote 1
                            • Feuersturm
                              Feuersturm last edited by

                              Vis 2 Version 2.0.33 steht auf npm zur Verfügung

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

                                Hallo,

                                ich bekomme den Editor nicht zum laufen.

                                Der Editor sieht bei mir wie folgt aus:
                                Bildschirmfoto 2023-06-17 um 22.15.14.png

                                Browser Konsole

                                [Log] iobroker.vis-2-beta@2.0.33 using theme "colored" (167.d9e48650.chunk.js, line 1)
                                [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (main.39cd355f.js.map, line 0)
                                [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (3.fcae646b.chunk.js.map, line 0)
                                [Log]  (main.39cd355f.js, line 2)
                                ██╗ ██████╗ ██████╗ ██████╗  ██████╗ ██╗  ██╗███████╗██████╗ 
                                ██║██╔═══██╗██╔══██╗██╔══██╗██╔═══██╗██║ ██╔╝██╔════╝██╔══██╗
                                ██║██║   ██║██████╔╝██████╔╝██║   ██║█████╔╝ █████╗  ██████╔╝
                                ██║██║   ██║██╔══██╗██╔══██╗██║   ██║██╔═██╗ ██╔══╝  ██╔══██╗
                                ██║╚██████╔╝██████╔╝██║  ██║╚██████╔╝██║  ██╗███████╗██║  ██║
                                ╚═╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝
                                
                                [Log] Nice to see you here! :) Join our dev community here https://github.com/ioBroker/ioBroker or here https://github.com/iobroker-community-adapters (main.39cd355f.js, line 2)
                                [Log] Help us to create open source project with reactJS! (main.39cd355f.js, line 2)
                                [Log] See you :) (main.39cd355f.js, line 2)
                                [Log] [2023-06-17T20:06:02.124Z] Try to connect (socket.io.js, line 83)
                                [Log] [Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, …] (24) (3.fcae646b.chunk.js, line 2)
                                [Log] Metro version: "1.2.0" (3.fcae646b.chunk.js, line 2)
                                [Log] Version lg-ess-home: 0.0.1 (3.fcae646b.chunk.js, line 2)
                                [Log] Version Info-Adapter-Widget: 0.0.9 (3.fcae646b.chunk.js, line 2)
                                [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (words.js, line 0)
                                [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (echarts.js.map, line 0)
                                [Info] Download the Vue Devtools extension for a better development experience: (3.fcae646b.chunk.js, line 2)
                                https://github.com/vuejs/vue-devtools
                                [Info] You are running Vue in development mode. (3.fcae646b.chunk.js, line 2)
                                Make sure to turn on production mode when deploying for production.
                                See more tips at https://vuejs.org/guide/deployment.html
                                [Error] Cannot load script http://iobroker.local:8082/vis-2-beta/widgets/materialdesign/lib/raw/sentry/bundle.min.js. Failed integrity metadata check. Content length: 66956, Expected content length: -1, Expected metadata: sha384-S9ussaVrGYHtod/SiHF797c08MZHpGkpAdHM1VtFSxMr3YSA2w82OMfAJOg+knm/
                                [Log] Version time-switch: 2.2.2 (3.fcae646b.chunk.js, line 2)
                                
                                Feuersturm 1 Reply Last reply Reply Quote 0
                                • Feuersturm
                                  Feuersturm @Morluktom last edited by

                                  @morluktom Ist das "main" Projekt die Übernahme aus deiner Vis1 Umgebung? Kannst du unter vis2 ein neues leeres Projekt anlegen, wo dann der Editor startet?

                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    Morluktom @Feuersturm last edited by

                                    @feuersturm Das Projekt das übernommen wurde habe ich schon gelöscht. Das "main" ist ein neu erstelltes leeres Projekt.

                                    Feuersturm 1 Reply Last reply Reply Quote 0
                                    • Feuersturm
                                      Feuersturm @Morluktom last edited by

                                      @morluktom Da hilft vermutlich nur ein issue bei github https://github.com/ioBroker/ioBroker.vis/issues einzustellen.

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

                                        Moin.

                                        Wo finde ich denn das Vis Log? Gibt es überhaupt ein Separates?

                                        Wenn ich meine "Main" View (Startseite) aufrufe wird der Bildschirm weiß und die Seite lädt neu. Muss also irgendwo ein Fehler drin sein.

                                        Im "normalen" ioBroker Log sind keine Fehler.

                                        Homoran 1 Reply Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @Marsx79 last edited by

                                          @marsx79 sagte in Test Adapter vis 2.0 (Alpha):

                                          Gibt es überhaupt ein Separates?

                                          nein, aber man kann die Logstufe der Instanz auf debug schalten, dann ist es schonmal nicht mehr

                                          @marsx79 sagte in Test Adapter vis 2.0 (Alpha):

                                          Im "normalen" ioBroker Log

                                          dann nach vis2 filtern.

                                          @marsx79 sagte in Test Adapter vis 2.0 (Alpha):

                                          Muss also irgendwo ein Fehler drin sein.

                                          das würde dir u.a. die Browserkonsole erzählen

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

                                            Danke für die Infos!

                                            Diese Fehler werden über die Konsole ausgegeben.

                                            DevTools failed to load source map: Could not load content for http://192.168.178.3:8082/lib/js/socket.io.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                            DevTools failed to load source map: Could not load content for http://192.168.178.3:8082/vis-2-beta/static/js/main.39cd355f.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                            DevTools failed to load source map: Could not load content for chrome-extension://mmhlniccooihdimnnjhamobppdhaolme/lib/tp/browser-polyfill.min.js.map: System error: net::ERR_BLOCKED_BY_CLIENT
                                            DevTools failed to load source map: Could not load content for http://192.168.178.3:8082/vis-2-beta/static/js/3.fcae646b.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                            bootstrap.jsx:20 iobroker.vis-2-beta@2.0.33 using theme "colored"
                                            main.39cd355f.js:2 
                                            ██╗ ██████╗ ██████╗ ██████╗  ██████╗ ██╗  ██╗███████╗██████╗ 
                                            ██║██╔═══██╗██╔══██╗██╔══██╗██╔═══██╗██║ ██╔╝██╔════╝██╔══██╗
                                            ██║██║   ██║██████╔╝██████╔╝██║   ██║█████╔╝ █████╗  ██████╔╝
                                            ██║██║   ██║██╔══██╗██╔══██╗██║   ██║██╔═██╗ ██╔══╝  ██╔══██╗
                                            ██║╚██████╔╝██████╔╝██║  ██║╚██████╔╝██║  ██╗███████╗██║  ██║
                                            ╚═╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝
                                            
                                            main.39cd355f.js:2 Nice to see you here! :) Join our dev community here https://github.com/ioBroker/ioBroker or here https://github.com/iobroker-community-adapters
                                            main.39cd355f.js:2 Help us to create open source project with reactJS!
                                            main.39cd355f.js:2 See you :)
                                            api.js:13 (24) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
                                            3.fcae646b.chunk.js:2 Translate: background
                                            3.fcae646b.chunk.js:2 Version vis-google-fonts: 0.0.1
                                            3.fcae646b.chunk.js:2 Version vis-jqui-mfd: 1.0.12
                                            3.fcae646b.chunk.js:2 Metro version: "1.2.0"
                                            3.fcae646b.chunk.js:2 Version players: 0.1.0
                                            3.fcae646b.chunk.js:2 Version Info-Adapter-Widget: 0.0.9
                                            3.fcae646b.chunk.js:2 Download the Vue Devtools extension for a better development experience:
                                            https://github.com/vuejs/vue-devtools
                                            3.fcae646b.chunk.js:2 You are running Vue in development mode.
                                            Make sure to turn on production mode when deploying for production.
                                            See more tips at https://vuejs.org/guide/deployment.html
                                            3.fcae646b.chunk.js:2 Version vis-materialdesign: 0.5.9
                                            3.fcae646b.chunk.js:2 Translate: jqui_html_dialog
                                            3.fcae646b.chunk.js:2 Translate: jqui_icon_dialog
                                            3.fcae646b.chunk.js:2 Translate: jqui_container_dialog
                                            3.fcae646b.chunk.js:2 Translate: bars
                                            3.fcae646b.chunk.js:2 Translate: dwd
                                            3.fcae646b.chunk.js:2 Translate: hqwidgets
                                            3.fcae646b.chunk.js:2 Translate: info
                                            3.fcae646b.chunk.js:2 Translate: jqplot
                                            3.fcae646b.chunk.js:2 Translate: jqui-mfd
                                            3.fcae646b.chunk.js:2 Translate: materialdesign
                                            3.fcae646b.chunk.js:2 Translate: metro
                                            3.fcae646b.chunk.js:2 Translate: players
                                            3.fcae646b.chunk.js:2 Translate: swipe
                                            3.fcae646b.chunk.js:2 Translate: timeandweather
                                            3.fcae646b.chunk.js:2 Translate: tabs
                                            3.fcae646b.chunk.js:2 vis-materialdesign: sentry datapoint 'vis-materialdesign.0.sentry' not exist! Go to the adapter settings to activate it.
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            initializeSentry @ widgets.min.js:1
                                            await in initializeSentry (async)
                                            (anonymous) @ materialdesign.js:35
                                            (anonymous) @ widgets.min.js:1
                                            (anonymous) @ widgets.min.js:1
                                            (anonymous) @ visEngine.jsx:1165
                                            Promise.then (async)
                                            emit @ visEngine.jsx:1165
                                            getObject @ widgets.min.js:1
                                            getVersion @ widgets.min.js:1
                                            (anonymous) @ materialdesign.js:32
                                            (anonymous) @ widgets.min.js:1
                                            i @ 3.fcae646b.chunk.js:2
                                            setTimeout (async)
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            waitForVisConnected @ widgets.min.js:1
                                            showVersion @ materialdesign.js:31
                                            (anonymous) @ widgets.min.js:1
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 Someone installs handler without to remove it!
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            n.registerChangeHandler @ visEngine.jsx:1509
                                            i @ visCanWidget.jsx:90
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            3.fcae646b.chunk.js:2 TypeError: Cannot read properties of undefined (reading 'length')
                                                at Function.value (visRxWidget.jsx:118:46)
                                                at new i (visRxWidget.jsx:95:48)
                                                at i.<anonymous> (createSuper.js:11:24)
                                                at new i (BasicViewInWidget8.jsx:23:25)
                                                at Wo (main.39cd355f.js:2:6743048)
                                                at Li (main.39cd355f.js:2:6763489)
                                                at Cs (main.39cd355f.js:2:6809634)
                                                at Hl (main.39cd355f.js:2:6797775)
                                                at gl (main.39cd355f.js:2:6797703)
                                                at zl (main.39cd355f.js:2:6797566)
                                                at al (main.39cd355f.js:2:6794346)
                                                at ol (main.39cd355f.js:2:6792897)
                                                at V (main.39cd355f.js:2:8223976)
                                                at MessagePort.T (main.39cd355f.js:2:8224510)
                                            (anonymous) @ 3.fcae646b.chunk.js:2
                                            di @ main.39cd355f.js:2
                                            n.callback @ main.39cd355f.js:2
                                            Do @ main.39cd355f.js:2
                                            xs @ main.39cd355f.js:2
                                            Hs @ main.39cd355f.js:2
                                            Ms @ main.39cd355f.js:2
                                            (anonymous) @ main.39cd355f.js:2
                                            Vl @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            main.39cd355f.js:2 Uncaught TypeError: Cannot read properties of undefined (reading 'length')
                                                at Function.value (visRxWidget.jsx:118:46)
                                                at new i (visRxWidget.jsx:95:48)
                                                at i.<anonymous> (createSuper.js:11:24)
                                                at new i (BasicViewInWidget8.jsx:23:25)
                                                at Wo (main.39cd355f.js:2:6743048)
                                                at Li (main.39cd355f.js:2:6763489)
                                                at Cs (main.39cd355f.js:2:6809634)
                                                at Hl (main.39cd355f.js:2:6797775)
                                                at gl (main.39cd355f.js:2:6797703)
                                                at zl (main.39cd355f.js:2:6797566)
                                                at al (main.39cd355f.js:2:6794346)
                                                at ol (main.39cd355f.js:2:6792897)
                                                at V (main.39cd355f.js:2:8223976)
                                                at MessagePort.T (main.39cd355f.js:2:8224510)
                                            value @ visRxWidget.jsx:118
                                            i @ visRxWidget.jsx:95
                                            (anonymous) @ createSuper.js:11
                                            i @ BasicViewInWidget8.jsx:23
                                            Wo @ main.39cd355f.js:2
                                            Li @ main.39cd355f.js:2
                                            Cs @ main.39cd355f.js:2
                                            Hl @ main.39cd355f.js:2
                                            gl @ main.39cd355f.js:2
                                            zl @ main.39cd355f.js:2
                                            al @ main.39cd355f.js:2
                                            ol @ main.39cd355f.js:2
                                            V @ main.39cd355f.js:2
                                            T @ main.39cd355f.js:2
                                            
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            700
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            108
                                            780
                                            199328
                                            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