Closed gonzag88 closed 3 years ago
could you check this with 2.0.0 version?
@dmitry-mukhin I'm using uploadcare-rails
, which has uploadcare-ruby ~> 1.0
as dependency and cannot be updated. The last version i see is 1.2.0.pre.alpha
and i've already tried with that.
Is that what you mean?
Yes, you're right. Let us see what we can do, although it will take some time.
Feel free to try fixing this on your own and send PRs :)
BTW, does your code work in production?
@dmitry-mukhin I've just seen this while having the same error in production. So the answer is No for production environment
@rastyagaev please take a look
We are having the same issue in production. Anybody still working on this gem?
@stefankp sorry for the delay. We're still working on this, but we need some additional time. We'll get back with an update in a few days.
@optlsnd No worries, we fixed it from our side.
The error happend when passing an empty CDN url https://ucarecdn.com/
to the parser.
@stefankp great! thanks for letting us know šš¼
@stefankp, is this issue still actual?
We now have v2.0.0. Please, take a look at main
I moved on from that codebase, so don't know š¤·
Hi, i'm having some problems with uploadcare-rails gem when running my tests. Everything seems to be running smoothly on development env, but fails on test env.
Here is the trace (it happens with all kind of tests):
I've tried with different gem versions with same results.
The model
Test trace
Any idea? Thanks!