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

NotImplementedError: The conversion of cloud with nio_nat:ETHOPT is not supported #844

Closed
julien-duponchelle opened this issue Dec 20, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@julien-duponchelle
Copy link
Contributor

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

ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 3080)
(3 additional frame(s) were not displayed)
...
  File "asyncio/selector_events.py", line 421, in sock_connect
    return (yield from fut)
  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 292, in result
    raise self._exception
  File "asyncio/selector_events.py", line 451, in _sock_connect_cb
    raise OSError(err, 'Connect call failed %s' % (address,))

NotImplementedError: The conversion of cloud with nio_nat:ETHOPT is not supported
(11 additional frame(s) were not displayed)
...
  File "gns3server/controller/__init__.py", line 160, in load_projects
    yield from self.load_project(os.path.join(project_dir, file), load=False)
  File "gns3server/controller/__init__.py", line 373, in load_project
    topo_data = load_topology(path)
  File "gns3server/controller/topology.py", line 121, in load_topology
    topo = _convert_1_3_later(topo, path)
  File "gns3server/controller/topology.py", line 296, in _convert_1_3_later
    _create_cloud(node, old_node, ":/symbols/cloud.svg")
  File "gns3server/controller/topology.py", line 489, in _create_cloud
    raise NotImplementedError("The conversion of cloud with {} is not supported".format(old_port["name"]))

NotImplementedError: The conversion of cloud with nio_nat:ETHOPT is not supported
@julien-duponchelle julien-duponchelle added this to the 2.0 milestone Dec 20, 2016
@julien-duponchelle
Copy link
Contributor Author

We receive one time the event in 22 days. I suggest we remove the interface from the cloud and cut the link. It's the most simple solution for allowing user to fix the topology.

Converting to NAT node is not easy because the cloud need to be split if we have multiple interface in the cloud.

@julien-duponchelle julien-duponchelle self-assigned this Jan 11, 2017
julien-duponchelle added a commit that referenced this issue Jan 11, 2017
It was almost not used (only one occurrence in the whole
beta test).

Fix #844
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