Closed
Description
i get this when i try curl post or get
{"code":1,"message":"Internal server error."}
ex : for get
curl -X GET
-H "X-Parse-Application-Id:XXXXXXXXXXXXXXXXXXXXX"
-H "X-Parse-Master-Key: XXXXXXXXXXXX"
http://XXXXXXX.azurewebsites.net/parse/classes/user
ex for post
curl -X POST
-H "X-Parse-Application-Id: XXXXXXXXXXXXXXXX"
-H "Content-Type: application/json"
-d '{"score":1337,"playerName":"Sean Plott","cheatMode":false}'
http://XXXXXXX.azurewebsites.net/parse/classes/GameScore
*when it try post it notice that the "GameScore" class create but no data on it
*
and when it try on android sdk
i get this log
V/com.parse.ParseRequest: Request failed. Waiting 5020 milliseconds before attempt #3
Metadata
Metadata
Assignees
Labels
No labels