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

Terminal error we see a lot #627

Open
patudom opened this issue Sep 26, 2024 · 0 comments
Open

Terminal error we see a lot #627

patudom opened this issue Sep 26, 2024 · 0 comments
Labels
5. lower priority Would be nice but not critical

Comments

@patudom
Copy link
Contributor

patudom commented Sep 26, 2024

Exception in callback Future.set_exception(CancelledError())
handle: <Handle Future.set_exception(CancelledError())>
Traceback (most recent call last):
  File "/Users/Pat/anaconda3/envs/common-solara/lib/python3.11/asyncio/events.py", line 84, in _run
    self._context.run(self._callback, *self._args)
asyncio.exceptions.InvalidStateError: invalid state

We think this isn't really a problem - it results from our threaded tasks. Some solara variable is triggering a refresh before the task is done, so it has to kill it and redo it.

@patudom patudom added the 5. lower priority Would be nice but not critical label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5. lower priority Would be nice but not critical
Projects
None yet
Development

No branches or pull requests

1 participant