Git Product home page Git Product logo

Comments (2)

ScotterC avatar ScotterC commented on August 16, 2024

Can you post the relevant part of the stack trace please?

On Saturday, July 27, 2013, pratz3 wrote:

Everything worked fine until I added:

process_in_background :avatar - to my model.

I'm using S3 to store the images and I am using cropping as suggested by
Ryan Bates in Railcasts Episode 182. After adding delayed_paperclip I am
getting an error. It is weirdly pointing to this method:

def avatar_geometry(style = :original)
@geometry https://github.com/geometry ||= {}
avatar_path = (avatar.options[:storage] == :s3) ? avatar.url(style) :
avatar.path(style)
@geometry https://github.com/geometry[style] ||=
Paperclip::Geometry.from_file(avatar_path)
end

But the method works fine when I comment out process_in_background :avatar
and I am able to crop and reprocess. It's just that it wont delay the job
and takes 8-12 seconds. Is it throwing an error because the avatar_path
should be different when using delayed_paperclip?


Reply to this email directly or view it on GitHubhttps://github.com//issues/46
.

Sent from Mobile

from delayed_paperclip.

pratz3 avatar pratz3 commented on August 16, 2024

Well, the cropping feature essentially needs a file from S3. The image is scaled down and shown in the cropping page. But because of delayed jobs it can't find the file as it hasn't been uploaded yet and that's why the error. So I need to do something else. Thanks though

from delayed_paperclip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.