question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New version 1.0 not pulling master when selected

See original GitHub issue

Installation details

Description Value
HACS version 1.0
Home Assistant version 0.110.1
Installation method for HA HA Supervised

Checklist

Describe the issue

A clear and concise description of what the issue is. I selected to reinstall a card of mine. I set the version to install to master It does not install the master version Viewing source also shows the old code not the master code

Steps to reproduce

1.Select reinstall for a card 1.Select master 1.Reinstall It appears to ignore ‘master’ and pulls latest instead

Debug logs

Logs
2020-05-22 11:41:38 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 experience issues with Home Assistant.
2020-05-22 11:41:44 DEBUG (MainThread) [hacs] Configuration type: flow
2020-05-22 11:41:44 INFO (MainThread) [hacs] 
https://github.com/hacs/integration/issues
2020-05-22 11:41:54 DEBUG (MainThread) [hacs] Can update 422 repositories
2020-05-22 11:42:01 DEBUG (MainThread) [hacs.repository.integration.hacs.integration] Checking repository.
2020-05-22 11:42:02 DEBUG (MainThread) [hacs.repository.integration.hacs.integration] Running checks against 1.0.0
2020-05-22 11:42:03 INFO (MainThread) [hacs.repository.integration.hacs.integration] Registration complete
2020-05-22 11:42:03 INFO (MainThread) [hacs.data] Restore started
2020-05-22 11:42:04 INFO (MainThread) [hacs.data] Restore done
2020-05-22 11:42:04 DEBUG (MainThread) [hacs.configuration] appdaemon_path: appdaemon/apps/
2020-05-22 11:42:04 DEBUG (MainThread) [hacs.configuration] appdaemon: True
2020-05-22 11:42:04 DEBUG (MainThread) [hacs.configuration] netdaemon_path: netdaemon/apps/
2020-05-22 11:42:04 DEBUG (MainThread) [hacs.configuration] netdaemon: True
2020-05-22 11:42:04 DEBUG (MainThread) [hacs.configuration] config_type: flow
2020-05-22 11:42:04 DEBUG (MainThread) [hacs.configuration] debug: True
2020-05-22 11:42:04 DEBUG (MainThread) [hacs.configuration] dev: False
2020-05-22 11:42:04 DEBUG (MainThread) [hacs.configuration] frontend_mode: Table
2020-05-22 11:42:04 DEBUG (MainThread) [hacs.configuration] frontend_compact: True
2020-05-22 11:42:04 DEBUG (MainThread) [hacs.configuration] onboarding_done: True
2020-05-22 11:42:04 DEBUG (MainThread) [hacs.configuration] plugin_path: www/community/
2020-05-22 11:42:04 DEBUG (MainThread) [hacs.configuration] python_script_path: python_scripts/
2020-05-22 11:42:04 DEBUG (MainThread) [hacs.configuration] python_script: True
2020-05-22 11:42:04 DEBUG (MainThread) [hacs.configuration] sidepanel_icon: hacs:hacs
2020-05-22 11:42:04 DEBUG (MainThread) [hacs.configuration] sidepanel_title: HACS
2020-05-22 11:42:04 DEBUG (MainThread) [hacs.configuration] theme_path: themes/
2020-05-22 11:42:04 DEBUG (MainThread) [hacs.configuration] theme: True
2020-05-22 11:42:04 DEBUG (MainThread) [hacs.configuration] country: ALL
2020-05-22 11:42:04 DEBUG (MainThread) [hacs.configuration] experimental: True
2020-05-22 11:42:04 DEBUG (MainThread) [hacs.configuration] release_limit: 5
2020-05-22 11:42:55 INFO (MainThread) [hacs] Loading known repositories
2020-05-22 11:43:03 DEBUG (MainThread) [hacs] Starting recuring background task for installed repositories
2020-05-22 11:43:04 DEBUG (MainThread) [hacs.data] Saving data
2020-05-22 11:43:05 DEBUG (MainThread) [hacs] Recuring background task for installed repositories done
2020-05-22 11:43:06 DEBUG (MainThread) [hacs.repository.integration.hacs.integration] Getting repository information
2020-05-22 11:43:28 DEBUG (MainThread) [hacs.repository.plugin.DavidFW1960.bom-weather-card] Running checks against 0.70
2020-05-22 11:43:29 DEBUG (MainThread) [hacs.backup] Backup for /config/www/community/bom-weather-card, created in /tmp/hacs_backup/bom-weather-card
2020-05-22 11:43:29 DEBUG (MainThread) [hacs.repository.plugin.DavidFW1960.bom-weather-card] 
2020-05-22 11:43:29 DEBUG (MainThread) [hacs.repository.plugin.DavidFW1960.bom-weather-card] Downloading bom-weather-card.js
2020-05-22 11:43:29 DEBUG (MainThread) [hacs.download.downloader] Downloading https://raw.githubusercontent.com/DavidFW1960/bom-weather-card/0.70/bom-weather-card.js
2020-05-22 11:43:30 DEBUG (MainThread) [hacs.download.save] Saving /config/www/community/bom-weather-card/bom-weather-card.js
2020-05-22 11:43:30 INFO (MainThread) [hacs.repository.plugin.DavidFW1960.bom-weather-card] download of bom-weather-card.js complete
2020-05-22 11:43:30 DEBUG (MainThread) [hacs.backup] Backup dir /tmp/hacs_backup/ cleared

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ludeeuscommented, May 22, 2020

LOL! I added the selector, but the value is never read, and therefore not used 🤣

1reaction
sira87commented, May 22, 2020

I noticed that this issue happens with whatever version you select. If you want to reinstall a different version of a plugin, it fails to do so and it just proceed to install the latest version instead.

Read more comments on GitHub >

github_iconTop Results From Across the Web

My local master does not contain changes from my completed ...
I have created a local branch in Visual Studio from master and added a new solution. I have then committed the changes, synced...
Read more >
git pull from remote but no such ref was fetched?
Your configuration specifies to merge with the ref '3.5/master' from the remote, but no such ref was fetched. It also gives me: 1ce6dac..a5ab7de ......
Read more >
vsoch/pull-request-action - GitHub
This action will open a pull request to master branch (or otherwise specified) whenever a branch with some prefix is pushed to. The...
Read more >
Hotfix — git-flow 1.0 documentation - Read the Docs
If something has changed in the master , that means another hotfix has already been done, which also means that the version you...
Read more >
7 Understanding Maven Version Numbers - Oracle Help Center
If Maven incorrectly identifies a newer release, then it is also reported ... It generally means 1.0 or a later version, if 1.0...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found