-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined method "get_construct_args" #131
Comments
Active Storage is using the libvips backend here (it's the default), so this is unrelated to MiniMagick. I don't know at the moment what caused this apparent regression, I will take a look. |
You said you upgraded ImageProcessing to 1.13.0, but the stack trace shows version 0.11.2, which is ancient. So, that's likely the root cause of the error. If you're still experiencing it with the most recent version, please post a self-contained example that reproduces the issue (without Active Storage), and then we can re-open. |
Also stumbled into this issue and was also mistakenly on version 0.11.2.. even though I just added |
Not sure if something else is depending on a lower version of MiniMagick or ruby-vips, which might make Bundler prefer versions of ImageProcessing that didn't have them as dependencies. |
Hi.
I actually discovered a bug related to minimagick 5.0 support mentioned in issue #125
I updated image_processing to 1.13 and ran into an error
Downgrading to 1.12.2 resolved the issue.
The error is a bit cryptic, as it's pointing to Vips, when it seems that Minimagick support is the cause ( I think?) . Still haven't figured out the true root cause. Just thought it bring it up here.
The text was updated successfully, but these errors were encountered: