-
Notifications
You must be signed in to change notification settings - Fork 3
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
Can't post order and get items #11
Comments
I have tried to use API to create project, order and able to retrieve the order details, items of order. Please check for any problems. |
I can't post orders again. When I post order via api I got correct response with order status 'in-progress'. But in my account there is no this order. When I try to get order info via api I got correct response with status 'in-progress'. Items has not been translated. |
@nikolaevas There's problem when parsing the items. I am investigating. I found that you have created some orders with items in project (#13037). Are those orders have problems? If not, please go ahead with those orders by now. |
@nikolaevas I fixed the problem with a quick solution and successfully created an order in project (#13266) that your order failed on. Please try again to create order and I will take a look on the problem today. Thanks! |
I can't get order items again. I posted new orders to (#13037).
Then I successfully posted order to |
Got your problem and I have fixed the data in DB so that you can continue your work. |
@VLMH I'm still can't post orders and get items. |
@nikolaevas The bug is quite random (should be related to queuing ) and I am now looking into the whole flow. Have just made a quick fix for you. |
Nothing has changed. The same problem. There is no last order in my account. |
The problem cause the items not imported thus no order at all. Please try again with a new call. |
I posted new unique items and got the same problem. |
I am now checking the whole flow and will add a auto-unlocking solution for you first. Keep you updated here. |
We found the bug is caused by frequent consecutive calls. Have just fixed it now and shall be alright. Please try again (and I will be tracking the system as well to see if anything strange) I've tried myself to place 3 orders within a second and no problems for that. |
I posted order again. No orders in account, no translated items |
I've tried again using your project 13266 and found it works after I cleared some caches. Shall you simply create a new project for testing? Thanks. And it takes some time to process the order with Bing so it shall not return items immediately. |
I created new project (#13358) and posted two orders (#46758, #46759). But I don't see this orders in account. |
Shall you let me know the request parameters? This is mine and it works: array(
'from_locale' => 'en',
'to_locales' => 'de,fr',
'items' => array(
'product_3_34' => array(
'title' => 'Product Sony Smartphone',
'content' => 'Content'
),
'item_2' => array(
'title' => 'Title',
'content' => 'Content'
)
)
); |
I am wondering if the locale value got problem because we've made some updates to the locale yesterday. |
I changed locales: My params:
|
Please use zh-TW for zh. I am sorry that we didn't figure out the potential problem here when updating the codes yesterday. You may run GET /locales again to see the content. |
Earned! Thanks you! |
Will add more error messages there. Thanks. |
@vincentchan @nikolaevas |
The text was updated successfully, but these errors were encountered: