Crash if multiple files have errors.
See original GitHub issueFor example, if you try to upload 2 files that are both too big, you get a weird uncaught error
TypeError: path must be a string at TypeError (native) at Object.fs.unlink (fs.js:927:11)
And this seems to be because on the first error, it unlinks the uploaded files, and deletes their filepath and other properties, then on the 2nd error, the filepath property does not exist on the uploaded files, and so this weird uncaught error occurs and crashes the process.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Crash when closing multiple files - Claris Community
When I am closing multiple-file solution. Filemaker crash with C++ Runtime Error: R6025 "Pure Virtual Function Call". The solution is converted from Filemaker ......
Read more >PC crashing with multiple error codes due to 1 game in specific
My PC keeps freezing then crashing due to one game I play in specific. After every crash I check the event viewer and...
Read more >Windows Explorer Keeps Crashing: How to Fix - groovyPost
If Windows File Explorer keeps crashing, you'll need to troubleshoot the issue by following these steps.
Read more >7 Fixes If Windows Explorer Keeps Crashing - RevoUninstaller
Method 7: Check Windows Error Logs. If all of the above methods did not help you to resolve your crashing File Explorer issue,...
Read more >os.listdir() crashes when used with several thousands of files
os.listdir() crashes when used with several thousands of files · 1. your machine can't hold all that data in memory, perhaps because you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can @LinusU ping us back as to whether they know this issue has been resolved or not, otherwise we can fix via a pull request as we are using this module for a project that will go to production in a few months.
have the same issue