Migrated from Redmine #534 | Author: Renaldas Cypas
Status: Feedback | Priority: Immediate, there is BUG! | Created: 2020-05-19
Why when I calling GetAvailableUnits and getting different array types, how first should be readed.
Unable to parse:
{“result”:{“0”:5,“1”:6,“2”:3,“4”:14,“5”:2},“id”:1,“error”:null}
Normally returns:
{“result”:[3,2,6,4,14,5],“id”:1,“error”:null}
I noticed it started happening when I increased time details to the service from 1 to 2 hrs.
Dmytro Bondarev wrote:
Can you please provide RAW HTTP request
Renaldas Cypas wrote:
Dmitry Bondarev wrote:
Can you please provide RAW HTTP request
So I’m getting these results randomly, not always was able to replicate, but it happens very often.
{X-Company-Login: servicestore
X-User-Token: d374252554651a9961544f87896c1cbead674efeedb6dd1eca7ba7b9f78700b4
Content-Type: application/json-rpc}
{“method”:“getAvailableUnits”,“params”:[11,“2020-05-29 09:00”,1],“id”:1}
Dmytro Bondarev wrote:
This issue already fixed. Thank you.