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

Required version not being reported properly during upgrade #557

Closed
1DontEx1st opened this issue Sep 22, 2019 · 5 comments
Closed

Required version not being reported properly during upgrade #557

1DontEx1st opened this issue Sep 22, 2019 · 5 comments

Comments

@1DontEx1st
Copy link
Contributor

Version of HACS

0.14.2

Describe the bug

I'm trying to upgrade a plugin, specifically Button Entity Row, and am getting the following error:
image
I'm currently running HA 0.99.1, as per the screenshot, but the plugin requires 0.99.2 - not "None" as is being reported by HACS.

Debug log

2019-09-22 03:01:01 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-09-22 03:01:02 INFO (MainThread) [homeassistant.setup] Setting up hacs
2019-09-22 03:01:02 DEBUG (MainThread) [hacs] Configuration type: yaml
2019-09-22 03:01:02 INFO (MainThread) [hacs]
https://github.com/custom-components/hacs/issues
2019-09-22 03:01:02 DEBUG (MainThread) [hacs.repository.integration.custom-components.hacs] Checking repository.
2019-09-22 03:01:06 INFO (MainThread) [hacs.repository.integration.custom-components.hacs] Registration complete
2019-09-22 03:01:06 INFO (MainThread) [hacs.data] Restore started
2019-09-22 03:01:06 INFO (MainThread) [hacs.data] Restore done
2019-09-22 03:01:06 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 4.1 seconds.
2019-09-22 03:01:14 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs
2019-09-22 03:01:14 DEBUG (MainThread) [hacs] 4952
2019-09-22 03:01:14 DEBUG (MainThread) [hacs] 2019-09-22 04:01:05
2019-09-22 03:01:14 INFO (MainThread) [hacs] Loading known repositories
2019-09-22 03:01:17 DEBUG (MainThread) [hacs.data] Saving data
2019-09-22 03:01:17 DEBUG (MainThread) [hacs.backup] Backup for /config/.storage/hacs.hacs, created in /tmp/hacs_backup/hacs.hacs
2019-09-22 03:01:17 DEBUG (MainThread) [hacs.backup] Backup dir /tmp/hacs_backup/ cleared
2019-09-22 03:01:17 DEBUG (MainThread) [hacs.backup] Backup for /config/.storage/hacs.installed, created in /tmp/hacs_backup/hacs.installed
2019-09-22 03:01:17 DEBUG (MainThread) [hacs.backup] Backup dir /tmp/hacs_backup/ cleared
2019-09-22 03:01:17 DEBUG (MainThread) [hacs.backup] Backup for /config/.storage/hacs.repositories, created in /tmp/hacs_backup/hacs.repositories
2019-09-22 03:01:17 DEBUG (MainThread) [hacs.backup] Backup dir /tmp/hacs_backup/ cleared
2019-09-22 03:01:20 DEBUG (MainThread) [hacs.http] Endpoint (overview) called
2019-09-22 03:01:31 DEBUG (MainThread) [hacs.http] Endpoint (repository) called
2019-09-22 03:01:33 DEBUG (MainThread) [hacs.data] Saving data
2019-09-22 03:01:33 DEBUG (MainThread) [hacs.backup] Backup for /config/.storage/hacs.hacs, created in /tmp/hacs_backup/hacs.hacs
2019-09-22 03:01:33 DEBUG (MainThread) [hacs.backup] Backup dir /tmp/hacs_backup/ cleared
2019-09-22 03:01:33 DEBUG (MainThread) [hacs.backup] Backup for /config/.storage/hacs.installed, created in /tmp/hacs_backup/hacs.installed
2019-09-22 03:01:33 DEBUG (MainThread) [hacs.backup] Backup dir /tmp/hacs_backup/ cleared
2019-09-22 03:01:33 DEBUG (MainThread) [hacs.backup] Backup for /config/.storage/hacs.repositories, created in /tmp/hacs_backup/hacs.repositories
2019-09-22 03:01:33 DEBUG (MainThread) [hacs.backup] Backup dir /tmp/hacs_backup/ cleared
2019-09-22 03:02:52 DEBUG (MainThread) [hacs.http] Endpoint (settings) called
2019-09-22 03:03:03 DEBUG (MainThread) [hacs.http] Endpoint (settings) called
2019-09-22 03:06:50 DEBUG (MainThread) [hacs.http] Endpoint (overview) called
2019-09-22 03:06:54 DEBUG (MainThread) [hacs.http] Endpoint (settings) called
2019-09-22 03:07:01 DEBUG (MainThread) [hacs.http] Endpoint (store) called
2019-09-22 03:07:18 DEBUG (MainThread) [hacs.http] Endpoint (overview) called
2019-09-22 03:07:34 DEBUG (MainThread) [hacs.http] Endpoint (settings) called
2019-09-22 03:08:58 DEBUG (MainThread) [hacs.http] Endpoint (overview) called
2019-09-22 03:09:01 DEBUG (MainThread) [hacs.http] Endpoint (repository) called
@aptonline
Copy link

I’m seeing the same issue with the same component. I noticed that button entry row supports the new hacs.json file, is this needed to report correctly version upgrades etc?

@ludeeus
Copy link
Member

ludeeus commented Sep 22, 2019

Yes, and that part is working (Since you get a popup), but the handling in that popup is wrong.

@aptonline
Copy link

Where does the fix lay with the developer or HACS?

@ludeeus
Copy link
Member

ludeeus commented Sep 22, 2019

HACS

@ludeeus
Copy link
Member

ludeeus commented Oct 6, 2019

fixed in 0.15.2

@ludeeus ludeeus closed this as completed Oct 6, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Aug 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants