Setono / SyliusMailchimpPlugin

Mailchimp integration plugin for Sylius
MIT License
11 stars 14 forks source link

No body on the response. #61

Open wyamout opened 3 years ago

wyamout commented 3 years ago

When I try to push customers nothing happens when I try to load audience I get error No body on the response.

Setono\SyliusMailchimpPlugin\Exception\
ClientException
in vendor/setono/sylius-mailchimp-plugin/src/Client/Client.php (line 65)
in vendor/setono/sylius-mailchimp-plugin/src/Client/Client.php->makeRequest (line 77)
in vendor/setono/sylius-mailchimp-plugin/src/Loader/AudiencesLoader.php->getAudiences (line 78)
in vendor/setono/sylius-mailchimp-plugin/src/Loader/AudiencesLoader.php->createOrUpdateAudiences (line 49)
in vendor/setono/sylius-mailchimp-plugin/src/Controller/Action/LoadAudiencesAction.php->load (line 34)
in vendor/symfony/http-kernel/HttpKernel.php->__invoke (line 158)
in vendor/symfony/http-kernel/HttpKernel.php->handleRaw (line 80)
in vendor/symfony/http-kernel/Kernel.php->handle (line 201)
Kernel->handle(object(Request))
in public/index.php (line 25)
    Request::setTrustedHosts([$trustedHosts]);}$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();$kernel->terminate($request, $response);
loevgaard commented 3 years ago

Did you set the API key?