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 Coronavirus Statistics for ioBroker

NEWS

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

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.1k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    2.8k

Test Coronavirus Statistics for ioBroker

Geplant Angeheftet Gesperrt Verschoben Tester
adapter installationadapterentwicklungtesten
1.2k Beiträge 120 Kommentatoren 338.8k Aufrufe 94 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.
  • harrymH Offline
    harrymH Offline
    harrym
    schrieb am zuletzt editiert von
    #340

    german federal funzt ja ....

    de countries tun ned

    ASRock FM2A88X-ITX+ mit 32GB RAM, 128GB SSD mit Proxmox, 3x1 TB SSD als RAID mit CT und VMs.

    1 Antwort Letzte Antwort
    0
    • DutchmanD Dutchman

      @harrym sagte in Test Coronavirus Statistics for ioBroker:

      @Dutchman kann ich dir irgendwie behilflich sein?

      bissl nerdy : Problem ist das er die configuration nicht lädt :

      {
      false  "deleteUnused": true,
      false  "loadAllCountrys": false,
      false  "countries": [
      false    
      false  ],
      false  "getContinents": true,
      false  "getGermanFederalStates": true,
      false  "getAllGermanFederalStates": false,
      false  "allGermanFederalStates": [
      false    
      false  ],
      false  "getGermanCountyStates": true,
      false  "getAllGermanCountyStates": false,
      false  "allGermanCounty": [
      false    
      false  ]
      false}
      

      obwohl es aber da ist :/

        "native": {
          "deleteUnused": true,
          "loadAllCountrys": false,
          "getContinents": true,
          "getGermanFederalStates": true,
          "getAllGermanFederalStates": false,
          "getGermanCountyStates": true,
          "getAllGermanCountyStates": false,
          "countries": [
            "Belgium",
            "Canada",
            "Iran",
            "Netherlands"
          ],
          "allGermanFederalStates": [],
          "allGermanCounty": []
        },
      
      sigi234S Online
      sigi234S Online
      sigi234
      Forum Testing Most Active
      schrieb am zuletzt editiert von
      #341

      @Dutchman

      Vielleicht hilft das

      {
        "_id": "system.adapter.coronavirus-statistics.0",
        "common": {
          "name": "coronavirus-statistics",
          "version": "0.4.7",
          "title": "COVID-19 live information",
          "authors": [
            "DutchmanNL <rdrozda86@gmail.com>"
          ],
          "contributors": [
            "GermanBluefox",
            "AlCalzone",
            "Scrounger",
            "KLNV"
          ],
          "keywords": [
            "virus",
            "covid",
            "corona",
            "pandemie"
          ],
          "license": "MIT",
          "noConfig": false,
          "platform": "Javascript/Node.js",
          "main": "main.js",
          "icon": "coronavirus-statistics.png",
          "enabled": true,
          "extIcon": "https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/master/admin/coronavirus-statistics.png",
          "readme": "https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/blob/master/README.md",
          "loglevel": "info",
          "mode": "schedule",
          "schedule": "*/58 * * * *",
          "allowInit": true,
          "type": "health",
          "compact": true,
          "connectionType": "cloud",
          "dataSource": "poll",
          "materialize": true,
          "dependencies": [
            {
              "js-controller": ">=1.4.2"
            }
          ],
          "installedFrom": "https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/tarball/543c89913a1e926bd3ec893cc19bd6f26ada7d58",
          "installedVersion": "0.4.7",
          "host": "Medion(Test)",
          "runAsCompactMode": null,
          "compactGroup": 1
        },
        "native": {
          "countries": [
            "Australia",
            "Austria",
            "Belgium",
            "Bosnia and Herzegovina",
            "China",
            "Croatia",
            "Czechia",
            "France",
            "Germany",
            "Greece",
            "Hungary",
            "Italy",
            "Japan",
            "Liechtenstein",
            "Netherlands",
            "Norway",
            "Poland",
            "Spain",
            "Sweden",
            "Switzerland",
            "UK",
            "USA"
          ],
          "allGermanCounty": [],
          "allGermanFederalStates": [],
          "loadAllCountrys": false,
          "getContinents": true,
          "deleteUnused": true,
          "getGermanFederalStates": false,
          "getGermanCountyStates": true,
          "getAllGermanFederalStates": false,
          "getAllGermanCountyStates": false
        }
      }
      

      Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
      Immer Daten sichern!

      DutchmanD 1 Antwort Letzte Antwort
      0
      • sigi234S sigi234

        @Dutchman

        Vielleicht hilft das

        {
          "_id": "system.adapter.coronavirus-statistics.0",
          "common": {
            "name": "coronavirus-statistics",
            "version": "0.4.7",
            "title": "COVID-19 live information",
            "authors": [
              "DutchmanNL <rdrozda86@gmail.com>"
            ],
            "contributors": [
              "GermanBluefox",
              "AlCalzone",
              "Scrounger",
              "KLNV"
            ],
            "keywords": [
              "virus",
              "covid",
              "corona",
              "pandemie"
            ],
            "license": "MIT",
            "noConfig": false,
            "platform": "Javascript/Node.js",
            "main": "main.js",
            "icon": "coronavirus-statistics.png",
            "enabled": true,
            "extIcon": "https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/master/admin/coronavirus-statistics.png",
            "readme": "https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/blob/master/README.md",
            "loglevel": "info",
            "mode": "schedule",
            "schedule": "*/58 * * * *",
            "allowInit": true,
            "type": "health",
            "compact": true,
            "connectionType": "cloud",
            "dataSource": "poll",
            "materialize": true,
            "dependencies": [
              {
                "js-controller": ">=1.4.2"
              }
            ],
            "installedFrom": "https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/tarball/543c89913a1e926bd3ec893cc19bd6f26ada7d58",
            "installedVersion": "0.4.7",
            "host": "Medion(Test)",
            "runAsCompactMode": null,
            "compactGroup": 1
          },
          "native": {
            "countries": [
              "Australia",
              "Austria",
              "Belgium",
              "Bosnia and Herzegovina",
              "China",
              "Croatia",
              "Czechia",
              "France",
              "Germany",
              "Greece",
              "Hungary",
              "Italy",
              "Japan",
              "Liechtenstein",
              "Netherlands",
              "Norway",
              "Poland",
              "Spain",
              "Sweden",
              "Switzerland",
              "UK",
              "USA"
            ],
            "allGermanCounty": [],
            "allGermanFederalStates": [],
            "loadAllCountrys": false,
            "getContinents": true,
            "deleteUnused": true,
            "getGermanFederalStates": false,
            "getGermanCountyStates": true,
            "getAllGermanFederalStates": false,
            "getAllGermanCountyStates": false
          }
        }
        
        DutchmanD Offline
        DutchmanD Offline
        Dutchman
        Developer Most Active Administrators
        schrieb am zuletzt editiert von
        #342

        @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

        Vielleicht hilft das

        auch bei dir sind sie da

          "native": {
            "countries": [
              "Australia",
              "Austria",
              "Belgium",
              "Bosnia and Herzegovina",
              "China",
              "Croatia",
              "Czechia",
              "France",
              "Germany",
              "Greece",
              "Hungary",
              "Italy",
              "Japan",
              "Liechtenstein",
              "Netherlands",
              "Norway",
              "Poland",
              "Spain",
              "Sweden",
              "Switzerland",
              "UK",
              "USA"
            ],
        

        werden aber nicht geladen :/

        harrymH 1 Antwort Letzte Antwort
        0
        • DutchmanD Dutchman

          @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

          Vielleicht hilft das

          auch bei dir sind sie da

            "native": {
              "countries": [
                "Australia",
                "Austria",
                "Belgium",
                "Bosnia and Herzegovina",
                "China",
                "Croatia",
                "Czechia",
                "France",
                "Germany",
                "Greece",
                "Hungary",
                "Italy",
                "Japan",
                "Liechtenstein",
                "Netherlands",
                "Norway",
                "Poland",
                "Spain",
                "Sweden",
                "Switzerland",
                "UK",
                "USA"
              ],
          

          werden aber nicht geladen :/

          harrymH Offline
          harrymH Offline
          harrym
          schrieb am zuletzt editiert von
          #343

          @Dutchman

          {
            "_id": "system.adapter.coronavirus-statistics.0",
            "common": {
              "name": "coronavirus-statistics",
              "version": "0.4.7",
              "title": "COVID-19 live information",
              "authors": [
                "DutchmanNL <rdrozda86@gmail.com>"
              ],
              "contributors": [
                "GermanBluefox",
                "AlCalzone",
                "Scrounger",
                "KLNV"
              ],
              "keywords": [
                "virus",
                "covid",
                "corona",
                "pandemie"
              ],
              "license": "MIT",
              "noConfig": false,
              "platform": "Javascript/Node.js",
              "main": "main.js",
              "icon": "coronavirus-statistics.png",
              "enabled": true,
              "extIcon": "https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/master/admin/coronavirus-statistics.png",
              "readme": "https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/blob/master/README.md",
              "loglevel": "info",
              "mode": "schedule",
              "schedule": "*/15 * * * *",
              "allowInit": true,
              "type": "health",
              "compact": true,
              "connectionType": "cloud",
              "dataSource": "poll",
              "materialize": true,
              "dependencies": [
                {
                  "js-controller": ">=1.4.2"
                }
              ],
              "installedFrom": "https://github.com/iobroker-community-adapters/ioBroker.coronavirus-statistics/tarball/master",
              "installedVersion": "0.4.7",
              "host": "iobroker"
            },
            "native": {
              "countries": [
                "Austria",
                "Germany"
              ],
              "allGermanCounty": [
                "Merzig-Wadern",
                "Neunkirchen",
                "Regionalverband_Saarbrücken",
                "Saarlouis",
                "Saarpfalz-Kreis",
                "St_Wendel"
              ],
              "allGermanFederalStates": [
                "Saarland"
              ],
              "loadAllCountrys": false,
              "getContinents": true,
              "deleteUnused": true,
              "getGermanFederalStates": true,
              "getGermanCountyStates": true,
              "getAllGermanFederalStates": false,
              "getAllGermanCountyStates": false
            }
          }```

          ASRock FM2A88X-ITX+ mit 32GB RAM, 128GB SSD mit Proxmox, 3x1 TB SSD als RAID mit CT und VMs.

          1 Antwort Letzte Antwort
          0
          • DutchmanD Offline
            DutchmanD Offline
            Dutchman
            Developer Most Active Administrators
            schrieb am zuletzt editiert von
            #344

            ok ich habe die Ursachen quelle gefunden, lustigerweise ist das die config Seiten.
            Wen ich die komplett deaktiviere geht es wieder jetzt noch die Ursache finden ...

            1 Antwort Letzte Antwort
            1
            • harrymH Offline
              harrymH Offline
              harrym
              schrieb am zuletzt editiert von
              #345

              alles gut! lass dir zeit! hast tolle arbeit geleistet!

              ASRock FM2A88X-ITX+ mit 32GB RAM, 128GB SSD mit Proxmox, 3x1 TB SSD als RAID mit CT und VMs.

              DutchmanD 1 Antwort Letzte Antwort
              0
              • harrymH harrym

                alles gut! lass dir zeit! hast tolle arbeit geleistet!

                DutchmanD Offline
                DutchmanD Offline
                Dutchman
                Developer Most Active Administrators
                schrieb am zuletzt editiert von
                #346

                @harrym sagte in Test Coronavirus Statistics for ioBroker:

                alles gut! lass dir zeit! hast tolle arbeit geleistet!

                ich finde den Fehler gerade nicht und werde auf NPM 0.4.7 aus dem verkehr ziehen.

                fuer diejenigen die Probleme haben per admin dorngraden auf 0.4.5 bitte

                (also einfach version aus dem admin anstatt git !)

                harrymH 1 Antwort Letzte Antwort
                0
                • DutchmanD Dutchman

                  @harrym sagte in Test Coronavirus Statistics for ioBroker:

                  alles gut! lass dir zeit! hast tolle arbeit geleistet!

                  ich finde den Fehler gerade nicht und werde auf NPM 0.4.7 aus dem verkehr ziehen.

                  fuer diejenigen die Probleme haben per admin dorngraden auf 0.4.5 bitte

                  (also einfach version aus dem admin anstatt git !)

                  harrymH Offline
                  harrymH Offline
                  harrym
                  schrieb am zuletzt editiert von
                  #347

                  @Dutchman done .... im testbroker rennt weiterhin alles ;) wennste hilfe brauchst .... sag bescheid.

                  ASRock FM2A88X-ITX+ mit 32GB RAM, 128GB SSD mit Proxmox, 3x1 TB SSD als RAID mit CT und VMs.

                  DutchmanD 1 Antwort Letzte Antwort
                  0
                  • harrymH harrym

                    @Dutchman done .... im testbroker rennt weiterhin alles ;) wennste hilfe brauchst .... sag bescheid.

                    DutchmanD Offline
                    DutchmanD Offline
                    Dutchman
                    Developer Most Active Administrators
                    schrieb am zuletzt editiert von
                    #348

                    @harrym sagte in Test Coronavirus Statistics for ioBroker:

                    @Dutchman done .... im testbroker rennt weiterhin alles ;) wennste hilfe brauchst .... sag bescheid.

                    naja ne erklaehrung warum er die configuration nicht mehr lädt währe cool ! :pig:

                    harrymH sigi234S O 3 Antworten Letzte Antwort
                    0
                    • DutchmanD Dutchman

                      @harrym sagte in Test Coronavirus Statistics for ioBroker:

                      @Dutchman done .... im testbroker rennt weiterhin alles ;) wennste hilfe brauchst .... sag bescheid.

                      naja ne erklaehrung warum er die configuration nicht mehr lädt währe cool ! :pig:

                      harrymH Offline
                      harrymH Offline
                      harrym
                      schrieb am zuletzt editiert von
                      #349

                      @Dutchman ich gugg mir mal en code im git an ....

                      ASRock FM2A88X-ITX+ mit 32GB RAM, 128GB SSD mit Proxmox, 3x1 TB SSD als RAID mit CT und VMs.

                      1 Antwort Letzte Antwort
                      0
                      • DutchmanD Dutchman

                        @harrym sagte in Test Coronavirus Statistics for ioBroker:

                        @Dutchman done .... im testbroker rennt weiterhin alles ;) wennste hilfe brauchst .... sag bescheid.

                        naja ne erklaehrung warum er die configuration nicht mehr lädt währe cool ! :pig:

                        sigi234S Online
                        sigi234S Online
                        sigi234
                        Forum Testing Most Active
                        schrieb am zuletzt editiert von sigi234
                        #350

                        @Dutchman

                        er holt sich die Daten obwohl ich alles von Deutschland deaktiviert habe.
                        Und läuft schon 17 Minuten so dahin.

                        0.4.5

                        Screenshot (2169).png

                        host.Medion(Test)	2020-03-26 01:10:24.501	info	instance system.adapter.coronavirus-statistics.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                        coronavirus-statistics.0	2020-03-26 01:10:23.494	info	(20280) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                        coronavirus-statistics.0	2020-03-26 01:10:11.139	info	(20280) starting. Version 0.4.5 in C:/Program Files/iobroker/Test/node_modules/iobroker.coronavirus-statistics, node: v10.16.3
                        host.Medion(Test)	2020-03-26 01:10:09.342	info	instance system.adapter.coronavirus-statistics.0 started with pid 20280
                        host.Medion(Test)	2020-03-26 01:10:09.219	info	instance scheduled system.adapter.coronavirus-statistics.0 */37 * * * *
                        host.Medion(Test)	2020-03-26 01:10:06.712	info	stopInstance canceled schedule system.adapter.coronavirus-statistics.0
                        host.Medion(Test)	2020-03-26 01:10:06.712	info	stopInstance system.adapter.coronavirus-statistics.0 (force=false, process=false)
                        

                        Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                        Immer Daten sichern!

                        DutchmanD 1 Antwort Letzte Antwort
                        0
                        • DutchmanD Dutchman

                          @harrym sagte in Test Coronavirus Statistics for ioBroker:

                          @Dutchman done .... im testbroker rennt weiterhin alles ;) wennste hilfe brauchst .... sag bescheid.

                          naja ne erklaehrung warum er die configuration nicht mehr lädt währe cool ! :pig:

                          O Online
                          O Online
                          Oli
                          schrieb am zuletzt editiert von Oli
                          #351

                          @Dutchman

                          ich bekomme seit der Deinstallation des Adapters folgende Meldungen im Log:

                          host.ioBroker	2020-03-26 08:46:53.960	warn	instance system.adapter.javascript.0 terminated due to SIGABRT
                          host.ioBroker	2020-03-26 08:46:53.960	error	Caught by controller[15]: 15: 0x21d99895be1d
                          host.ioBroker	2020-03-26 08:46:53.960	error	Caught by controller[14]: 14: 0x11c41a9 v8::internal::Runtime_StringEqual(int, v8::internal::Object**, v8::internal::Isolate*) [io.javascript.0]
                          host.ioBroker	2020-03-26 08:46:53.959	error	Caught by controller[13]: 13: 0x101e374 v8::internal::String::SlowEquals(v8::internal::Handle<v8::internal::String>, v8::internal::Handle<v8::internal::String>) [io.javascript.0]
                          host.ioBroker	2020-03-26 08:46:53.959	error	Caught by controller[12]: 12: 0xafded4 v8::internal::String::Flatten(v8::internal::Handle<v8::internal::String>, v8::internal::PretenureFlag) [io.javascript.0]
                          host.ioBroker	2020-03-26 08:46:53.959	error	Caught by controller[11]: 11: 0x101d8c3 v8::internal::String::SlowFlatten(v8::internal::Handle<v8::internal::ConsString>, v8::internal::PretenureFlag) [io.javascript.0]
                          host.ioBroker	2020-03-26 08:46:53.959	error	Caught by controller[10]: 10: 0xed403b v8::internal::Factory::NewRawTwoByteString(int, v8::internal::PretenureFlag) [io.javascript.0]
                          host.ioBroker	2020-03-26 08:46:53.959	error	Caught by controller[9]: 9: 0xf043f1 v8::internal::Heap::AllocateRawWithRetryOrFail(int, v8::internal::AllocationSpace, v8::internal::AllocationAlignment) [io.javascript.0]
                          host.ioBroker	2020-03-26 08:46:53.959	error	Caught by controller[8]: 8: 0xf01784 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [io.javascript.0]
                          host.ioBroker	2020-03-26 08:46:53.959	error	Caught by controller[7]: 7: 0xf00e52 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) [io.javascript.0]
                          host.ioBroker	2020-03-26 08:46:53.958	error	Caught by controller[6]: 6: 0xef4d78 v8::internal::Heap::CheckIneffectiveMarkCompact(unsigned long, double) [io.javascript.0]
                          host.ioBroker	2020-03-26 08:46:53.958	error	Caught by controller[5]: 5: 0xef4c72 [io.javascript.0]
                          host.ioBroker	2020-03-26 08:46:53.958	error	Caught by controller[4]: 4: 0xb00764 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [io.javascript.0]
                          host.ioBroker	2020-03-26 08:46:53.958	error	Caught by controller[3]: 3: 0xb0052e v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [io.javascript.0]
                          host.ioBroker	2020-03-26 08:46:53.958	error	Caught by controller[2]: 2: 0x8fa0dc [io.javascript.0]
                          host.ioBroker	2020-03-26 08:46:53.958	error	Caught by controller[1]: 1: 0x8fa090 node::Abort() [io.javascript.0]
                          host.ioBroker	2020-03-26 08:46:53.957	error	Caught by controller[0]: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
                          javascript.0	2020-03-26 08:46:30.154	warn	(19546) Object "system.adapter.coronavirus-statistics.0" does not exist
                          javascript.0	2020-03-26 08:46:06.496	warn	(19546) Object "system.adapter.coronavirus-statistics.0" does not exist
                          

                          Seit dem ist das ganze System extrem langsam und der Javascript Adapter startet ständig neu, was kann ich tun?

                          Gruß
                          Oliver

                          DutchmanD 1 Antwort Letzte Antwort
                          0
                          • O Oli

                            @Dutchman

                            ich bekomme seit der Deinstallation des Adapters folgende Meldungen im Log:

                            host.ioBroker	2020-03-26 08:46:53.960	warn	instance system.adapter.javascript.0 terminated due to SIGABRT
                            host.ioBroker	2020-03-26 08:46:53.960	error	Caught by controller[15]: 15: 0x21d99895be1d
                            host.ioBroker	2020-03-26 08:46:53.960	error	Caught by controller[14]: 14: 0x11c41a9 v8::internal::Runtime_StringEqual(int, v8::internal::Object**, v8::internal::Isolate*) [io.javascript.0]
                            host.ioBroker	2020-03-26 08:46:53.959	error	Caught by controller[13]: 13: 0x101e374 v8::internal::String::SlowEquals(v8::internal::Handle<v8::internal::String>, v8::internal::Handle<v8::internal::String>) [io.javascript.0]
                            host.ioBroker	2020-03-26 08:46:53.959	error	Caught by controller[12]: 12: 0xafded4 v8::internal::String::Flatten(v8::internal::Handle<v8::internal::String>, v8::internal::PretenureFlag) [io.javascript.0]
                            host.ioBroker	2020-03-26 08:46:53.959	error	Caught by controller[11]: 11: 0x101d8c3 v8::internal::String::SlowFlatten(v8::internal::Handle<v8::internal::ConsString>, v8::internal::PretenureFlag) [io.javascript.0]
                            host.ioBroker	2020-03-26 08:46:53.959	error	Caught by controller[10]: 10: 0xed403b v8::internal::Factory::NewRawTwoByteString(int, v8::internal::PretenureFlag) [io.javascript.0]
                            host.ioBroker	2020-03-26 08:46:53.959	error	Caught by controller[9]: 9: 0xf043f1 v8::internal::Heap::AllocateRawWithRetryOrFail(int, v8::internal::AllocationSpace, v8::internal::AllocationAlignment) [io.javascript.0]
                            host.ioBroker	2020-03-26 08:46:53.959	error	Caught by controller[8]: 8: 0xf01784 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [io.javascript.0]
                            host.ioBroker	2020-03-26 08:46:53.959	error	Caught by controller[7]: 7: 0xf00e52 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) [io.javascript.0]
                            host.ioBroker	2020-03-26 08:46:53.958	error	Caught by controller[6]: 6: 0xef4d78 v8::internal::Heap::CheckIneffectiveMarkCompact(unsigned long, double) [io.javascript.0]
                            host.ioBroker	2020-03-26 08:46:53.958	error	Caught by controller[5]: 5: 0xef4c72 [io.javascript.0]
                            host.ioBroker	2020-03-26 08:46:53.958	error	Caught by controller[4]: 4: 0xb00764 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [io.javascript.0]
                            host.ioBroker	2020-03-26 08:46:53.958	error	Caught by controller[3]: 3: 0xb0052e v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [io.javascript.0]
                            host.ioBroker	2020-03-26 08:46:53.958	error	Caught by controller[2]: 2: 0x8fa0dc [io.javascript.0]
                            host.ioBroker	2020-03-26 08:46:53.958	error	Caught by controller[1]: 1: 0x8fa090 node::Abort() [io.javascript.0]
                            host.ioBroker	2020-03-26 08:46:53.957	error	Caught by controller[0]: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
                            javascript.0	2020-03-26 08:46:30.154	warn	(19546) Object "system.adapter.coronavirus-statistics.0" does not exist
                            javascript.0	2020-03-26 08:46:06.496	warn	(19546) Object "system.adapter.coronavirus-statistics.0" does not exist
                            

                            Seit dem ist das ganze System extrem langsam und der Javascript Adapter startet ständig neu, was kann ich tun?

                            DutchmanD Offline
                            DutchmanD Offline
                            Dutchman
                            Developer Most Active Administrators
                            schrieb am zuletzt editiert von
                            #352

                            @Oli sagte in Test Coronavirus Statistics for ioBroker:

                            Seit dem ist das ganze System extrem langsam und der Javascript Adapter startet ständig neu, was kann ich tun?

                            dein script fixen ?

                            O 1 Antwort Letzte Antwort
                            0
                            • sigi234S sigi234

                              @Dutchman

                              er holt sich die Daten obwohl ich alles von Deutschland deaktiviert habe.
                              Und läuft schon 17 Minuten so dahin.

                              0.4.5

                              Screenshot (2169).png

                              host.Medion(Test)	2020-03-26 01:10:24.501	info	instance system.adapter.coronavirus-statistics.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              coronavirus-statistics.0	2020-03-26 01:10:23.494	info	(20280) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                              coronavirus-statistics.0	2020-03-26 01:10:11.139	info	(20280) starting. Version 0.4.5 in C:/Program Files/iobroker/Test/node_modules/iobroker.coronavirus-statistics, node: v10.16.3
                              host.Medion(Test)	2020-03-26 01:10:09.342	info	instance system.adapter.coronavirus-statistics.0 started with pid 20280
                              host.Medion(Test)	2020-03-26 01:10:09.219	info	instance scheduled system.adapter.coronavirus-statistics.0 */37 * * * *
                              host.Medion(Test)	2020-03-26 01:10:06.712	info	stopInstance canceled schedule system.adapter.coronavirus-statistics.0
                              host.Medion(Test)	2020-03-26 01:10:06.712	info	stopInstance system.adapter.coronavirus-statistics.0 (force=false, process=false)
                              
                              DutchmanD Offline
                              DutchmanD Offline
                              Dutchman
                              Developer Most Active Administrators
                              schrieb am zuletzt editiert von
                              #353

                              @sigi234 sagte in Test Coronavirus Statistics for ioBroker:

                              @Dutchman

                              er holt sich die Daten obwohl ich alles von Deutschland deaktiviert habe.
                              Und läuft schon 17 Minuten so dahin.

                              0.4.5

                              Screenshot (2169).png

                              host.Medion(Test)	2020-03-26 01:10:24.501	info	instance system.adapter.coronavirus-statistics.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              coronavirus-statistics.0	2020-03-26 01:10:23.494	info	(20280) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                              coronavirus-statistics.0	2020-03-26 01:10:11.139	info	(20280) starting. Version 0.4.5 in C:/Program Files/iobroker/Test/node_modules/iobroker.coronavirus-statistics, node: v10.16.3
                              host.Medion(Test)	2020-03-26 01:10:09.342	info	instance system.adapter.coronavirus-statistics.0 started with pid 20280
                              host.Medion(Test)	2020-03-26 01:10:09.219	info	instance scheduled system.adapter.coronavirus-statistics.0 */37 * * * *
                              host.Medion(Test)	2020-03-26 01:10:06.712	info	stopInstance canceled schedule system.adapter.coronavirus-statistics.0
                              host.Medion(Test)	2020-03-26 01:10:06.712	info	stopInstance system.adapter.coronavirus-statistics.0 (force=false, process=false)
                              

                              adapter neu starten NACHDEM du das aktiviert hast

                              1 Antwort Letzte Antwort
                              0
                              • DutchmanD Dutchman

                                @Oli sagte in Test Coronavirus Statistics for ioBroker:

                                Seit dem ist das ganze System extrem langsam und der Javascript Adapter startet ständig neu, was kann ich tun?

                                dein script fixen ?

                                O Online
                                O Online
                                Oli
                                schrieb am zuletzt editiert von Oli
                                #354

                                @Dutchman

                                ich habe kein Script, über das Corona Virus, hatte nur deinen Adapter, dass ist es ja

                                Gruß
                                Oliver

                                DutchmanD 1 Antwort Letzte Antwort
                                0
                                • O Oli

                                  @Dutchman

                                  ich habe kein Script, über das Corona Virus, hatte nur deinen Adapter, dass ist es ja

                                  DutchmanD Offline
                                  DutchmanD Offline
                                  Dutchman
                                  Developer Most Active Administrators
                                  schrieb am zuletzt editiert von
                                  #355

                                  @Oli sagte in Test Coronavirus Statistics for ioBroker:

                                  @Dutchman

                                  ich habe kein Script, über das Corona Virus, hatte nur deinen Adapter, dass ist es ja

                                  irgendwas bei dir will aber das hier :

                                  (19546) Object "system.adapter.coronavirus-statistics.0" does not exist
                                  

                                  wen du den adapter komplett gelöscht hast kann der das nicht sein

                                  O 1 Antwort Letzte Antwort
                                  0
                                  • DutchmanD Dutchman

                                    @Oli sagte in Test Coronavirus Statistics for ioBroker:

                                    @Dutchman

                                    ich habe kein Script, über das Corona Virus, hatte nur deinen Adapter, dass ist es ja

                                    irgendwas bei dir will aber das hier :

                                    (19546) Object "system.adapter.coronavirus-statistics.0" does not exist
                                    

                                    wen du den adapter komplett gelöscht hast kann der das nicht sein

                                    O Online
                                    O Online
                                    Oli
                                    schrieb am zuletzt editiert von
                                    #356

                                    @Dutchman

                                    sorry, haben den Übeltäter gefunden, hatte nichts mit deinem Adapter zu tun, die Warnungen über den Adapter sind weg, die Errormeldungen kommen trotzdem weiterhin.

                                    Gruß
                                    Oliver

                                    DutchmanD 1 Antwort Letzte Antwort
                                    0
                                    • O Oli

                                      @Dutchman

                                      sorry, haben den Übeltäter gefunden, hatte nichts mit deinem Adapter zu tun, die Warnungen über den Adapter sind weg, die Errormeldungen kommen trotzdem weiterhin.

                                      DutchmanD Offline
                                      DutchmanD Offline
                                      Dutchman
                                      Developer Most Active Administrators
                                      schrieb am zuletzt editiert von
                                      #357

                                      @Oli sagte in Test Coronavirus Statistics for ioBroker:

                                      @Dutchman

                                      sorry, haben den Übeltäter gefunden, hatte nichts mit deinem Adapter zu tun, die Warnungen über den Adapter sind weg, die Errormeldungen kommen trotzdem weiterhin.

                                      was war der Übeltäter und welche warn Meldungen ?

                                      welche version benutzt du. ?

                                      O 1 Antwort Letzte Antwort
                                      0
                                      • DutchmanD Dutchman

                                        @Oli sagte in Test Coronavirus Statistics for ioBroker:

                                        @Dutchman

                                        sorry, haben den Übeltäter gefunden, hatte nichts mit deinem Adapter zu tun, die Warnungen über den Adapter sind weg, die Errormeldungen kommen trotzdem weiterhin.

                                        was war der Übeltäter und welche warn Meldungen ?

                                        welche version benutzt du. ?

                                        O Online
                                        O Online
                                        Oli
                                        schrieb am zuletzt editiert von Oli
                                        #358

                                        @Dutchman

                                        Es war ein Script, welches den Adatpterstatus ausliest.

                                        (19546) Object "system.adapter.coronavirus-statistics.0" does not exist
                                        

                                        Node.js v10.19.0
                                        NPM 6.13.4
                                        Admin 4.05
                                        Javascript 4.3.4

                                        Gruß
                                        Oliver

                                        DutchmanD 1 Antwort Letzte Antwort
                                        0
                                        • O Oli

                                          @Dutchman

                                          Es war ein Script, welches den Adatpterstatus ausliest.

                                          (19546) Object "system.adapter.coronavirus-statistics.0" does not exist
                                          

                                          Node.js v10.19.0
                                          NPM 6.13.4
                                          Admin 4.05
                                          Javascript 4.3.4

                                          DutchmanD Offline
                                          DutchmanD Offline
                                          Dutchman
                                          Developer Most Active Administrators
                                          schrieb am zuletzt editiert von Dutchman
                                          #359

                                          @Oli sagte in Test Coronavirus Statistics for ioBroker:

                                          @Dutchman

                                          Es war ein Script, welches den Adatpterstatus ausliest.

                                          Node.js v10.19.0
                                          NPM 6.13.4
                                          Admin 4.05
                                          Javascript 4.3.4

                                          Ja das ist dan logisch das es Probleme macht wen du den Fehler nicht abfängst :)

                                          aber welche Fehlermeldung bekommst du immer noch. ?

                                          dit ah ok .... da fehlt aber was gehe mal in log tab und gib die komplette Zeile

                                          O 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

                                          655

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          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