ErrorException: Undefined index: uid

Issue #3 resolved
Dmitriy Kuts repo owner created an issue

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

ErrorException: Undefined index: uid
  File "/home/exileed/feed/app/Services/Vk/Api/Response/User.php", line 23, in handleError
    $this->id = $user['uid'];
  File "/home/exileed/feed/app/Services/Vk/Api/Response/User.php", line 23, in __construct
    $this->id = $user['uid'];
  File "/home/exileed/feed/app/Services/Vk/Api/ApiAdapter.php", line 136, in getUser
    return new User($response['response'][0]);
  File "/home/exileed/feed/app/Services/Vk/VkServices.php", line 100, in getChannel
    $user = $this->api->getUser($name, ['fields' => 'screen_name']);
  File "/home/exileed/feed/app/Services/Vk/VkServices.php", line 54, in feed
    $channel = $this->getChannel($name);
...
(9 additional frame(s) were not displayed)

Comments (1)

  1. Log in to comment