fabulaws icon indicating copy to clipboard operation
fabulaws copied to clipboard

ValueError: No active mirror found.

Open tobiasmcnulty opened this issue 6 years ago • 0 comments

Traceback (most recent call last):
  File "/Users/tobias/.virtualenvs/project_name/lib/python2.7/site-packages/fabulaws/library/wsgiautoscale/api.py", line 467, in _new
    server.setup()
  File "/Users/tobias/.virtualenvs/project_name/lib/python2.7/site-packages/fabulaws/library/wsgiautoscale/servers.py", line 354, in setup
    super(WebMixin, self).setup()
  File "/Users/tobias/.virtualenvs/project_name/lib/python2.7/site-packages/fabulaws/library/wsgiautoscale/servers.py", line 328, in setup
    super(AppMixin, self).setup()
  File "/Users/tobias/.virtualenvs/project_name/lib/python2.7/site-packages/fabulaws/ubuntu/packages/python.py", line 66, in setup
    self.install_python_tools()
  File "/Users/tobias/.virtualenvs/project_name/lib/python2.7/site-packages/fabulaws/decorators.py", line 74, in wrapper
    return f(self, *args, **kwds)
  File "/Users/tobias/.virtualenvs/project_name/lib/python2.7/site-packages/fabulaws/ubuntu/packages/python.py", line 48, in install_python_tools
    mirror = self._find_mirror()
  File "/Users/tobias/.virtualenvs/project_name/lib/python2.7/site-packages/fabulaws/ubuntu/packages/python.py", line 39, in _find_mirror
    raise ValueError('No active mirror found.')
ValueError: No active mirror found.

tobiasmcnulty avatar Apr 02 '18 21:04 tobiasmcnulty