Skip to content
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

What causes the 'could not download' error? #888

Closed
blackgold9 opened this issue Nov 4, 2012 · 2 comments
Closed

What causes the 'could not download' error? #888

blackgold9 opened this issue Nov 4, 2012 · 2 comments

Comments

@blackgold9
Copy link

I'm getting "Validation failed: Image could not download file" when attempting to save a model that has a carrierwave uploader. The image is not required. It is being saved to a s3 bucket.

The only place i could find in the carrierwave code that says "could not download file" was:
https://github.com/jnicklas/carrierwave/blob/master/lib/carrierwave/uploader/download.rb#L41

Any ideas what that means?

@bbatsov
Copy link

bbatsov commented Nov 4, 2012

I'm getting the same problem. I think it was introduced in the latest version of CarrierWave.

@bensie
Copy link
Member

bensie commented Nov 9, 2012

This commit a95e5da is likely what is causing your issue:

We decided to leave the custom URL parsing up to the developer. Override process_uri in your uploader to customize it.

@bensie bensie closed this as completed Nov 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants