Error 500 on PhoneGap Build API V1
Here's my call:
curl -F file=index.html -u gh@nsbasic.com:xxxx -F 'data={"title":"Hello World","description":"test app", "package":"com.nsbasic.www","version":"1.0.0","create_method":"file"}' https://build.phonegap.com/api/v1/apps
Here is what I get:
<!DOCTYPE html SYSTEM>
We're sorry, but something went wrong (500)
(etc)
Here's my call:
curl -F file=index.html -u gh@nsbasic.com:xxxx -F 'data={"title":"Hello World","description":"test app", "package":"com.nsbasic.www","version":"1.0.0","create_method":"file"}' https://build.phonegap.com/api/v1/apps
Here is what I get:
<!DOCTYPE html SYSTEM>
We're sorry, but something went wrong (500)
(etc)

