-
[simple_telegram.py](https://github.com/Wladastic/mini_autogpt/blob/main/utils/simple_telegram.py)
in this method:
```
async def get_bot(self):
bot_token = self.api_key
bot = Bot(token=bo…
-
So I have the following program:
```python
# __main__.py
import os
from mybot.bot import MyBot
from dotenv import load_dotenv
if __name__ == '__main__':
load_dotenv()
access_token = os.get…
-
### Checklist
- [X] I am sure the error is coming from Pyrogram's code and not elsewhere
- [x] I have searched in the issue tracker for similar bug reports, including closed ones
- [X] I ran `pip…
rTiRe updated
3 weeks ago
-
I have created a new bot to use this with and I get the error in the title, I have another bot where I don't receive this error. I am under the assumption that this is a different encryption that hasn…
-
main.py程序能跑通 使用了本地模型local mortal.pth,进入对局后无法显示ai提示。
系统macOS14.6.1
代码如下
```
2024-09-05 00:06:07,202 ERROR [BotThread]game_state.py:610 | Bot react error: failed to get reaction
Caused by:
…
-
# I am trying in my custom dataset for a project.
## A training error is coming as: Assertion Error: Error: all query identities do not appear in gallery
### All the 60 epochs are running but after …
-
### Error Message and Logs
I am trying to make telegram notifications work, but it seem there is no way.
I have both a working bot token and chat id, I am sure the data is correct because if I open w…
-
- 我已确认我使用了相关的搜索引擎和论坛,没有查到我需要解决的问题
# 环境信息
centos 9,python3.12.5
# 报错内容
```plain-text
Exception in thread Thread-2 (run_app):
Traceback (most recent call last):
File "/usr/local/lib/pyt…
-
I have the problem that the bot doesn't go further than 10 / 15 chops.
Is there any fix for this?
-
Hi, after setup, not able to start.
```
(.venv) test@pc:~/freqtrade/2024/ftui-0.1.5$ ftui -y config.yaml
Traceback (most recent call last):
File "/freqtrade/2024/ftui-0.1.5/.venv/bin/ftui", line 5…