Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Blockly
    5. Auswahl vom Objekt funktioniert nicht ?

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Auswahl vom Objekt funktioniert nicht ?

    This topic has been deleted. Only users with topic management privileges can see it.
    • Humidor
      Humidor @Homoran last edited by Humidor

      @homoran im Log steht nichts drin

      Bildschirmfoto 2021-02-14 um 12.53.54.png

      Google Chrome ist auf dem neuesten Stand.
      Version 88.0.4324.150 (Offizieller Build) (x86_64)

      NodeJS ist noch 10 bei mir, kann das was verursachen?
      Node.js
      v10.23.2 (Es gibt eine neuere Version: v10.23.3 - Empfohlene Version v12.20.1)

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

        @humidor sagte in Auswahl vom Objekt funktioniert nicht ?:

        NodeJS ist noch 10 bei mir, kann das was verursachen?

        in deinem Fall wahrscheinlich nicht.

        @homoran sagte in Auswahl vom Objekt funktioniert nicht ?:

        nix Blockly - nix global
        Was hast du vor?

        Humidor 1 Reply Last reply Reply Quote 0
        • Humidor
          Humidor @Homoran last edited by

          @homoran sagte in Auswahl vom Objekt funktioniert nicht ?:
          @homoran sagte in Auswahl vom Objekt funktioniert nicht ?:

          nix Blockly - nix global
          Was hast du vor?

          nix, probieren, testen...

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

            @humidor sagte in Auswahl vom Objekt funktioniert nicht ?:

            @homoran sagte in Auswahl vom Objekt funktioniert nicht ?:
            @homoran sagte in Auswahl vom Objekt funktioniert nicht ?:

            nix Blockly - nix global
            Was hast du vor?

            nix, probieren, testen...

            alles in global löschen!
            ist nicht ohne Grund nur für Experten freigegeben

            Humidor 1 Reply Last reply Reply Quote 0
            • Humidor
              Humidor @Homoran last edited by

              @homoran beim öffnen von scripts:
              Bildschirmfoto 2021-02-14 um 12.59.47.png
              global lösche ich.

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

                @humidor sagte in Auswahl vom Objekt funktioniert nicht ?:

                beim öffnen von scripts:

                nix rot!

                und sonst?

                Humidor 1 Reply Last reply Reply Quote 0
                • Humidor
                  Humidor @Homoran last edited by

                  @homoran neues Blockly Script 2 (common)
                  Bildschirmfoto 2021-02-14 um 13.03.05.png

                  ich mache weiter....

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

                    @humidor sagte in Auswahl vom Objekt funktioniert nicht ?:

                    ich mache weiter....

                    geht's denn jetzt wieder???

                    Du machst es einem wirklich nie leicht!

                    Humidor 1 Reply Last reply Reply Quote 0
                    • Humidor
                      Humidor @Homoran last edited by Humidor

                      @homoran .. wenn ich schon schreibe.. ich mach weiter... dann bitte warte doch mal ab, ich kann nicht zaubern!

                      so nun bei der Auswahl des Objektes (das vorher schon funktioniert hat):
                      Bildschirmfoto 2021-02-14 um 13.04.50.png

                      der Fehler ist erst beim 2. mal auswählen vom 170 er erfolgt:
                      Bildschirmfoto 2021-02-14 um 13.06.30.png

                      wähle ich andere Werte aus, kommt auch keine Fehler... ??

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

                        @humidor sagte in Auswahl vom Objekt funktioniert nicht ?:

                        wenn ich schon schreibe.. ich mach weiter... dann bitte warte doch mal ab

                        Das klang für mich wie:
                        Läuft alles, jetzt kann ich weiter arbeiten

                        Humidor 1 Reply Last reply Reply Quote 0
                        • Humidor
                          Humidor @Homoran last edited by

                          @homoran passt scho! sagt dir der forbidden etwas?

                          Humidor 1 Reply Last reply Reply Quote 0
                          • Humidor
                            Humidor @Humidor last edited by Humidor

                            @humidor jetzt wollte ich das untere Blockly in die Math.Abfrage raufschieben, ist die Debuganzeige förmlich explodiert, wenn den Mauszeiger bewege, zählt es hoch...
                            Bildschirmfoto 2021-02-14 um 13.19.22.png

                            helpers.ts:111 Uncaught TypeError: text.replace is not a function
                                at Blockly.FieldOID.setValue (field_oid.js:128)
                                at Blockly.InsertionMarkerManager.createMarkerBlock_ (blockly_compressed.js:290)
                                at new Blockly.InsertionMarkerManager (blockly_compressed.js:286)
                                at new Blockly.BlockDragger (blockly_compressed.js:304)
                                at Blockly.TouchGesture.Blockly.Gesture.startDraggingBlock_ (blockly_compressed.js:428)
                                at Blockly.TouchGesture.Blockly.Gesture.updateIsDraggingBlock_ (blockly_compressed.js:425)
                                at Blockly.TouchGesture.Blockly.Gesture.updateIsDragging_ (blockly_compressed.js:427)
                                at Blockly.TouchGesture.Blockly.Gesture.updateFromEvent_ (blockly_compressed.js:422)
                                at Blockly.TouchGesture.Blockly.Gesture.handleMove (blockly_compressed.js:433)
                                at Blockly.TouchGesture.handleMove (blockly_compressed.js:730)
                                at HTMLDocument.h (blockly_compressed.js:866)
                                at HTMLDocument.r (helpers.ts:87)
                            Blockly.FieldOID.setValue @ field_oid.js:128
                            Blockly.InsertionMarkerManager.createMarkerBlock_ @ blockly_compressed.js:290
                            Blockly.InsertionMarkerManager @ blockly_compressed.js:286
                            Blockly.BlockDragger @ blockly_compressed.js:304
                            Blockly.Gesture.startDraggingBlock_ @ blockly_compressed.js:428
                            Blockly.Gesture.updateIsDraggingBlock_ @ blockly_compressed.js:425
                            Blockly.Gesture.updateIsDragging_ @ blockly_compressed.js:427
                            Blockly.Gesture.updateFromEvent_ @ blockly_compressed.js:422
                            Blockly.Gesture.handleMove @ blockly_compressed.js:433
                            Blockly.TouchGesture.handleMove @ blockly_compressed.js:730
                            h @ blockly_compressed.js:866
                            r @ helpers.ts:87
                            32helpers.ts:111 Uncaught TypeError: Cannot read property 'dragBlock' of null
                                at Blockly.TouchGesture.Blockly.Gesture.handleMove (blockly_compressed.js:433)
                                at Blockly.TouchGesture.handleMove (blockly_compressed.js:730)
                                at HTMLDocument.h (blockly_compressed.js:866)
                                at HTMLDocument.r (helpers.ts:87)
                            Blockly.Gesture.handleMove @ blockly_compressed.js:433
                            Blockly.TouchGesture.handleMove @ blockly_compressed.js:730
                            h @ blockly_compressed.js:866
                            r @ helpers.ts:87
                            instrument.ts:157 POST https://sentry.iobroker.net/api/56/store/?sentry_key=504499a725eb4898930d3b9e9da95740&sentry_version=7 403 (Forbidden)
                            (anonymous) @ instrument.ts:157
                            (anonymous) @ fetch.ts:49
                            e @ syncpromise.ts:34
                            t.sendEvent @ fetch.ts:47
                            e.sendEvent @ basebackend.ts:91
                            e._sendEvent @ baseclient.ts:392
                            t._sendEvent @ client.ts:78
                            (anonymous) @ baseclient.ts:438
                            onfulfilled @ syncpromise.ts:102
                            (anonymous) @ syncpromise.ts:228
                            _executeHandlers @ syncpromise.ts:220
                            _attachHandler @ syncpromise.ts:208
                            (anonymous) @ syncpromise.ts:92
                            e @ syncpromise.ts:34
                            e.then @ syncpromise.ts:91
                            (anonymous) @ baseclient.ts:426
                            e @ syncpromise.ts:34
                            e._processEvent @ baseclient.ts:424
                            e.captureEvent @ baseclient.ts:130
                            (anonymous) @ baseclient.ts:98
                            onfulfilled @ syncpromise.ts:102
                            (anonymous) @ syncpromise.ts:228
                            _executeHandlers @ syncpromise.ts:220
                            _attachHandler @ syncpromise.ts:208
                            (anonymous) @ syncpromise.ts:92
                            e @ syncpromise.ts:34
                            e.then @ syncpromise.ts:91
                            e.captureException @ baseclient.ts:97
                            e._invokeClient @ hub.ts:394
                            e.captureException @ hub.ts:169
                            de @ index.ts:24
                            fe @ index.ts:43
                            (anonymous) @ helpers.ts:108
                            e.withScope @ hub.ts:116
                            de @ index.ts:24
                            pe @ index.ts:174
                            r @ helpers.ts:91
                            Show 7 more frames
                            instrument.ts:157 POST https://sentry.iobroker.net/api/56/store/?sentry_key=504499a725eb4898930d3b9e9da95740&sentry_version=7 403 (Forbidden)
                            (anonymous) @ instrument.ts:157
                            (anonymous) @ fetch.ts:49
                            e @ syncpromise.ts:34
                            t.sendEvent @ fetch.ts:47
                            e.sendEvent @ basebackend.ts:91
                            e._sendEvent @ baseclient.ts:392
                            t._sendEvent @ client.ts:78
                            (anonymous) @ baseclient.ts:438
                            onfulfilled @ syncpromise.ts:102
                            (anonymous) @ syncpromise.ts:228
                            _executeHandlers @ syncpromise.ts:220
                            _attachHandler @ syncpromise.ts:208
                            (anonymous) @ syncpromise.ts:92
                            e @ syncpromise.ts:34
                            e.then @ syncpromise.ts:91
                            (anonymous) @ baseclient.ts:426
                            e @ syncpromise.ts:34
                            e._processEvent @ baseclient.ts:424
                            e.captureEvent @ baseclient.ts:130
                            (anonymous) @ baseclient.ts:98
                            onfulfilled @ syncpromise.ts:102
                            (anonymous) @ syncpromise.ts:228
                            _executeHandlers @ syncpromise.ts:220
                            _attachHandler @ syncpromise.ts:208
                            (anonymous) @ syncpromise.ts:92
                            e @ syncpromise.ts:34
                            e.then @ syncpromise.ts:91
                            e.captureException @ baseclient.ts:97
                            e._invokeClient @ hub.ts:394
                            e.captureException @ hub.ts:169
                            de @ index.ts:24
                            fe @ index.ts:43
                            (anonymous) @ helpers.ts:108
                            e.withScope @ hub.ts:116
                            de @ index.ts:24
                            pe @ index.ts:174
                            r @ helpers.ts:91
                            Show 7 more frames
                            2helpers.ts:111 Uncaught TypeError: Cannot read property 'dragBlock' of null
                                at Blockly.TouchGesture.Blockly.Gesture.handleMove (blockly_compressed.js:433)
                                at Blockly.TouchGesture.handleMove (blockly_compressed.js:730)
                                at HTMLDocument.h (blockly_compressed.js:866)
                                at HTMLDocument.r (helpers.ts:87)
                            Blockly.Gesture.handleMove @ blockly_compressed.js:433
                            Blockly.TouchGesture.handleMove @ blockly_compressed.js:730
                            h @ blockly_compressed.js:866
                            r @ helpers.ts:87
                            helpers.ts:111 Uncaught TypeError: Cannot read property 'endBlockDrag' of null
                                at Blockly.TouchGesture.Blockly.Gesture.handleUp (blockly_compressed.js:434)
                                at Blockly.TouchGesture.handleUp (blockly_compressed.js:731)
                                at HTMLDocument.h (blockly_compressed.js:866)
                                at HTMLDocument.r (helpers.ts:87)
                            Blockly.Gesture.handleUp @ blockly_compressed.js:434
                            Blockly.TouchGesture.handleUp @ blockly_compressed.js:731
                            h @ blockly_compressed.js:866
                            r @ helpers.ts:87
                            helpers.ts:111 Uncaught TypeError: Cannot read property 'dragBlock' of null
                                at Blockly.TouchGesture.Blockly.Gesture.handleMove (blockly_compressed.js:433)
                                at Blockly.TouchGesture.handleMove (blockly_compressed.js:730)
                                at HTMLDocument.h (blockly_compressed.js:866)
                                at HTMLDocument.r (helpers.ts:87)
                            Blockly.Gesture.handleMove @ blockly_compressed.js:433
                            Blockly.TouchGesture.handleMove @ blockly_compressed.js:730
                            h @ blockly_compressed.js:866
                            r @ helpers.ts:87
                            instrument.ts:157 POST https://sentry.iobroker.net/api/56/store/?sentry_key=504499a725eb4898930d3b9e9da95740&sentry_version=7 403 (Forbidden)
                            (anonymous) @ instrument.ts:157
                            (anonymous) @ fetch.ts:49
                            e @ syncpromise.ts:34
                            t.sendEvent @ fetch.ts:47
                            e.sendEvent @ basebackend.ts:91
                            e._sendEvent @ baseclient.ts:392
                            t._sendEvent @ client.ts:78
                            (anonymous) @ baseclient.ts:438
                            onfulfilled @ syncpromise.ts:102
                            (anonymous) @ syncpromise.ts:228
                            _executeHandlers @ syncpromise.ts:220
                            _attachHandler @ syncpromise.ts:208
                            (anonymous) @ syncpromise.ts:92
                            e @ syncpromise.ts:34
                            e.then @ syncpromise.ts:91
                            (anonymous) @ baseclient.ts:426
                            e @ syncpromise.ts:34
                            e._processEvent @ baseclient.ts:424
                            e.captureEvent @ baseclient.ts:130
                            (anonymous) @ baseclient.ts:98
                            onfulfilled @ syncpromise.ts:102
                            (anonymous) @ syncpromise.ts:228
                            _executeHandlers @ syncpromise.ts:220
                            _attachHandler @ syncpromise.ts:208
                            (anonymous) @ syncpromise.ts:92
                            e @ syncpromise.ts:34
                            e.then @ syncpromise.ts:91
                            e.captureException @ baseclient.ts:97
                            e._invokeClient @ hub.ts:394
                            e.captureException @ hub.ts:169
                            de @ index.ts:24
                            fe @ index.ts:43
                            (anonymous) @ helpers.ts:108
                            e.withScope @ hub.ts:116
                            de @ index.ts:24
                            pe @ index.ts:174
                            r @ helpers.ts:91
                            Show 7 more frames
                            instrument.ts:157 POST https://sentry.iobroker.net/api/56/store/?sentry_key=504499a725eb4898930d3b9e9da95740&sentry_version=7 403 (Forbidden)
                            (anonymous) @ instrument.ts:157
                            (anonymous) @ fetch.ts:49
                            e @ syncpromise.ts:34
                            t.sendEvent @ fetch.ts:47
                            e.sendEvent @ basebackend.ts:91
                            e._sendEvent @ baseclient.ts:392
                            t._sendEvent @ client.ts:78
                            (anonymous) @ baseclient.ts:438
                            onfulfilled @ syncpromise.ts:102
                            (anonymous) @ syncpromise.ts:228
                            _executeHandlers @ syncpromise.ts:220
                            _attachHandler @ syncpromise.ts:208
                            (anonymous) @ syncpromise.ts:92
                            e @ syncpromise.ts:34
                            e.then @ syncpromise.ts:91
                            (anonymous) @ baseclient.ts:426
                            e @ syncpromise.ts:34
                            e._processEvent @ baseclient.ts:424
                            e.captureEvent @ baseclient.ts:130
                            (anonymous) @ baseclient.ts:98
                            onfulfilled @ syncpromise.ts:102
                            (anonymous) @ syncpromise.ts:228
                            _executeHandlers @ syncpromise.ts:220
                            _attachHandler @ syncpromise.ts:208
                            (anonymous) @ syncpromise.ts:92
                            e @ syncpromise.ts:34
                            e.then @ syncpromise.ts:91
                            e.captureException @ baseclient.ts:97
                            e._invokeClient @ hub.ts:394
                            e.captureException @ hub.ts:169
                            de @ index.ts:24
                            fe @ index.ts:43
                            (anonymous) @ helpers.ts:108
                            e.withScope @ hub.ts:116
                            de @ index.ts:24
                            pe @ index.ts:174
                            r @ helpers.ts:91
                            Show 7 more frames
                            411helpers.ts:111 Uncaught TypeError: Cannot read property 'dragBlock' of null
                                at Blockly.TouchGesture.Blockly.Gesture.handleMove (blockly_compressed.js:433)
                                at Blockly.TouchGesture.handleMove (blockly_compressed.js:730)
                                at HTMLDocument.h (blockly_compressed.js:866)
                                at HTMLDocument.r (helpers.ts:87)
                            

                            habs mim Safari probiert, gleich.

                            Humidor 1 Reply Last reply Reply Quote 0
                            • Humidor
                              Humidor @Humidor last edited by

                              @Homoran noch eine Idee? ich habs jetzt mehrfach und Restart probiert, immer dasselbe Ergebnis

                              Glasfaser 1 Reply Last reply Reply Quote 0
                              • Glasfaser
                                Glasfaser @Humidor last edited by Glasfaser

                                @humidor sagte in Auswahl vom Objekt funktioniert nicht ?:

                                noch eine Idee? i

                                JA , schalte die Konsole aus die Stört ..
                                Refresh die Seite und lass die Konsole aus ... dann wirst du sehen das Blockly Funktioniert

                                Selber gerade geteste :

                                Konsole im Hintergrund an , Fehler wie bei dir .
                                Konsole aus , als Normal wie es sein soll !!!

                                Humidor 1 Reply Last reply Reply Quote 0
                                • Humidor
                                  Humidor @Glasfaser last edited by

                                  @glasfaser danke, aber was ist eine Konsole?

                                  Glasfaser 1 Reply Last reply Reply Quote 0
                                  • Glasfaser
                                    Glasfaser @Humidor last edited by

                                    @humidor

                                    dein F12

                                    Humidor 1 Reply Last reply Reply Quote 0
                                    • Humidor
                                      Humidor @Glasfaser last edited by

                                      @glasfaser sagte in Auswahl vom Objekt funktioniert nicht ?:

                                      @humidor

                                      dein F12

                                      verstehe ich dann nicht, ich schalte die ja ein, weil es nicht funktioniert!

                                      Glasfaser 1 Reply Last reply Reply Quote 0
                                      • Glasfaser
                                        Glasfaser @Humidor last edited by

                                        @humidor

                                        Lass es aus , es stört bei Blockly ....

                                        Humidor 1 Reply Last reply Reply Quote 0
                                        • Humidor
                                          Humidor @Glasfaser last edited by Humidor

                                          @glasfaser ok, habe es aus. Neues Script erstellt und gleiche Situation wieder
                                          es funktioniert nicht.
                                          Blockly geht da auf Error und ich kann gar nichts mehr bedienen.

                                          Glasfaser 2 Replies Last reply Reply Quote 0
                                          • Glasfaser
                                            Glasfaser @Humidor last edited by

                                            @humidor

                                            Refersh der Seite !

                                            Was das selbe ... ?

                                            Humidor 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            850
                                            Online

                                            32.0k
                                            Users

                                            80.5k
                                            Topics

                                            1.3m
                                            Posts

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