abenzer / represent-map

Visualize your startup community on a custom Google map. Based on the code for http://represent.la
http://represent.la
357 stars 189 forks source link

Cannot integrate SG API #66

Open shezankazi opened 10 years ago

shezankazi commented 10 years ago

Hi all,

I am the new curator for SG Munich and am having trouble integrating the SG API. When I enter the API Code and location, I get the following error upon opening the website:

Http_Exception Object ( [message:protected] => [string:Exception:private] => [code:protected] => 404 [file:protected] => /www/htdocs/w010cf40/startups/include/http.php [line:protected] => 317 [trace:Exception:private] => Array ( [0] => Array ( [file] => /www/htdocs/w010cf40/startups/include/http.php [line] => 209 [function] => _exec [class] => Http [type] => -> [args] => Array ( [0] => GET [1] => http://startupgenome.co/api//organizations/city/munich-bavaria-de [2] => Array ( ) ) ) [1] => Array ( [file] => /www/htdocs/w010cf40/startups/startupgenome_get.php [line] => 39 [function] => doGet [class] => Http [type] => -> [args] => Array ( [0] => /organizations/city/munich-bavaria-de ) ) [2] => Array ( [file] => /www/htdocs/w010cf40/startups/header.php [line] => 11 [args] => Array ( [0] => /www/htdocs/w010cf40/startups/startupgenome_get.php ) [function] => include_once ) [3] => Array ( [file] => /www/htdocs/w010cf40/startups/index.php [line] => 3 [args] => Array ( [0] => /www/htdocs/w010cf40/startups/header.php ) [function] => include_once ) ) [previous:Exception:private] => )

Any help would be much appreciated!

Thanks a lot, Shezan

jtgraphic commented 10 years ago

Try this URL for Munich: http://startupgenome.co/api//organizations/city/munich-bavaria-deu - it seems that you're just missing the u on the end.

shezankazi commented 10 years ago

Thanks a lot! That did the job!