-
This example doesn't work https://github.com/node-vk-bot-api/node-vk-bot-api/blob/master/examples/keyboard.js
I got an error:
`(node:3152) UnhandledPromiseRejectionWarning: #
(node:3152) Unhandle…
-
### У меня есть bot.js(Ядро), commands.js(Команды), scenes.js(Сцены):
**В scene.js подключаю**
```javascript
const {SceneManager, StepScene} = require('@vk-io/scenes');
const scene = new SceneMa…
-
Заметил такую особенность при работе с LongPoll сервером. Сцены выполняются без ожидания действия. К примеру нужно реализовать сцену где идёт опрос и запись введенных данных в stage. Взять пример из д…
-
A long running crawl has crashed due to the following AssertionError in `tab_restart_browser`.
This happenned after successfully visiting more than 5000 pages.
```
Traceback (most recent call las…
-
Hi, interesting project.
Is it possible for you to setup a Ubuntu PPA so Ubuntu/Mint/[insert derivative here] users could easily be up to date?
-
Porting memory management from C++ examples is a bit overwhelming :sweat_smile:
dpwiz updated
4 years ago
-
The Ubuntu clang bot currently uses clang-5.0 to build which doesn't seem to like swiftshader.
```
third_party/spirv-tools/source/opt/libSPIRV-Tools-opt.a third_party/swiftshader/libllvm.a -ldl th…
-
Бот не отвечает при использовании longpoolapi:
При отправке боту вложения с записью типа wall, с вложениями более 6 фотографий...
Если отправить в сообщения сообществ эту, то не работает:https://vk.…
-
Есть задача фильтровать сообщению по аудио сообщению, но данный код вводит в заблуждение и не работает так как должен.
```
vk.updates.on('message', async (context, next) => {
if (context.hasAtt…
-
Homebrew has a lot of formulae that depend on `python` and migration at one go ended up with lack of disk space on CI agents (https://github.com/Homebrew/homebrew-core/pull/45337), so this time we're …