Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Adapter Paketverfolgung DHL, Briefe, Amazon, DPD,GLS,UPS,17T

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Adapter Paketverfolgung DHL, Briefe, Amazon, DPD,GLS,UPS,17T

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Christoph1337 last edited by

      @christoph1337

      Nicht grepen, dann fehlen u. U. die Zeilen davor.
      Und du bist immer noch root.

      1 Reply Last reply Reply Quote -1
      • T
        tombox @Christoph1337 last edited by

        @christoph1337 Also dein Problem wird gelöst mit

        cd /opt/iobroker
        npm install canvas
        

        Ist leider ein rebuild problem bei canvas

        Aber ich habe eigentlich die abhängigkeit beseitigt.

        Kannst du vorher nochmal via github installieren und schauen ob es geht wennnicht canvas neu

        Christoph1337 1 Reply Last reply Reply Quote 1
        • Christoph1337
          Christoph1337 @tombox last edited by Christoph1337

          @tombox Bester Mann!! Dank dir!

          Geht jetzt!

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

            @tombox

            danke dir ! Problem ist damit gelöst. Adapter läuft.

            1 Reply Last reply Reply Quote 0
            • Nashra
              Nashra Most Active Forum Testing last edited by Nashra

              Update vom js-controller gemacht, container neu gestartet
              und Parcel will nicht mehr

              host.ioBroker
              		2022-03-08 17:37:56.148	info	Rebuild for adapter system.adapter.parcel.0 not successful in 3 tries. Adapter will not be restarted again. Please execute "npm install --production" in adapter directory manually.
              host.ioBroker
              		2022-03-08 17:37:56.148	error	instance system.adapter.parcel.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
              host.ioBroker
              		2022-03-08 17:37:56.148	error	Caught by controller[0]: }
              host.ioBroker
              		2022-03-08 17:37:56.148	error	Caught by controller[0]: code: 'ERR_DLOPEN_FAILED'
              host.ioBroker
              		2022-03-08 17:37:56.148	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:790:12) {
              host.ioBroker
              		2022-03-08 17:37:56.148	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:950:32)
              host.ioBroker
              		2022-03-08 17:37:56.148	error	Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
              host.ioBroker
              		2022-03-08 17:37:56.148	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:1085:14)
              host.ioBroker
              		2022-03-08 17:37:56.148	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/canvas/lib/bindings.js:3:18)
              host.ioBroker
              		2022-03-08 17:37:56.148	error	Caught by controller[0]: at require (internal/modules/cjs/helpers.js:101:18)
              host.ioBroker
              		2022-03-08 17:37:56.148	error	Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:974:19)
              host.ioBroker
              		2022-03-08 17:37:56.148	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:790:12)
              host.ioBroker
              		2022-03-08 17:37:56.148	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:950:32)
              host.ioBroker
              		2022-03-08 17:37:56.148	error	Caught by controller[0]: at Object.Module._extensions..node (internal/modules/cjs/loader.js:1144:18)
              host.ioBroker
              		2022-03-08 17:37:56.148	error	Caught by controller[0]: the module (for instance, using `npm rebuild` or `npm install`).
              host.ioBroker
              		2022-03-08 17:37:56.148	error	Caught by controller[0]: NODE_MODULE_VERSION 83. Please try re-compiling or re-installing
              host.ioBroker
              		2022-03-08 17:37:56.148	error	Caught by controller[0]: NODE_MODULE_VERSION 72. This version of Node.js requires
              host.ioBroker
              		2022-03-08 17:37:56.148	error	Caught by controller[0]: was compiled against a different Node.js version using
              host.ioBroker
              		2022-03-08 17:37:56.147	error	Caught by controller[0]: Error: The module '/opt/iobroker/node_modules/canvas/build/Release/canvas.node'
              host.ioBroker
              		2022-03-08 17:37:56.147	error	Caught by controller[0]: ^
              host.ioBroker
              		2022-03-08 17:37:56.147	error	Caught by controller[0]: return process.dlopen(module, path.toNamespacedPath(filename));
              host.ioBroker
              		2022-03-08 17:37:56.147	error	Caught by controller[0]: internal/modules/cjs/loader.js:1144
              host.ioBroker
              		2022-03-08 17:37:55.784	info	instance system.adapter.parcel.0 started with pid 4446
              host.ioBroker
              		2022-03-08 17:37:55.671	info	"system.adapter.parcel.0" enabled
              host.ioBroker
              		2022-03-08 17:37:47.134	info	"system.adapter.parcel.0" disabled
              

              Oben steht ja "npm install --production", soll ich das im Ordner von Parcel ausführen?

              DJMarc75 1 Reply Last reply Reply Quote 0
              • DJMarc75
                DJMarc75 @Nashra last edited by

                @nashra
                wie oben beschrieben:

                cd /opt/iobroker
                npm install canvas
                
                Nashra 1 Reply Last reply Reply Quote 0
                • Nashra
                  Nashra Most Active Forum Testing @DJMarc75 last edited by

                  @djmarc75 sagte in Adapter Paketverfolgung DHL, Briefe, Amazon, DPD,GLS,UPS,17T:

                  @nashra
                  wie oben beschrieben:

                  cd /opt/iobroker
                  npm install canvas
                  

                  installiert, läuft, danke 👍

                  1 Reply Last reply Reply Quote 1
                  • G
                    Gruter last edited by Negalein

                    Hallo, habe gerade ein Fehler im Log gefunden bzgl Amazon:

                    parcel.0
                    2022-03-09 09:10:22.003	info	starting. Version 0.0.10 (non-npm: TA2k/ioBroker.parcel#f0b05683d32a7dbdecbbbdd93b1bb45736903364) in /opt/iobroker/node_modules/iobroker.parcel, node: v12.22.10, js-controller: 4.0.15
                    
                    parcel.0
                    2022-03-09 09:09:44.480	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                    
                    parcel.0
                    2022-03-09 09:09:44.478	info	terminating
                    
                    parcel.0
                    2022-03-09 09:09:44.473	error	Cannot read property 'length' of undefined
                    
                    parcel.0
                    2022-03-09 09:09:44.472	error	TypeError: Cannot read property 'length' of undefined at Parcel.getAmazonPackages (/opt/iobroker/node_modules/iobroker.parcel/main.js:1477:42) at processTicksAndRejections (internal/process/task_queues.js:97:5)
                    
                    parcel.0
                    2022-03-09 09:09:44.471	error	unhandled promise rejection: Cannot read property 'length' of undefined
                    
                    parcel.0
                    2022-03-09 09:09:44.470	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                    
                    parcel.0
                    2022-03-09 09:09:44.463	error	Error: getaddrinfo EAI_AGAIN www.amazon.de
                    

                    Mod-Edit: Code in </> Code-Tag gepackt!

                    T 1 Reply Last reply Reply Quote 0
                    • T
                      tombox @Gruter last edited by

                      @gruter Danke für den hinweis

                      1 Reply Last reply Reply Quote 0
                      • Nashra
                        Nashra Most Active Forum Testing last edited by

                        Wenn der Adapter per Schedule neu startet geht alles auf rot und bekomme dies

                        parcel.0
                        	794152	2022-03-09 18:00:00.062	info	Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                        parcel.0
                        	794152	2022-03-09 18:00:00.061	info	terminating
                        host.ioBroker
                        		2022-03-09 18:00:00.060	info	instance system.adapter.ical.0 started with pid 804678
                        parcel.0
                        	794152	2022-03-09 18:00:00.010	info	Scheduled restart.
                        
                        Christoph1337 1 Reply Last reply Reply Quote 0
                        • Christoph1337
                          Christoph1337 @Nashra last edited by

                          Nach dem letzten Update habe ich folgende Fehler im Log.

                          
                          parcel.0
                          2022-03-10 11:33:21.527	warn	State "parcel.0.amazon.json" has no existing object, this might lead to an error in future versions
                          
                          parcel.0
                          2022-03-10 11:33:13.441	error	[object Object],[object Object]
                          
                          parcel.0
                          2022-03-10 11:33:13.437	error	SyntaxError: Unexpected token o in JSON at position 1
                          
                          parcel.0
                          2022-03-10 11:30:28.803	warn	State "parcel.0.amazon.json" has no existing object, this might lead to an error in future versions
                          
                          parcel.0
                          2022-03-10 11:30:28.801	warn	State "parcel.0.amazon.json" has no existing object, this might lead to an error in future versions
                          
                          parcel.0
                          2022-03-10 11:30:19.587	error	[object Object],[object Object]
                          
                          parcel.0
                          2022-03-10 11:30:19.587	error	SyntaxError: Unexpected token o in JSON at position 1
                          
                          parcel.0
                          2022-03-10 11:30:19.088	error	[object Object],[object Object]
                          
                          parcel.0
                          2022-03-10 11:30:19.085	error	SyntaxError: Unexpected token o in JSON at position 1
                          
                          T 1 Reply Last reply Reply Quote 0
                          • T
                            tombox @Christoph1337 last edited by

                            @christoph1337 ist behoben

                            Xsev 1 Reply Last reply Reply Quote 1
                            • Bastian Lahrmann
                              Bastian Lahrmann last edited by

                              Parcel: v0.0.10
                              Nodejs: 14.19.0
                              NPM: 6.14.16

                              1. Ich habe im Parcer immer einen Syntax-Error. Wahrscheinlich kommt das von Hermes. Das stört dem Adapter nicht und er funktioniert trotzdem (wobei ich das bisher mit Hermes nicht ausprobieren konnte), aber im Log taucht es auf.
                              parcel.0 2022-03-11 07:52:28.242	debug	hermes merge provider json
                              parcel.0 2022-03-11 07:52:28.216	debug	Search can't be optimized because wildcard not at the end, fallback to keys!: function(doc) { if (doc.type === 'state') emit(doc._id, doc) }
                              parcel.0 2022-03-11 07:52:28.211	error	
                              parcel.0 2022-03-11 07:52:28.211	error	SyntaxError: Unexpected end of JSON input
                              parcel.0 2022-03-11 07:52:28.210	debug	[]
                              parcel.0 2022-03-11 07:52:27.852	debug	https://mobile-api.myhermes.de/mobile-api-web/v2/shipments
                              parcel.0 2022-03-11 07:52:27.852	debug	ups merge provider json
                              
                              1. Jeden Morgen bekomme ich über Telegram alle Pakete von DHL einmal zugeschickt, obwohl sich am Status (abgeschlossen/zugeschickt) nichts geändert hat. Vielleicht kann man diese Meldung noch unterdrücken.
                              T 1 Reply Last reply Reply Quote 0
                              • Xsev
                                Xsev @tombox last edited by

                                @tombox Hi tombox, ich hab heute mal aktualisiert um zu schauen ob das Problem weg ist aber anscheinend nicht.
                                DPD aktualisiert den Status nicht mehr automatisch, nur wenn man den Adapter neu startet aktualisiert er die Daten, da scheint evtl. was faul zu sein.

                                T 1 Reply Last reply Reply Quote 0
                                • David G.
                                  David G. last edited by David G.

                                  Habe jetzt mein erstes DPD Paket.

                                  Da wollte ich mal fragen, wie oft der Adapter das aktualisiert.
                                  Die App hat mir vor ca 30min einen neuen Status gesendet. Im Adapter ist dieser noch nicht angekommen.

                                  Bei den verbundenen Geräten sehe ich den Adapter nicht (nur mein Smartphone).

                                  Edit: Erste Frage hat sich erledigt.

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

                                    Falls ihr Fehler im LOG bzgl DHL habt, DHL hat grad Probleme .... hat nix mit dem Adapter zu tun

                                    1 Reply Last reply Reply Quote 1
                                    • T
                                      tombox @Bastian Lahrmann last edited by

                                      @bastian-lahrmann Ja ich bin noch auf der Suche was da manchmal bei hermes schief geht.
                                      Mal die aktuelle Version installieren und schauen ob es weg geht.

                                      Es wird der ganze Status überprüft ist der exakt der gleiche. Gerade wenn sich was von heute auf Datum ändert

                                      Bastian Lahrmann 1 Reply Last reply Reply Quote 1
                                      • T
                                        tombox @Xsev last edited by

                                        @xsev Ich habe bei dpd noch anpassungen gemacht bitte mal prüfen. Und schauen ob die Aktualisierung sofort kommt oder erst nach 1h.

                                        Xsev 1 Reply Last reply Reply Quote 0
                                        • Bastian Lahrmann
                                          Bastian Lahrmann @tombox last edited by

                                          @tombox
                                          Zumindest sind die Json-Meldungen weg, dafür kommt bei mir seit gestern abend DHL dazu. Mein Anfrageintervall steht auf 20min.

                                          parcel.0
                                          2022-03-12 06:11:59.540	error	[{"message":"Bitte versuchen Sie es zu einem späteren Zeitpunkt erneut.","headline":"Es ist leider ein Fehler aufgetreten."}]
                                          parcel.0
                                          2022-03-12 06:11:59.540	error	Error: Request failed with status code 500
                                          parcel.0
                                          2022-03-12 06:11:59.538	error	https://www.dhl.de/int-aviseanzeigen/advices?width=414
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Xsev
                                            Xsev @tombox last edited by

                                            @tombox Danke! Ich kanns aktuell nur nicht testen, da ich grad keine Sendung mehr im Zulauf habe.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            721
                                            Online

                                            31.8k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            17track amazon briefe dhl dpd gls ups
                                            122
                                            1534
                                            461898
                                            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