Bukimedia / PrestaSharp

CSharp .Net client library for the PrestaShop API via web service
GNU General Public License v3.0
155 stars 152 forks source link

ProductFactory.Update TimeOut, .Add Works Fine. #287

Closed ghost closed 5 years ago

ghost commented 6 years ago

Hi When I run the command Product Factory.Update (also happens with ProductFactory.Update (ProductFactory.Get (2)) respond with TimeOut but Product.Add works fine and The Web Service has all permissions, some idea?

mowcixo commented 5 years ago

Hello @OscarBanos, sorry for the delay.

Have you fixed this problem? If not: what are the changes you're making to the product before calling update?

OscarLate commented 5 years ago

Hi,

I'm @OscarBanos, this problem was by MailChimp module. This module was doing calls to some place without response that made timeouts.It seems strange but it only affected WebService and BackOffice in the product section.

Solution: Uninstall module.

mowcixo commented 5 years ago

Thanks @OscarLate for the quick response, clossing issue as it wasn't a PrestaSharp issue.