diff --git a/gns3server/controller/project.py b/gns3server/controller/project.py index 1523d0b90..f7179c2b0 100644 --- a/gns3server/controller/project.py +++ b/gns3server/controller/project.py @@ -763,7 +763,7 @@ class Project: try: yield from compute.post("/projects/{}/close".format(self._id)) # We don't care if a compute is down at this step - except (ComputeError, aiohttp.web.HTTPNotFound, aiohttp.web.HTTPConflict): + except (ComputeError, aiohttp.web.HTTPNotFound, aiohttp.web.HTTPConflict, aiohttp.ServerDisconnectedError): pass try: if os.path.exists(path + ".backup"):