Martin Aarhus Gregersen
Martin Aarhus Gregersen
Experiencing the same issue on a native linux install (on RPI though!). I am getting `Error renaming original transcoder: [Errno 2] No such file or directory`
Hey I actually have a similar problem. For me whenever I add data to the seed it won't save the (user)data. So even though I edited the seeds file it...
What I've found works with this gem is usually change the database.yml to the following content: ``` default: &default adapter: sqlite3 encoding: unicode pool: 5 development:
Please let me know if you have further issus. I've gotten pretty good at working with this gem.
Heya. I would like to take a look at this, but looking over the steps to reproduce I find it hard to figure out exactly what to do. There's a...
I'm seeing the same issue in our application. This is the only webhook we've implemented currently: ``` after_customer_subscription_deleted do |subscription, event| Subscription.find_by(stripe_subscription_id: subscription.id).cancel! end ``` API Version: config.stripe.api_version = '2019-09-09'...
@tansengming thank you for getting back to me/us! I feel like such a dumbass now. It seems this was due to wrong keys (specifically `signing_secret`) being set for the application,...
I'm sorry @tansengming I wish I could be of more help. I wish I remember what we changed to fix it, but I already forgot 😓
This happened to me as well. The only thing I can add is that I started with a clean machine that didn't previously have Rust, Flutter or Dart installed. Assuming...
Chiming in here to ditto what @Poly-Pixel says. I initially thought it was a web-based app too, but this currently only builds for desktop, so that's not the case. When...