sintaxi / dbox

NodeJS SDK for Dropbox API (THIS LIBRARY IS OBSOLETE!!)
514 stars 91 forks source link

r.statuscode error #38

Closed ghost closed 11 years ago

ghost commented 11 years ago

I see from https://github.com/sintaxi/node-dbox/pull/15 that code was changed to mitigate fatal errors in the event of a non-returned request object.

I'm still getting these at line 101 in dbox.js, Was this line unchanged for a reason, or just accidentally missed last time?

thanks Andy

jstroem commented 11 years ago

you're totally right.. this line is forgotten. maybe it is because of the pull request reguarding the headers.. I'm going to correct it for now, and make a new pull request for that change

jstroem commented 11 years ago

This issue is corrected in pull request #40

sintaxi commented 11 years ago

Thanks for staying on top of this fellas. I'll merge and tag a new release.