Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Adapter Paketverfolgung DHL, Briefe, Amazon, DPD,GLS,UPS,17T

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    331

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.8k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

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

Scheduled Pinned Locked Moved Tester
17trackamazonbriefedhldpdglsups
1.5k Posts 126 Posters 574.3k Views 119 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Thomas BraunT Thomas Braun

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

    Es gibt einen Fehler nach dem Update. Der Adapter steht.

    Welchen?
    LogFile vom Adapter-Start zeigen. Als Text. In CodeTags.

    Christoph1337C Offline
    Christoph1337C Offline
    Christoph1337
    wrote on last edited by
    #553

    @thomas-braun

    root@iobroker:/opt/iobroker/log# tail -f -n 200 iobroker.current.log | grep parcel
    
    
    
    2022-03-08 12:40:24.729  - info: host.iobroker "system.adapter.parcel.0" disabled
    2022-03-08 12:40:26.075  - info: host.iobroker "system.adapter.parcel.0" enabled
    2022-03-08 12:40:26.414  - info: host.iobroker instance system.adapter.parcel.0 started with pid 5088
    2022-03-08 12:40:27.196  - error: host.iobroker instance system.adapter.parcel.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
    2022-03-08 12:40:27.196  - info: host.iobroker 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.
    
    
    Thomas BraunT T 2 Replies Last reply
    0
    • Christoph1337C Christoph1337

      @thomas-braun

      root@iobroker:/opt/iobroker/log# tail -f -n 200 iobroker.current.log | grep parcel
      
      
      
      2022-03-08 12:40:24.729  - info: host.iobroker "system.adapter.parcel.0" disabled
      2022-03-08 12:40:26.075  - info: host.iobroker "system.adapter.parcel.0" enabled
      2022-03-08 12:40:26.414  - info: host.iobroker instance system.adapter.parcel.0 started with pid 5088
      2022-03-08 12:40:27.196  - error: host.iobroker instance system.adapter.parcel.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      2022-03-08 12:40:27.196  - info: host.iobroker 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.
      
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by
      #554

      @christoph1337

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

      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 Reply Last reply
      -1
      • Christoph1337C Christoph1337

        @thomas-braun

        root@iobroker:/opt/iobroker/log# tail -f -n 200 iobroker.current.log | grep parcel
        
        
        
        2022-03-08 12:40:24.729  - info: host.iobroker "system.adapter.parcel.0" disabled
        2022-03-08 12:40:26.075  - info: host.iobroker "system.adapter.parcel.0" enabled
        2022-03-08 12:40:26.414  - info: host.iobroker instance system.adapter.parcel.0 started with pid 5088
        2022-03-08 12:40:27.196  - error: host.iobroker instance system.adapter.parcel.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
        2022-03-08 12:40:27.196  - info: host.iobroker 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.
        
        
        T Offline
        T Offline
        tombox
        wrote on last edited by
        #555

        @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

        Christoph1337C 1 Reply Last reply
        1
        • T tombox

          @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

          Christoph1337C Offline
          Christoph1337C Offline
          Christoph1337
          wrote on last edited by Christoph1337
          #556

          @tombox Bester Mann!! Dank dir!

          Geht jetzt!

          1 Reply Last reply
          0
          • T tombox

            @senior1418 Ich hatte gehofft das canvas raus ist hattest du mal manuell canvas installiert oder
            kannst du mal folgendes ausführen

            cd /opt/iobroker/node_modules
            npm list canvas
            
            
            S Offline
            S Offline
            senior1418
            wrote on last edited by
            #557

            @tombox

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

            1 Reply Last reply
            0
            • NashraN Offline
              NashraN Offline
              Nashra
              Most Active Forum Testing
              wrote on last edited by Nashra
              #558

              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?

              Gruß Ralf
              Mir egal, wer Dein Vater ist! Wenn ich hier angel, wird nicht übers Wasser gelaufen!!

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

              DJMarc75D 1 Reply Last reply
              0
              • NashraN 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?

                DJMarc75D Offline
                DJMarc75D Offline
                DJMarc75
                wrote on last edited by
                #559

                @nashra
                wie oben beschrieben:

                cd /opt/iobroker
                npm install canvas
                

                Lehrling seit 1975 !!!
                Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                NashraN 1 Reply Last reply
                0
                • DJMarc75D DJMarc75

                  @nashra
                  wie oben beschrieben:

                  cd /opt/iobroker
                  npm install canvas
                  
                  NashraN Offline
                  NashraN Offline
                  Nashra
                  Most Active Forum Testing
                  wrote on last edited by
                  #560

                  @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:

                  Gruß Ralf
                  Mir egal, wer Dein Vater ist! Wenn ich hier angel, wird nicht übers Wasser gelaufen!!

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

                  1 Reply Last reply
                  1
                  • G Offline
                    G Offline
                    Gruter
                    wrote on last edited by Negalein
                    #561

                    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
                    0
                    • G Gruter

                      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 Offline
                      T Offline
                      tombox
                      wrote on last edited by
                      #562

                      @gruter Danke für den hinweis

                      1 Reply Last reply
                      0
                      • NashraN Offline
                        NashraN Offline
                        Nashra
                        Most Active Forum Testing
                        wrote on last edited by
                        #563

                        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.
                        

                        Gruß Ralf
                        Mir egal, wer Dein Vater ist! Wenn ich hier angel, wird nicht übers Wasser gelaufen!!

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

                        Christoph1337C 1 Reply Last reply
                        0
                        • NashraN Nashra

                          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.
                          
                          Christoph1337C Offline
                          Christoph1337C Offline
                          Christoph1337
                          wrote on last edited by
                          #564

                          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
                          0
                          • Christoph1337C Christoph1337

                            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 Offline
                            T Offline
                            tombox
                            wrote on last edited by
                            #565

                            @christoph1337 ist behoben

                            XsevX 1 Reply Last reply
                            1
                            • Bastian LahrmannB Offline
                              Bastian LahrmannB Offline
                              Bastian Lahrmann
                              wrote on last edited by
                              #566

                              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
                              0
                              • T tombox

                                @christoph1337 ist behoben

                                XsevX Offline
                                XsevX Offline
                                Xsev
                                wrote on last edited by
                                #567

                                @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
                                0
                                • David G.D Online
                                  David G.D Online
                                  David G.
                                  wrote on last edited by David G.
                                  #568

                                  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.

                                  Zeigt eure Lovelace-Visualisierung klick
                                  (Auch ideal um sich Anregungen zu holen)

                                  Meine Tabellen für eure Visualisierung klick

                                  1 Reply Last reply
                                  0
                                  • DJMarc75D Offline
                                    DJMarc75D Offline
                                    DJMarc75
                                    wrote on last edited by
                                    #569

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

                                    Lehrling seit 1975 !!!
                                    Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                                    https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                                    1 Reply Last reply
                                    1
                                    • Bastian LahrmannB Bastian Lahrmann

                                      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 Offline
                                      T Offline
                                      tombox
                                      wrote on last edited by
                                      #570

                                      @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 LahrmannB 1 Reply Last reply
                                      1
                                      • XsevX Xsev

                                        @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 Offline
                                        T Offline
                                        tombox
                                        wrote on last edited by
                                        #571

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

                                        XsevX 1 Reply Last reply
                                        0
                                        • T tombox

                                          @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 LahrmannB Offline
                                          Bastian LahrmannB Offline
                                          Bastian Lahrmann
                                          wrote on last edited by
                                          #572

                                          @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 BraunT 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          577

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe