I am try to perform the function:
rake paperclip:refresh class=foobar
And it begins to work, but it looks like it gets hung up with this stack.. :
** Invoke paperclip:refresh (first_time)
** Invoke paperclip:refresh:metadata (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute paperclip:refresh:metadata
rake aborted!
The specified key does not exist.
So I'm curious because I know some of the file extensions that are in this class are not there anymore. So I'm guessing that because it can't find one of them, it gives up on the whole process. Is there a way to say, skip over files if they do not exist
?
Or is this error from a bigger problem like, your whole s3 bucket cant be found by the paperclip:refresh task.
Update
So far, I've tried rake paperclip:clean class=foobar
. It works, but didn't fix the problem