> For the complete documentation index, see [llms.txt](https://help.maxonline.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.maxonline.ru/instrukcii-dlya-leadtex/botdzhety/kalendar/manual/vozmozhnye-oshibki-i-ispravlenie.md).

# Возможные ошибки и исправление

## **Календарь не появляется.**&#x20;

### **Включенная настройка "Выводить тело ответа в чат" блока HTTP выдает ответ: "{"ok":false,"error\_code":404,"description":"Not Found"}"**

Возможная причина, что ботджет не получает "*api\_token telegram бота*".

Проверьте какое значение параметра "token" вы указали в разделе "Body".

<figure><img src="/files/1PdLZSc1WWM0g6kyYtmU" alt="" width="368"><figcaption><p>Проверьте значение параметра token</p></figcaption></figure>

* *Есть ли у вас Глобальная переменная с именем "token" (прописными буквами)?*
* *Сохранено ли в этой переменной значение api\_token из BotFather?*

Если api\_token сохранен в Глобальную переменную с другим именем, укажите в настройках имя вашей переменной. Для проверки можно в значении параметра указать непосредственно ключ api\_token из BotFather.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.maxonline.ru/instrukcii-dlya-leadtex/botdzhety/kalendar/manual/vozmozhnye-oshibki-i-ispravlenie.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
