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.

Unhandled exception: queueman.exceptions.QueueManagerExecutionStillInProgress

See original GitHub issue

Installation details

Description Value
HACS version 1.3.3
Home Assistant version 0.113.3
Installation method for HA Hassio

Checklist

Describe the issue

Mostly once per day I find following error message in the log. I don’t know if it is important for correct hacs work or not but as it is an error I decided to post it here. Since this error appears once per day, not sure if it is necessary to turn on debug logs for all day. Is it possible to schedule turning on/off debug to specific time? If yes, please, tell me how.

Steps to reproduce

I installed hacs about a month ago. Since that time I upgrade hacs in Home Assistant GUI. Found this issue after upgrading from 1.2.2 to 1.3.0b2.

Debug logs

Logs

2020-08-06 09:22:46 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/config/custom_components/hacs/hacsbase/hacs.py", line 307, in recurring_tasks_all
    await self.async_load_default_repositories()
  File "/config/custom_components/hacs/hacsbase/hacs.py", line 347, in async_load_default_repositories
    await self.queue.execute()
  File "/usr/local/lib/python3.8/site-packages/queueman/manager.py", line 41, in execute
    raise QueueManagerExecutionStillInProgress
queueman.exceptions.QueueManagerExecutionStillInProgress

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
vturekhanovcommented, Aug 6, 2020

One more error in log:

2020-08-06 22:42:46 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/config/custom_components/hacs/hacsbase/hacs.py", line 271, in prosess_queue
    await self.queue.execute(can_update)
  File "/usr/local/lib/python3.8/site-packages/queueman/manager.py", line 41, in execute
    raise QueueManagerExecutionStillInProgress
queueman.exceptions.QueueManagerExecutionStillInProgress
0reactions
marc-gistcommented, Oct 27, 2020

happening to me on 0.116.4 and hacs up to date

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unhandled Exception Has Occurred in Your Application. If ...
Unhandled Exception Has Occurred in Your Application. If You Click Continue FIX [2022]This can be a big problem because you won't be able...
Read more >
integration - 未处理的异常:queueman.exceptions ... - Bleep Coder
Integration: 未处理的异常:queueman.exceptions.QueueManagerExecutionStillInProgress. 创建于2020-08-06 · 7评论 · 资料来源: hacs/integration ...
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