Closed pc4service closed 5 years ago
Are you providing URL with the '/api' part ?
I have the same error. a fact, this happens to me when I put the prestashop in mode debug. otherwise, give me internal error full
Hi, If you have a lot of products, and you call .GetAll, the xml response is too big so the connection is expired by timeout. I experienced the same problem with stock_available
@navimel I had a try with a 28k products database and it worked well for me.
@R0xtar may be your timeout is set high than mine....I've got 26K products....
It may depend on your server characteristics, anyway, I would recommend you to always paginate the results.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hello,
I have code
string BaseUrl = Convert.ToString(inifile.Read("Prestashop", "Url")); string Account = Convert.ToString(inifile.Read("Prestashop", "ApiKey")); ; string Password = "";
and return null. What its going wrong ?
Thanks