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

RuntimeError: Set changed size during iteration #897

Closed
julien-duponchelle opened this issue Feb 9, 2017 · 0 comments
Closed

RuntimeError: Set changed size during iteration #897

julien-duponchelle opened this issue Feb 9, 2017 · 0 comments
Labels
Milestone

Comments

@julien-duponchelle
Copy link
Contributor

https://sentry.io/gns3/gns3-server/issues/215901459/

CancelledError: 
(1 additional frame(s) were not displayed)
...
  File "aiohttp/streams.py", line 640, in read
    result = yield from super().read()
  File "aiohttp/streams.py", line 475, in read
    yield from self._waiter
  File "asyncio/futures.py", line 379, in __iter__
    yield self  # This tells Task to wait for completion.
  File "asyncio/tasks.py", line 297, in _wakeup
    future.result()
  File "asyncio/futures.py", line 284, in result
    raise CancelledError

RuntimeError: Set changed size during iteration
  File "gns3server/web/route.py", line 196, in control_schema
    yield from func(request, response)
  File "gns3server/handlers/api/controller/project_handler.py", line 232, in notification
    yield from project.close()
  File "gns3server/controller/project.py", line 539, in close
    for compute in self._project_created_on_compute:

RuntimeError: Set changed size during iteration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant