-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fibers Error On Upload #147
Comments
Hello, maybe your server restarted during the upload, leaving a temp file in database, but not in the /tmp directory which is cleared on every system reboot. You just have to remove the temp file from mongodb OR create a fake file at the given location like |
Thanks for the quick reply. Hmm. I had this kind of behaviour some time ago but now after updating several libs it happens for every upload... |
Hello, I've got the same problem with meteor 2.2 and GridFs Store any clue? STDERR) ufs: cannot delete temp file "/tmp/ufs/uPy5LmNCML8nsDjeo" (ENOENT: no such file or directory, unlink '/tmp/ufs/uPy5LmNCML8nsDjeo') |
Hello everyone! I encountered the same problem and made a research. It's happening while you're using ufs-gridfs storage with a modern version of Meteor (I think from v2.4, not sure). Here is the problem and issue:
It's the reason why deleting of tmp file runs twice here. |
Hi
Thanks for this still really useful package. Working with Meteor 2.2, I've recognized the following error when uploading a file:
I think it is happening in
ufs-methods.js
in line 66:Any hints what to do?
Thanks so much.
Oliver
The text was updated successfully, but these errors were encountered: