Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Error Logs on latest Update #355

Closed
3 tasks done
thorrrr opened this issue Feb 12, 2022 · 1 comment
Closed
3 tasks done

New Error Logs on latest Update #355

thorrrr opened this issue Feb 12, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@thorrrr
Copy link

thorrrr commented Feb 12, 2022

Before you submit a new bug report, please check that

Describe the bug

Having updated to latest now getting error logs

Configuration

{
  "home_assistant": {
    "installation_type": "Home Assistant OS",
    "version": "2022.2.6",
    "dev": false,
    "hassio": true,
    "virtualenv": false,
    "python_version": "3.9.7",
    "docker": true,
    "arch": "x86_64",
    "timezone": "Europe/London",
    "os_name": "Linux",
    "os_version": "5.10.98",
    "supervisor": "2022.01.1",
    "host_os": "Home Assistant OS 7.4",
    "docker_version": "20.10.9",
    "chassis": "vm",
    "run_as_root": true
  },
  "custom_components": {
    "sonoff": {
      "version": "v2.4.6",
      "requirements": [
        "pycryptodome>=3.6.6"
      ]
    },
    "shopping_list": {
      "version": "0.5",
      "requirements": []
    },
    "alexa_media": {
      "version": "3.10.15",
      "requirements": [
        "alexapy==1.25.3",
        "packaging>=20.3",
        "wrapt>=1.12.1"
      ]
    },
    "remote_homeassistant": {
      "version": "3.6",
      "requirements": []
    },
    "hacs": {
      "version": "1.22.0",
      "requirements": [
        "aiogithubapi>=21.11.0"
      ]
    },
    "meross_lan": {
      "version": "2.4.3",
      "requirements": []
    },
    "hildebrandglow_dcc": {
      "version": "0.5.2",
      "requirements": []
    },
    "xiaomi_cloud_map_extractor": {
      "version": "v2.1.5",
      "requirements": [
        "pillow",
        "pybase64",
        "python-miio",
        "requests",
        "pycryptodome"
      ]
    },
    "webrtc": {
      "version": "v2.2.0",
      "requirements": []
    },
    "magic_areas": {
      "version": "3.0.0-beta",
      "requirements": []
    },
    "dwains_dashboard": {
      "version": "2.0.5",
      "requirements": []
    },
    "fontawesome": {
      "version": "2.1.5",
      "requirements": []
    },
    "garbage_collection": {
      "version": "4.4.4",
      "requirements": [
        "python-dateutil>=2.8.1"
      ]
    }
  },
  "integration_manifest": {
    "domain": "garbage_collection",
    "name": "Garbage Collection",
    "version": "4.4.4",
    "documentation": "https://github.com/bruxy70/Garbage-Collection/",
    "issue_tracker": "https://github.com/bruxy70/Garbage-Collection/issues",
    "iot_class": "calculated",
    "dependencies": [],
    "config_flow": true,
    "codeowners": [
      "@bruxy70"
    ],
    "requirements": [
      "python-dateutil>=2.8.1"
    ],
    "is_built_in": false
  },
  "data": {
    "entity_id": "sensor.black_bin",
    "state": "on 16-Feb-2022, in 4 days",
    "attributes": {
      "next_date": "2022-02-16T00:00:00+00:00",
      "days": 4,
      "last_collection": null,
      "last_updated": "2022-02-12T23:00:36.522409+00:00",
      "device_class": "garbage_collection__schedule"
    },
    "config_entry": {
      "entry_id": "e1d5ffc343cdd5433df95795be83f4e8",
      "version": 4,
      "domain": "garbage_collection",
      "title": "Black Bin",
      "data": {
        "unique_id": "66b16a0d-23ad-4ddc-9e70-2a2b3faa2e06",
        "frequency": "every-n-days",
        "icon_normal": "mdi:trash-can",
        "icon_today": "mdi:delete-restore",
        "icon_tomorrow": "mdi:delete-circle",
        "verbose_format": "on {date}, in {days} days",
        "date_format": "%d-%b-%Y",
        "verbose_state": true,
        "first_month": "jan",
        "last_month": "dec",
        "period": 14,
        "first_date": "2022-02-16",
        "collection_days": [
          "wed"
        ]
      },
      "options": {},
      "pref_disable_new_entities": false,
      "pref_disable_polling": false,
      "source": "user",
      "unique_id": null,
      "disabled_by": null
    }
  }
}

Debug logs

This error originated from a custom integration.

Logger: custom_components.garbage_collection.sensor
Source: custom_components/garbage_collection/sensor.py:68
Integration: Garbage Collection (documentation, issues)
First occurred: 23:00:13 (3 occurrences)
Last logged: 23:00:13

Getting date in wrong format: 2022-03-07. Converting, but raising error to get this reported.
Getting date in wrong format: 2022-02-09. Converting, but raising error to get this reported.
Getting date in wrong format: 2022-02-16. Converting, but raising error to get this reported.
@thorrrr thorrrr added the bug Something isn't working label Feb 12, 2022
@bruxy70
Copy link
Owner

bruxy70 commented Feb 13, 2022

Thanks. Thank helps :). Thsi has no impact to function, all works. You can ignore the error.

@bruxy70 bruxy70 closed this as completed Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants