richardgirges / express-fileupload

Simple express file upload middleware that wraps around busboy
MIT License
1.52k stars 259 forks source link

Fix richardgirges/express-fileupload#342 URI malformed error #343

Closed boly38 closed 9 months ago

boly38 commented 1 year ago

Fix #342 URI malformed error

HowTo reproduce source: https://stackoverflow.com/questions/28063750/decodeuricomponent-throwing-an-error-uri-malformed HowTo prevent invalid character credit: https://stackoverflow.com/questions/2670037/how-to-remove-invalid-utf-8-characters-from-a-javascript-string

Thanks: T.J. Crowder Thanks: Phylogenesis Thanks: loretoparisi


To reviewer remark

boly38 commented 1 year ago
> nyc report --reporter=text-lcov | coveralls

/home/circleci/project/node_modules/coveralls/bin/coveralls.js:19
      throw err;
      ^
Bad response: 422 {"message":"Couldn't find a repository matching this job.","error":true}
(Use `node --trace-uncaught ...` to show where the exception was thrown)

Exited with code exit status 1
CircleCI received exit code 1

maybe COVERALLS_REPO_TOKEN (to refresh) issue?

boly38 commented 1 year ago

any news/hint @richardgirges @duterte ?

RomanBurunkov commented 9 months ago

Hi @boly38

Closing this, since it was fixed with #356 Thanks a lot for your efforts.