-
Здравствуйте. Когда я отправляю моему боту любой документ, появляется эта ошибка: (When I send any document to my bot, this error appears:)
```
W/System.err: java.lang.NullPointerException: Attempt …
-
Hello. This code:
```
if (message.hasAttachments())
for (Attachment attachment: message.getAttachments())
Log.d("TAG", attachment.getAttachable().getClass().getName());…
-
TypeError: Cannot read property 'split' of undefined
at Module. (/app/dist/main.js:1:3173)
at o (/app/dist/main.js:1:119)
at /app/dist/main.js:1:1137
at Object. (/app/dist/main…
-
Пропусти весь код через hlint и исправь все на то что он там тебе предложит. Ну и в дальнейшем после изменений чекай, чтобы новых ошибок не появилось
-
https://github.com/KateBu/bot-1.3/blob/d272ccdaa107ac53509f89d83e0ca3c17c3c1a9c/src/Config/Config.hs#L30
Лучше сделать эти типы раздельно, к примеру:
```
data BotTypes = BotTg Telegram | BotVK VK
…
-
#### What did you do?
Пытаюсь слушать ивенты. Работаю по LongPoll, события по сообщениям включены.
Код:
```ts
import { VK as VKIO, MessageContext } from 'vk-io'
import { error, info, warning…
-
Note: This is copied from pull request #274 , which was merged and then reverted (see also issue #275).
This was observed on both Debug x64 and Release x64 builds, with an AMD Radeon RX 5700 XT.
…
-
Regression of #136, not reproduced in version 1.0.0
Same error as in #82 , but operation is wallReplyNew, not wallPostNew
To reproduce, run com.vk.api.examples.group.bot.Application and reply to …
-
Есть `instance FromJSON MessageVK` с парсингом через массив, почему так?
Этот же функционал дублируется в `Adapter.VK.VKBot.parseArray`
ghost updated
3 years ago
-
В `src.Adapter.VK.VKBot.getMsgLast` обе ветви `case tsLast . longConfig $ config st of` на 99% одинаковы.
Там же рядом `getInitialConfig` и `getWithOldConfig` на 80% одинаковы
В `Bot.Bot` все три фу…
ghost updated
3 years ago