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

Not installing #14

Open
dvoss85 opened this issue Dec 12, 2021 · 8 comments
Open

Not installing #14

dvoss85 opened this issue Dec 12, 2021 · 8 comments

Comments

@dvoss85
Copy link

dvoss85 commented Dec 12, 2021

Added the custom repo to HACS, it loads the repo in, but I'm not getting anyway to install to component. Looking at the logs I'm not seeing any errors, I also grabbed the new manifest file with the version in it.

image

@dbaron92
Copy link

I have same problem :(

@przemo
Copy link

przemo commented Dec 18, 2021

Similar problem, I get 'xfinity' integration not found error.

@benblustey
Copy link

Can you confirm that your manifest.json file is up to date and has the manifest number.

In HASS, I was receiving an error The custom integration 'xfinity' does not have a version key in the manifest file and was blocked from loading. After adding the version number I was able to load the component, but receiving an Failed to fetch data, status_code:401, resp: {'error': 'unauthenticated'} error even after turning 2FA off.

@davidbrenner1
Copy link

Same problem for me as well.

@mkanet
Copy link

mkanet commented Jan 1, 2022

Similar problem, I get 'xfinity' integration not found error.

The same thing happens to me.

@dvoss85
Copy link
Author

dvoss85 commented Jan 1, 2022

Can you confirm that your manifest.json file is up to date and has the manifest number.

In HASS, I was receiving an error The custom integration 'xfinity' does not have a version key in the manifest file and was blocked from loading. After adding the version number I was able to load the component, but receiving an Failed to fetch data, status_code:401, resp: {'error': 'unauthenticated'} error even after turning 2FA off.

I grabbed the new manifest file, this is an output of mine

image

@chilicheech
Copy link

chilicheech commented Jan 5, 2022

Same:

Logger: homeassistant.config
Source: config.py:883
First occurred: 10:02:00 AM (1 occurrences)
Last logged: 10:02:00 AM

Platform error: sensor - Integration 'xfinity' not found.

It appears the manifest.json file has no version in it:

$ cat manifest.json
{
  "domain": "xfinity",
  "name": "Xfinity Usage",
  "documentation": "https://github.com/robert-alfaro/xfinity-usage",
  "requirements": [],
  "dependencies": [],
  "codeowners": [
    "@ralfaro"
  ]
}

I believe this line should be in there:

  "version": "0.1.0",

This appears to be the same issue as #12

After manually adding that line to the manifest.json I now get this error:

This error originated from a custom integration.

Logger: custom_components.xfinity.sensor
Source: custom_components/xfinity/sensor.py:167
Integration: xfinity (documentation)
First occurred: 11:28:10 AM (1 occurrences)
Last logged: 11:28:10 AM

Failed to fetch data, status_code:401, resp: {'error': 'unauthenticated'}

@d2inco
Copy link

d2inco commented Jan 6, 2022

Hey @robert-alfaro , i see that you updated the manifest file, but left the version as 0.1.0, and did not do a formal "release" on it... Leaving it at the current release, HACS is unable to download the updated repo with the version number set.

Any chance you could bump the number to 0.1.1 and do a real "release" of it so that HACS can note it?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants