-
Notifications
You must be signed in to change notification settings - Fork 20
bot does not start or work after starting on telegram and /stat or /balance returns this error #32
Comments
you need to start bot with command /click on, before send /stat or /balance |
did that already the bot is frozen after /click on and stays like that forever |
to stop the bot after /click on, you need to send /click off instead of pressing Ctrl+C |
the bot does not even start it stays hooked when you use the start command |
try to delete config/database.db and run bot |
14:57:31 | INFO | 103 - Бот запущен на 1 сессиях. 14:57:58 | INFO | 38 - Кликер запущен командой /click on i re installed the bot |
it is still stuck here |
config/database.db does not even get created |
problem is different, check your time on PC, if it's wrong, bot won't work |
im using vps |
16:06:32 | INFO | 103 - Бот запущен на 1 сессиях. INFO:pyrogram.connection.connection:Connecting... |
16:15:30 | WARNING | 447 - dubious | Доступ к API запрещен: 403 |
note i am using residential proxies |
try to use another proxy |
Object does not exist
Traceback (most recent call last):
File "/home/dark/.local/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker
await handler.callback(self.client, *args)
File "/home/dark/Desktop/NotCoinBot/bot/plugins/nc_manage.py", line 73, in send_stats
start_balance = await get_start_balance(session_id=session_id)
File "/home/dark/Desktop/NotCoinBot/db/functions.py", line 102, in get_start_balance
stat = await Statistic.get(session=session)
File "/usr/local/lib/python3.10/dist-packages/tortoise/queryset.py", line 1020, in _execute
raise DoesNotExist("Object does not exist")
tortoise.exceptions.DoesNotExist: Object does not exist
The text was updated successfully, but these errors were encountered: