aws-samples / aws-sdk-unity-samples

This repository has samples that demonstrate various aspects of the AWS Mobile SDK for Unity, you can get the SDK source on Github (https://github.com/aws/aws-sdk-net)
Other
161 stars 107 forks source link

How can I fix Amazon.Runtime.Internal.UnityHttpErrorResponseException #9

Closed new08242 closed 9 years ago

new08242 commented 9 years ago

After I follow your tutorial on how to use Amazon cognito with unity, then I try to use DynamoDB. In LowlevelDynamoDBexample scene I click create table. In the scene and it say AmazonDynamoDB Exception see more information in log then I look in log and it say Amazon.Runtime.Internal.UnityHttpErrorResponseException was thrown. Please tell me how to fix this. If you need more information about this problem please ask me.

karthiksaligrama commented 9 years ago

can you run the curl log printed in the console. It should tell you what the problem is.

new08242 commented 9 years ago

Thank you. The problem is fixed now.