#MidnightCrow-object-lock
1 messages · Page 1 of 1 (latest)
Good question. What aspect of that error are you looking in to more info on?
what resource is being accessed multiple times? And by what sources?
Can you send me the ID of a request that you got this error on? (req_123)
req_JJmGss1C8m1Eb6
Usually it is the object that you are directly making an API call at and that error should be related to another API call that your integration made but I will check further
Thanks for the request, looking in to it
I see a subscription being created on that customer just before that get request but am unsure if it was that. Looking further to see if I can confirm https://dashboard.stripe.com/logs/req_Sg99sbfXZcvu0B
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I appreciate you lookin further
From what I can see, that call was locked up by this call https://dashboard.stripe.com/logs/req_CsDKJ8zN5ARpFG
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I am a bit surprised because that seems to be a quick call that was made a couple seconds before but that is what the logging says.
At any rate, I think the solution is basically what that error message suggested, retry the request and if it keeps happening hold off and contact support
MidnightCrow-object-lock
What does the Application
AvaTaxForStripe mean? the request is coming from ava tax?
^ in regards to the link on the event you sent
Correct. If an Application value is present, then the request came from another application that your account is integrated with, in this case that seems to be an AvaTax integration.
thank you toby