-
Код:
```python
import sys
import time
from fast_bitrix24 import Bitrix
start = time.time()
bx24 = Bitrix(
"https://**.bitrix24.ru/rest/11/*****",
respect_velocity_policy=True,
)
…
-
-
Ошибка при вызове метода `task.commentitem.getlist`
```
2024-01-29 22:06:31,526 - fast_bitrix24 - INFO - Slow mode enabled: {'max_concurrent_requests': 1}
Starting get_all((, 'task.commentitem.ge…
-
https://nozdratenko.bitrix24.ru/extranet/workgroups/group/58/tasks/task/view/14698/
-
### Description
I have site running under apache & php.
One of apache process crashes in random moment of time a few times per hour.
Apache log:
```
[Thu Jul 11 10:24:38.513496 2024] [core:noti…
-
### Проблема
1. Интеграционные тесты работают с production-версией портала, запускаются с машины разработчика по порталу который принадлежит разработчику.
2. Вендор не имеет информации о том, что «п…
-
Django 4.0
Следующий код
```
from fast_bitrix24 import Bitrix
def send_request_bitrix():
webhook = "https://название_компании.bitrix24.ru/rest/22/тут_токен/"
b = Bitrix(webhook)
…
csn18 updated
8 months ago
-
I've just got a stack overflow exception. Code execution is looping between WTelegramClient!TL.TextItalic.ReadTL(System.IO.BinaryReader reader) and WTelegramClient!TL.Layer.ReadTL(System.IO.BinaryRead…
-
Стратегия объединяет start=-1, выборку в цикле с сортировкой по ID, где ID > последнего ID из предыдущего запроса и объединение в батч.
Видео: https://youtu.be/UiGgSn7_igg
![image](https://user-imag…
-
Add contract for bitix24 account dto
```php
Bitrix24AccountInterface
{
/**
* @return \Symfony\Component\Uid\Uuid
*/
public function getId(): Uuid
/**
* @return \S…