Using latest version of pkgcloud, fresh downloaded from npm.
client.getFlavor('performance2-15', function (err, flav) { //id was taken from getFlavors()
if (!err) {
console.dir(flav);
}
else {
console.log(err);
}
});
for any valid flavorId for that region is returning the following error:
[Error: Unexpected empty response]
if I put an incorrect flavorId, returns a 404, which is expected.
Using latest version of pkgcloud, fresh downloaded from npm.
for any valid flavorId for that region is returning the following error:
[Error: Unexpected empty response]if I put an incorrect flavorId, returns a 404, which is expected.