skip to Main Content

How to solve this error its a telegram bot using pyrogram library

pyrogram.dispatcher - dispatcher - ERROR - 'Message' object has no attribute 'message_id' Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pyrogram/dispatcher.py", line 240, in handler_worker await handler.callback(self.client, *args) File "/app/plugins/pm_filter.py", line 53, in give_filter await client.delete_messages(message.chat.id, st_msg.message_id) AttributeError: 'Message' object has no…

VIEW QUESTION

Visual Studio Code – Unable to start MLflow UI

Problem: Following a quicksart guide in official docs (https://mlflow.org/docs/latest/tracking/autolog.html), every time I try running mlflow ui --port 8080 inside parent directory with particular conda env activated same error keeps popping up: C:Usersuserminiconda3envsregularLibsite-packagespydantic_internal_config.py:322: UserWarning: Valid config keys have changed in V2:…

VIEW QUESTION

Uninstall Spyder on Ubuntu

I have installed Spyder 6.0.0a3 on my Ubuntu 22.04 machine. Now I want to uninstall 6.0.0a3 to older version. I tried pip uninstall spyder but it produces WARNING: Skipping spyder as it is not installed. To initiate Spyder, I just…

VIEW QUESTION
Back To Top
Search