Ошибка при попытке получить список LiveBroadcasts - Youtube Livestream Api - PullRequest
0 голосов
/ 20 апреля 2020

Когда я пытаюсь запустить приведенный ниже пример YouTube Livestream API

https://github.com/jonnyk20/youtube-chatbot-demo

я могу выполнить аутентификацию, но после принятия всех разрешений, когда я пытаюсь получить активный чат (список LiveBroadcasts), я получил эту ошибку.

    at Gaxios._request (/Users/gorio/Downloads/youtube-chatbot-demo-master/node_modules/gaxios/build/src/gaxios.js:85:23)
    at processTicksAndRejections (internal/process/task_queues.js:82:5)
    at async OAuth2Client.requestAsync (/Users/gorio/Downloads/youtube-chatbot-demo-master/node_modules/google-auth-library/build/src/auth/oauth2client.js:340:18)
    at async Object.youtubeService.findActiveChat (/Users/gorio/Downloads/youtube-chatbot-demo-master/youtubeService.js:68:22)
(node:28132) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:28132) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.```

I already check Youtube Data Api is enabled and i saw an strange thing.

Queries per day     0
Queries per 100 seconds per user    300.000 
Queries per 100 seconds 3.000.000 

I don't know how to increase Queries per day and if is it possible too.
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...