Created
September 13, 2016 13:44
-
-
Save arturaz/2adab642cde508acadc8b2c601562776 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
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> | |
<html> | |
<head> | |
<title>Error: 404 Not Found</title> | |
<style type="text/css"> | |
html {background-color: #eee; font-family: sans;} | |
body {background-color: #fff; border: 1px solid #ddd; | |
padding: 15px; margin: 15px;} | |
pre {background-color: #eee; border: 1px solid #ddd; padding: 5px;} | |
</style> | |
</head> | |
<body> | |
<h1>Error: 404 Not Found</h1> | |
<p>Sorry, the requested URL <tt>'http://api.greedygame.com/v1.5/init?edit=1'</tt> | |
caused an error:</p> | |
<pre>Not found: '/v1.5/init'</pre> | |
</body> | |
</html> | |
UnityEngine.Debug:Log(Object) | |
GreedyGame.Platform.Dummy.<init>c__Iterator0:MoveNext() | |
GreedyGame.Platform.<init>c__Iterator0:MoveNext() | |
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment