Background task never ends after installation, same as #975 but with 0.22.3
See original GitHub issueVersion of HACS 0.22.3
Describe the bug After installing HACS the background task never ends and keeps running
Debug log
Logs
2020-03-08 00:18:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] themes
2020-03-08 00:18:40 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] themes/template.yaml
2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] .githooks.ini
2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] .github
2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] .github/FUNDING.yml
2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] .gitignore
2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] .travis.yml
2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] .yamllint
2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] INFO.md
2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] README.md
2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] docs
2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] docs/theme-front.png
2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] docs/theme-mobile-front.png
2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] hacs.json
2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] requirements.txt
2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] themes
2020-03-08 00:18:41 DEBUG (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] themes/blackened.yaml
2020-03-08 00:18:41 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.vaporwave-pink] Registration complete
2020-03-08 00:18:41 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.material-dark-red] Registration complete
2020-03-08 00:18:41 INFO (MainThread) [hacs.repository.theme.home-assistant-community-themes.blackened] Registration complete
2020-03-08 00:24:15 DEBUG (MainThread) [hacs] Running set_state for hacs/integration
2020-03-08 00:24:15 DEBUG (MainThread) [hacs] Running set_version for hacs/integration
2020-03-08 00:24:15 DEBUG (MainThread) [hacs.repository.integration.hacs.integration] Getting repository information
2020-03-08 00:25:44 DEBUG (MainThread) [hacs] Running set_state for custom-components/readme
2020-03-08 00:25:44 DEBUG (MainThread) [hacs] Running update for custom-components/readme
2020-03-08 00:25:44 DEBUG (MainThread) [hacs.repository.integration.custom-components.readme] Getting repository information
Issue Analytics
- State:
- Created 4 years ago
- Comments:16 (3 by maintainers)
Top Results From Across the Web
Support your app with background tasks - UWP applications
Register a background task by using the BackgroundTaskBuilder class. The class name is used to specify the entry point when you registering the ......
Read more >c# - Can't register a Time triggered Background Task
The asker has indicated that their background task was residing in the same project. That won't work: A very thorough article on background...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I had the same issue a couple different times. Upgraded to 0.23.2 and it seems to be working now.
How did you stop the background task to be able to upgrade? The answer above seems like it would remove all integrations.