Created
August 15, 2011 20:12
-
-
Save ingydotnet/1147687 to your computer and use it in GitHub Desktop.
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
ingy@thinkingy:~/Work/stackato-samples/python/bottle-currency$ ../../../vmc-tcl/bin/stackato target http://api.stackato.local | |
Host is not valid: 'http://api.stackato.local' | |
Would you like see the response ? [yN]: y | |
<<< | |
Error (JSON 404): <html> | |
<head><title>404 Not Found</title></head> | |
<body bgcolor="white"> | |
<center><h1>404 Not Found</h1></center> | |
<hr><center>nginx/0.7.65</center> | |
</body> | |
</html> | |
>>> | |
ingy@thinkingy:~/Work/stackato-samples/python/bottle-currency$ ../../../vmc-tcl/bin/stackato target api.stackato.local | |
Host is not valid: 'http://api.stackato.local' | |
Would you like see the response ? [yN]: y | |
<<< | |
Error (JSON 404): <html> | |
<head><title>404 Not Found</title></head> | |
<body bgcolor="white"> | |
<center><h1>404 Not Found</h1></center> | |
<hr><center>nginx/0.7.65</center> | |
</body> | |
</html> | |
>>> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment