Created
July 24, 2015 15:08
-
-
Save igable/6e6ab358e094146420f0 to your computer and use it in GitHub Desktop.
mixcoatl errors on Ubuntu 12.04 with python 2.7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2015-07-24, 7:43:23 AM] Syam Puchakayala: /usr/local/lib/python2.7/dist-packages/requests-2.7.0-py2.7.egg/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
InsecurePlatformWarning | |
Traceback (most recent call last): | |
File "/usr/local/bin/dcm-list-servers", line 5, in <module> | |
pkg_resources.run_script('mixcoatl==1.0.2', 'dcm-list-servers') | |
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 499, in run_script | |
self.require(requires)[0].run_script(script_name, ns) | |
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1235, in run_script | |
execfile(script_filename, namespace, namespace) | |
File "/usr/local/lib/python2.7/dist-packages/mixcoatl-1.0.2-py2.7.egg/EGG-INFO/scripts/dcm-list-servers", line 54, in <module> | |
results = Server.all(region_id=cmd_args.region) | |
File "/usr/local/lib/python2.7/dist-packages/mixcoatl-1.0.2-py2.7.egg/mixcoatl/infrastructure/server.py", line 585, in all | |
raise ServerException(r.last_error) | |
mixcoatl.infrastructure.server.ServerException: The desired documentation does not exist. | |
[2015-07-24, 7:47:19 AM] Syam Puchakayala: (mixcoatl2)root@ip-X:/home/p501/mixcoatl2# dcm-list-servers | |
Traceback (most recent call last): | |
File "/home/p501/mixcoatl2/bin/dcm-list-servers", line 54, in <module> | |
results = Server.all(region_id=cmd_args.region) | |
File "/home/p501/mixcoatl2/local/lib/python2.7/site-packages/mixcoatl/infrastructure/server.py", line 585, in all | |
raise ServerException(r.last_error) | |
mixcoatl.infrastructure.server.ServerException: The desired documentation does not exist. | |
(mixcoatl2)root@ip-X:/home/p501/mixcoatl2# uname -a | |
Linux ip-X-virtual #103-Ubuntu SMP Tue Sep 2 05:21:29 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux | |
(mixcoatl2)root@ip-X:/home/p501/mixcoatl2# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment