home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.64k stars 29.94k forks source link

Social Blade integration broken in 2021.4 b #48668

Closed SeanPM5 closed 3 years ago

SeanPM5 commented 3 years ago

The problem

Starting in 2021.4 betas, the Social Blade integration appears to be broken. The error in log says "Unable to find valid channel ID" even though it is a valid channel ID, and works fine in the current stable (2021.3) version of HA.

I've tested numerous channel ID's and also tried on multiple instances with the 2021.4 beta, all have the same problem.

What is version of Home Assistant Core has the issue?

core-2021.4.0b4

What was the last working version of Home Assistant Core?

core-2021.3

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Social Blade

Link to integration documentation on our website

https://www.home-assistant.io/integrations/socialblade

Example YAML snippet

sensor:
  - platform: socialblade
    channel_id: UCp4cuWZKxR5ZNbcWrP1DozA

### Anything in the logs that might be useful for us?

```txt
Logger: homeassistant.components.socialblade.sensor
Source: components/socialblade/sensor.py:82
Integration: socialblade (documentation, issues)
First occurred: 11:51:53 PM (1 occurrences)
Last logged: 11:51:53 PM

Unable to find valid channel ID
frenck commented 3 years ago

Actually, this integration violated ADR-0004.

I will open a PR to remove the integration.