Closed rendomnet closed 4 years ago
Okay I found the problem. For google cloud I need to use different url.
https://storage.googleapis.com/***/some.csv
But maybe error should be more help full
You know what they say: best issues solve themselves. :D
BTW, for better error handling just add a catch(err => console.error(err))
at the end.
Describe the bug Showing error
To Reproduce
Error (node:5521) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 336) (node:5521) UnhandledPromiseRejectionWarning: Error: Trailing quote on quoted field is malformed at /node_modules/scramjet-core/lib/util/promise-transform-stream.js:230:31 at processTicksAndRejections (internal/process/task_queues.js:89:5) caused by: at Object.chunk (/node_modules/scramjet/lib/string-stream.js:57:52)
System: