jbavari / cordova-deploy

Command line tools to help deploy your Cordova application to your users.
Apache License 2.0
12 stars 9 forks source link

Result from curl is not checked when deploying to HockeyApp. #7

Open Drarok opened 9 years ago

Drarok commented 9 years ago

I've been trying to use this for a while without success, today I added some caveman debugging (console.log() all the things!) and found the issue.

This tool is using curl to perform its API calls (not sure why, can't you just use Node's http lib directly?), but never checking what curl says. I identified my problem my outputting curl's stdout and stderr and seeing the HockeyApp API response errors there.