ruby-av / paperclip-av-transcoder

Audio/Video Transcoder for Paperclip using FFMPEG/Avconv
MIT License
135 stars 83 forks source link

uninitialized constant Paperclip::Processor #29

Closed pwnfoo closed 8 years ago

pwnfoo commented 8 years ago

I am getting the following error after starting the server :

/home/sachin/.rvm/gems/ruby-1.9.3-p551/gems/paperclip-av-transcoder-0.6.4/lib/paperclip/paperclip_processors/transcoder.rb:2:in `module:Paperclip': uninitialized constant Paperclip::Processor (NameError)

What am i doing wrong?

owahab commented 8 years ago

What's your Paperclip version?

akhil211 commented 8 years ago

Hi I am having the same issue. Earlier my paperclip version was 4.3.0 but I changed it to 4.2.0 after suggestion but with no luck.

pwnfoo commented 8 years ago

Hi, I got around this by doing clean install of rvm along with the suggested devise and rails version.

jancuk commented 8 years ago

put gem 'paperclip' above gem 'paperclip-av-transcoder' ?

akhil211 commented 8 years ago

Yes it worked. Putting paperclip gem above paperclip-av-transcoder resolved the issue. Thanks