Dineshkarthik/telegram_media_downloader

GetChatHistory.get_chat_history() got an unexpected keyword argument 'reverse'

raelestate opened this issue · 6 comments

DeprecationWarning: There is no current event loop
main_loop = asyncio.get_event_loop()

@rhyll123123 hi, you should run:

pip3 uninstall pyrogram
pip3 install -r requirements.txt
ssjdm commented

Traceback (most recent call last):
File "C:\tg\telegram_media_downloader\media_downloader.py", line 7, in
import pyrogram
ModuleNotFoundError: No module named 'pyrogram'

Traceback (most recent call last):

File "C:\tg\telegram_media_downloader\media_downloader.py", line 7, in

import pyrogram

ModuleNotFoundError: No module named 'pyrogram'

pip3 install -r requirements.txt

@raelestate The pyrogram is not used in the project. Author import a private pyrogram instead. You should learn that from the first line in the requirements.txt .

And I recommend you @ssjdm run this project in a new venv and run pip3 install -r requirements.txt if you can't uninstall your pyrogram.

stale commented

This issue has been automatically marked as stale because it has not had recent activity in the past 45 days. It will be closed if no further activity occurs in the next 7 days. Thank you for your contributions.

Please use the custom pyrogram fork

pip uninstall pyrogram
pip install https://github.com/Dineshkarthik/pyrogram/archive/refs/heads/master.zip