TypeError: Return value of App\Services\Vk\VkServices::wall() must be of the type array, none returned

Issue #2 resolved
Dmitriy Kuts repo owner created an issue

https://sentry.io/exileed-group/feedexileedcom/issues/481669182/

TypeError: Return value of App\Services\Vk\VkServices::wall() must be of the type array, none returned
  File "/home/exileed/feed/app/Services/Vk/VkServices.php", line 146, in wall
    }
  File "/home/exileed/feed/app/Services/Vk/VkServices.php", line 66, in feed
    $items = $this->wall($this->getId($channel));
  File "/home/exileed/feed/app/Controllers/VkController.php", line 54, in feed
    $xml = $this->service->feed($args['name'], $params);
  File "/home/exileed/feed/app/Controllers/VkController.php", line 0, in call_user_func_array
    App\Controllers\VkController->feed
  File "/home/exileed/feed/vendor/league/route/src/Strategy/ApplicationStrategy.php", line 22, in League\Route\Strategy\{closure}
    $response = call_user_func_array($route->getCallable(), [$request, $response, $vars]);
...
(6 additional frame(s) were not displayed)

Comments (1)

  1. Log in to comment