FYI for anyone else who runs into this oddball of an error, I fixed it
by copying the frame_grab.rb file from the /usr/lib/ruby/gems/1.8/gems/
radiant-1.0.0.rc2/vendor/extensions/clipped/lib/paperclip/ dir to the /
lib directory in my project.

I am skeptical that it's a path or permission error that caused the
original issue, as I posted earlier, it occurred on multiple hardware
instances.
Regardless, this appears to have resolved the issue for me, but if
anyone has better insight as to the cause, I'd love to hear your
thoughts.

Happy coding!
-James

On Sep 14, 10:11 am, James Martens <j...@jjonah.com> wrote:
> So... No one has tried to upload a video asset?
> I cannot believe I am the only one who has come across this issue, and
> it has recurred on multiple machines. The absence of this file seems
> to me to be a glaring oversight.
>
> Anyone having any insight whatsoever, I am begging for your help!
> Thanks!
>
> On Sep 13, 11:31 am, James Martens <j...@jjonah.com> wrote:
>
>
>
>
>
>
>
> > Another note: if I create a new blank RC2 radiant app, do NOTHING
> > other than get it running with no extensions installed, I still get
> > the same error message, so it seems that something is not being
> > installed  or configured properly during the install process...
>
> > On Sep 13, 11:22 am, James Martens <j...@jjonah.com> wrote:
>
> > > Hi again radiant peeps.
>
> > > Another issue has cropped up for me on RC2.
> > > In assets, I am trying to upload a video, but I am getting a very
> > > strange error (occurs in both development and production). The error
> > > happens as soon as I click the create asset button and appears to be
> > > in the post process phase:
>
> > > MissingSourceFile (no such file to load -- /Users/jaemo/projects/
> > > family_justice/lib/paperclip_processors/frame_grab.rb):
> > >   paperclip (2.3.16) lib/paperclip.rb:114:in `load_processor'
> > >   paperclip (2.3.16) lib/paperclip.rb:104:in `processor'
> > >   paperclip (2.3.16) lib/paperclip/attachment.rb:359:in
> > > `post_process_styles'
> > >   paperclip (2.3.16) lib/paperclip/attachment.rb:358:in `each'
> > >   paperclip (2.3.16) lib/paperclip/attachment.rb:358:in `inject'
> > >   paperclip (2.3.16) lib/paperclip/attachment.rb:358:in
> > > `post_process_styles'
> > >   paperclip (2.3.16) lib/paperclip/attachment.rb:354:in
> > > `post_process_styles'
> > >   paperclip (2.3.16) lib/paperclip/attachment.rb:348:in `post_process'
> > >   paperclip (2.3.16) lib/paperclip/callback_compatibility.rb:23:in
> > > `call'
> > >   paperclip (2.3.16) lib/paperclip/callback_compatibility.rb:23:in
> > > `run_paperclip_callbacks'
> > >   paperclip (2.3.16) lib/paperclip/attachment.rb:347:in `post_process'
> > >   paperclip (2.3.16) lib/paperclip/callback_compatibility.rb:23:in
> > > `call'
> > >   paperclip (2.3.16) lib/paperclip/callback_compatibility.rb:23:in
> > > `run_paperclip_callbacks'
> > >   paperclip (2.3.16) lib/paperclip/attachment.rb:346:in `post_process'
> > >   paperclip (2.3.16) lib/paperclip/attachment.rb:114:in `assign'
> > >   paperclip (2.3.16) lib/paperclip.rb:279:in `asset='
> > >   /Users/jaemo/.rvm/gems/ruby-1.8.7-p174@family_justice/gems/
> > > radiant-1.0.0.rc2/vendor/extensions/clipped/app/controllers/admin/
> > > assets_controller.rb:28:in `create'
> > >   compass (0.10.6) lib/compass/app_integration/rails/actionpack2/
> > > action_controller.rb:7:in `process'
> > >   haml (3.0.25) rails/./lib/sass/plugin/rack.rb:41:in `call'
> > >   /Users/jaemo/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/webrick/
> > > httpserver.rb:104:in `service'
> > >   /Users/jaemo/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/webrick/
> > > httpserver.rb:65:in `run'
> > >   /Users/jaemo/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/webrick/
> > > server.rb:173:in `start_thread'
> > >   /Users/jaemo/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/webrick/
> > > server.rb:162:in `start'
> > >   /Users/jaemo/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/webrick/
> > > server.rb:162:in `start_thread'
> > >   /Users/jaemo/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/webrick/
> > > server.rb:95:in `start'
> > >   /Users/jaemo/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/webrick/
> > > server.rb:92:in `each'
> > >   /Users/jaemo/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/webrick/
> > > server.rb:92:in `start'
> > >   /Users/jaemo/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/webrick/
> > > server.rb:23:in `start'
> > >   /Users/jaemo/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/webrick/
> > > server.rb:82:in `start'
>
> > > I assume frame_grab.rb is meant to take a thumbnail screencap of the
> > > video. I cannot find any reference to this file anywhere on the
> > > googles, so hoping someone here has some info or insight....
>
> > > Happy Tuesday!
> > > -James

Reply via email to