Pablo Castellano

Results 85 comments of Pablo Castellano

I have started seeing this bug too during my tests but not in production. In my case I think the two webhooks that were received at the same time were:...

Similar to this issue, when we receive `customer.subscription.deleted`, we delete the subscription which causes a SET_NULL on Invoice to trigger for Invoice.subscription. Subscriptions should not be deleted but sync'ed and...

@jleclanche Would you mind changing the title of the issue to something more generic like ".deleted webhooks are not handled correctly" ?

@jleclanche I have checked it and they (still) do not send an event when a coupon expires

@justjais Nope, I migrated to asgi and never had this issue again

There are several Pull Requests waiting to be merged fixing it: - https://github.com/jschrewe/django-mongodbforms/pull/77 - https://github.com/jschrewe/django-mongodbforms/pull/79 - https://github.com/jschrewe/django-mongodbforms/pull/72 - https://github.com/jschrewe/django-mongodbforms/pull/74 - https://github.com/jschrewe/django-mongodbforms/pull/83 Last three are the same.

This is fixed now in master! This issue can be closed.

Hola Aitor, De vez en cuando la Agencia que publica los Boletines Oficiales decide hacer algunos cambios en el formato y este fue uno de ellos. En cuanto a la...

Doesn't 8572fafa15eb3fff4a1ae1971205d98f0a910bc4 fix it?

I had the same issue trying to install docker rootless in a new user in my server. My workaround was: ``` sudo loginctl enable-linger sudo reboot ``` After that, the...