uploadcare / uploadcare-node

Node module for uploadcare.com
MIT License
37 stars 21 forks source link

Invalid json from uploadcare #21

Closed tsvetann closed 4 years ago

tsvetann commented 4 years ago

I get an error invalid json from uploadcare.

https://github.com/RexMorgan/uploadcare-node/blob/master/lib/main.js#L39

This line is hiding the actual error. Can we change it so we see what's wrong?

tsvetann commented 4 years ago

just to clarify i get this error when i add the options {store: true} while uploading

RexMorgan commented 4 years ago

Yes, that line is swallowing the error and hiding it from you.

You can change it in your local version to see what the error is. Just edit the file in your node_modules/uploadcare, that should help you see what's happening.