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

bowl.stop() may generate an error (sardine web v1.1.0) #4

Open
pierredewilde opened this issue Jan 1, 2024 · 0 comments
Open

bowl.stop() may generate an error (sardine web v1.1.0) #4

pierredewilde opened this issue Jan 1, 2024 · 0 comments

Comments

@pierredewilde
Copy link

Exception in callback <method 'result' of '_asyncio.Task' objects>
handle: <Handle Task.result>
Traceback (most recent call last):
  File "uvloop/cbhandles.pyx", line 63, in uvloop.loop.Handle._run
  File "/Users/pierre/.pyenv/versions/3.12.1/lib/python3.12/site-packages/sardine_core/scheduler/async_runner.py", line 523, in _runner
    await self._run_once()
  File "/Users/pierre/.pyenv/versions/3.12.1/lib/python3.12/site-packages/sardine_core/scheduler/async_runner.py", line 602, in _run_once
    interrupted = await self._sleep_until(deadline)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/pierre/.pyenv/versions/3.12.1/lib/python3.12/site-packages/sardine_core/scheduler/async_runner.py", line 674, in _sleep_until
    task.result()
  File "/Users/pierre/.pyenv/versions/3.12.1/lib/python3.12/site-packages/sardine_core/handlers/sleep_handler/__init__.py", line 90, in sleep_until
    done, pending = await asyncio.wait(
                    ^^^^^^^^^^^^^^^^^^^
  File "/Users/pierre/.pyenv/versions/3.12.1/lib/python3.12/asyncio/tasks.py", line 464, in wait
    return await _wait(fs, timeout, return_when, loop)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/pierre/.pyenv/versions/3.12.1/lib/python3.12/asyncio/tasks.py", line 550, in _wait
    await waiter
asyncio.exceptions.CancelledError
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

1 participant