-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
upgraded to 5.2 - Errno::EEXIST (File exists @ syserr_fail2_in #2533
Comments
@ubswrk I'm not an expert on Paperclip, but could you try loading each of these three adapters alone in
Docs are here: https://github.com/thoughtbot/paperclip#io-adapters |
I hope this is not related to #2290. We had not QAed it on Windows. If you're able to reproduce this locally, you could try reverting 4debddb in a local Paperclip to see if that fixes it. Here's a sketch of how I'd do it using the tools I know:
If that fixes it, then that commit was definitely the issue. But like Geoff says above, we're not sure what the issue is. Is it possible to get a longer backtrace? |
Aha, it's fixed it #2532! |
Paperclip 5.2.1 should fix this. Thank you for reporting this, and thank you again to @hron for the fix. |
Thanks, this solved the issue. |
Windows 10
Ruby 2.3.1
Rails 5.1.2
Hi,
After upgrading to paperclip 5.2 (due to recent vulnerability problem), when trying to attach the file to a document (mongoid), I'm getting the following error:
File exists @ syserr_fail2_in - C:/.../AppData/Local/Temp/ee26908bf9629eeb4b37dac350f4754a20180125-21364-1l0ujqp excluded from capture: Not configured to send/capture in environment 'development'
FATAL -- : Errno::EEXIST (File exists @ syserr_fail2_in - C:/.../AppData/Local/Temp/ee26908bf9629eeb4b37dac350f4754a20180125-21364-1l0ujqp):
Everything works ok when I rollback to use paperclip 5.1.
What am I missing?
The text was updated successfully, but these errors were encountered: