You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.
For some reason, the delayed_paperclip is not storing the original file... only the styles listed in the only_process array are created.
The delayed job subsequently fails for the other styles as it cannot find the original file...
Errno::ENOENT: No such file or directory @ rb_sysopen - /Users/Home/Dev/app/public/system/images/project_photographs/images/000/000/400/d275126025f8f2ca44c7685dc36b4614058765f7.jpg
Looks like a bug using Paperclip 5.1.0 and Delayed Paperclip 3.0.1. Downgraded to Paperclip 5.0.0 and Delayed Paperclip 3.0.0 and all works fine.
I can confirm that when background processing is disabled and only_process: [:small, :small_webp] is present on the model, the original file is not stored... however, the two :small and :small_webp styles are created.
For some reason, the delayed_paperclip is not storing the original file... only the styles listed in the only_process array are created.
The delayed job subsequently fails for the other styles as it cannot find the original file...
Errno::ENOENT: No such file or directory @ rb_sysopen - /Users/Home/Dev/app/public/system/images/project_photographs/images/000/000/400/d275126025f8f2ca44c7685dc36b4614058765f7.jpg
Looks like a bug using Paperclip 5.1.0 and Delayed Paperclip 3.0.1. Downgraded to Paperclip 5.0.0 and Delayed Paperclip 3.0.0 and all works fine.
Currently using:
Rails 4.2.7.1
Delayed Paperclip 3.0.1
Paperclip 5.1.0
Sidekiq 4.2.2
Model:
Controller action:
development.rb
The text was updated successfully, but these errors were encountered: