TypeError: Argument 1 passed to ExileeD\RssGenerate\Channel::setTitle() must be of the type string, null giv...

Issue #4 resolved
Dmitriy Kuts repo owner created an issue

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

TypeError: Argument 1 passed to ExileeD\RssGenerate\Channel::setTitle() must be of the type string, null given, called in /home/exileed/feed/app/Services/Vk/VkServices.php on line 60
  File "/home/exileed/feed/src/RssGenerate/src/Channel.php", line 100, in setTitle
    public function setTitle(string $title)
  File "/home/exileed/feed/app/Services/Vk/VkServices.php", line 60, in feed
    $ch->setTitle($channel->name);
  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