Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter vis 2.0 (Alpha)

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    22
    1
    1.1k

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    9.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    14
    1
    2.4k

Test Adapter vis 2.0 (Alpha)

Geplant Angeheftet Gesperrt Verschoben Tester
780 Beiträge 108 Kommentatoren 290.4k Aufrufe 140 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • JB_SullivanJ Offline
    JB_SullivanJ Offline
    JB_Sullivan
    schrieb am zuletzt editiert von
    #684

    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.

    ioBroker (since 2018) auf Intel Core i3-5005U NUC und Windwos10 Pro

    1 Antwort Letzte Antwort
    0
    • S Offline
      S Offline
      Serial13579
      schrieb am zuletzt editiert von
      #685

      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 BraunT 1 Antwort Letzte Antwort
      0
      • S Serial13579

        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 BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von Thomas Braun
        #686

        @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
        

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        1 Antwort Letzte Antwort
        0
        • FeuersturmF Online
          FeuersturmF Online
          Feuersturm
          schrieb am zuletzt editiert von Feuersturm
          #687

          Vis 2 Version 2.0.31 steht auf npm zur Verfügung

          1 Antwort Letzte Antwort
          0
          • F Offline
            F Offline
            Fieldy
            schrieb am zuletzt editiert von
            #688

            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 Antwort Letzte Antwort
            1
            • FeuersturmF Online
              FeuersturmF Online
              Feuersturm
              schrieb am zuletzt editiert von
              #689

              Vis 2 Version 2.0.33 steht auf npm zur Verfügung

              1 Antwort Letzte Antwort
              0
              • M Offline
                M Offline
                Morluktom
                schrieb am zuletzt editiert von
                #690

                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)
                
                FeuersturmF 1 Antwort Letzte Antwort
                0
                • M Morluktom

                  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)
                  
                  FeuersturmF Online
                  FeuersturmF Online
                  Feuersturm
                  schrieb am zuletzt editiert von
                  #691

                  @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 Antwort Letzte Antwort
                  0
                  • FeuersturmF Feuersturm

                    @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 Offline
                    M Offline
                    Morluktom
                    schrieb am zuletzt editiert von
                    #692

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

                    FeuersturmF 1 Antwort Letzte Antwort
                    0
                    • M Morluktom

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

                      FeuersturmF Online
                      FeuersturmF Online
                      Feuersturm
                      schrieb am zuletzt editiert von
                      #693

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

                      1 Antwort Letzte Antwort
                      0
                      • M Offline
                        M Offline
                        Marsx79
                        schrieb am zuletzt editiert von Marsx79
                        #694

                        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.

                        HomoranH 1 Antwort Letzte Antwort
                        0
                        • M 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.

                          HomoranH Nicht stören
                          HomoranH Nicht stören
                          Homoran
                          Global Moderator Administrators
                          schrieb am zuletzt editiert von
                          #695

                          @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

                          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                          1 Antwort Letzte Antwort
                          0
                          • M Offline
                            M Offline
                            Marsx79
                            schrieb am zuletzt editiert von Marsx79
                            #696

                            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 Antwort Letzte Antwort
                            0
                            • D Offline
                              D Offline
                              duesterk
                              schrieb am zuletzt editiert von duesterk
                              #697

                              Hallo,

                              ich habe ein Problem mit dem hinzufügen eines Objekts im Vis.2 Material Widget.
                              Ich habe dazu ein Issue beim Vis2 Widget Material Adapter eröffnet.

                              Ich bin aber nicht sicher, ob es von Vis.2 oder eben vom Material Widget kommt.

                              Eventuell kann mir ja hier jemand helfen.

                              https://github.com/ioBroker/ioBroker.vis-2-widgets-material/issues/153

                              FeuersturmF 1 Antwort Letzte Antwort
                              0
                              • D duesterk

                                Hallo,

                                ich habe ein Problem mit dem hinzufügen eines Objekts im Vis.2 Material Widget.
                                Ich habe dazu ein Issue beim Vis2 Widget Material Adapter eröffnet.

                                Ich bin aber nicht sicher, ob es von Vis.2 oder eben vom Material Widget kommt.

                                Eventuell kann mir ja hier jemand helfen.

                                https://github.com/ioBroker/ioBroker.vis-2-widgets-material/issues/153

                                FeuersturmF Online
                                FeuersturmF Online
                                Feuersturm
                                schrieb am zuletzt editiert von
                                #698

                                @duesterk Ich hab dir mal im github issue geantwortet. Kann versuchen es bei mir nachzustellen.

                                ============

                                Mittlerweile gibt es auch vis2 version v2.0.35 auf npm

                                D 1 Antwort Letzte Antwort
                                0
                                • FeuersturmF Feuersturm

                                  @duesterk Ich hab dir mal im github issue geantwortet. Kann versuchen es bei mir nachzustellen.

                                  ============

                                  Mittlerweile gibt es auch vis2 version v2.0.35 auf npm

                                  D Offline
                                  D Offline
                                  duesterk
                                  schrieb am zuletzt editiert von
                                  #699

                                  @feuersturm Danke fürs prüfen, ich habe auch mit V2.0.35 das gleiche Problem.
                                  Es ist auch sehr seltsam, habe noch weiter an meiner Vis in Vis.2 gearbeitet und konnte keinweiteres Objekt finden, welches nicht funktioniert.
                                  Nur das genannte Objekt und ein paar wenige andere bekomme ich einfach nicht eingebunden.
                                  Habe auch die Objekte schon gelöscht und nachdem der Adapter die Objekte wieder neu hinzugefügt hat, habe ich immer noch das selbe Problem.

                                  1 Antwort Letzte Antwort
                                  0
                                  • W Offline
                                    W Offline
                                    wolfgam
                                    schrieb am zuletzt editiert von
                                    #700

                                    ich stehe hier irgendwie am Schlauch.

                                    • wie funktioniert der Steal von Attributen?
                                    • wie bekomme ich die Auswahlliste möglicher CSS Attribute angezeigt (z.B. border-style = dotted, dashed, solid,...)?

                                    VG
                                    Wolfgang

                                    FeuersturmF 1 Antwort Letzte Antwort
                                    0
                                    • MichaelScM Offline
                                      MichaelScM Offline
                                      MichaelSc
                                      schrieb am zuletzt editiert von
                                      #701

                                      Neue VIS2-Installation, zeigt sich wie folgt:
                                      1c2afaf0-34ca-4b36-8904-3efff688da0a-image.png
                                      Was muss ich noch tun?

                                      iOBroker (and the other stuff) on a Proxmox Installation on an Intel NUC10.
                                      IoT: Discarded Zigbee-System and all the hardware related to Zigbee; replaced with HomeMatic IP - very reliable.

                                      apollon77A 1 Antwort Letzte Antwort
                                      0
                                      • MichaelScM MichaelSc

                                        Neue VIS2-Installation, zeigt sich wie folgt:
                                        1c2afaf0-34ca-4b36-8904-3efff688da0a-image.png
                                        Was muss ich noch tun?

                                        apollon77A Online
                                        apollon77A Online
                                        apollon77
                                        schrieb am zuletzt editiert von
                                        #702

                                        @michaelsc versuch nochmal manuell zu migrieren, da scheint wohl die automatische übernahme nicht geklappt zuhaben. siehe post #1

                                        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                        MichaelScM 1 Antwort Letzte Antwort
                                        1
                                        • apollon77A apollon77

                                          @michaelsc versuch nochmal manuell zu migrieren, da scheint wohl die automatische übernahme nicht geklappt zuhaben. siehe post #1

                                          MichaelScM Offline
                                          MichaelScM Offline
                                          MichaelSc
                                          schrieb am zuletzt editiert von
                                          #703

                                          @apollon77 said in Test Adapter vis 2.0 (Alpha):

                                          @michaelsc versuch nochmal manuell zu migrieren...

                                          Mein Fehler. Der Hinweis auf Post #1 war schon goldrichtig: Der Adapter vis-metro war nicht richtig installiert.
                                          Nachdem ich den dann nochmal installiert hatte, kam im Aufruf "192.168.178.201:8082/vis-2-beta/edit.html?ALF1#..." sofort der Editor.
                                          Danke sehr!

                                          iOBroker (and the other stuff) on a Proxmox Installation on an Intel NUC10.
                                          IoT: Discarded Zigbee-System and all the hardware related to Zigbee; replaced with HomeMatic IP - very reliable.

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          394

                                          Online

                                          32.5k

                                          Benutzer

                                          81.6k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe