You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following command works on the site at datasciencetoolkit.org: curl "http://www.datasciencetoolkit.org/coordinates2politics/37.769456%2c-122.429128"
But when I deploy the AMI to my site, (using the US-West AMI id: ami-771e3f47), the same call gives me a 500: curl "http://my-dstk.example.com/coordinates2politics/37.769456%2c-122.429128"
The following command works on the site at
datasciencetoolkit.org
:curl "http://www.datasciencetoolkit.org/coordinates2politics/37.769456%2c-122.429128"
But when I deploy the AMI to my site, (using the US-West AMI id:
ami-771e3f47
), the same call gives me a 500:curl "http://my-dstk.example.com/coordinates2politics/37.769456%2c-122.429128"
The curl command was used in the docs here: http://www.datasciencetoolkit.org/developerdocs#coordinates2politics
and I deployed my AMI from the docs here: http://www.datasciencetoolkit.org/developerdocs#setup
The text was updated successfully, but these errors were encountered: