-
-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
got an unexpected keyword argument 'reverse' #467
Comments
I got a similar error. For me, removing the cloned repo and uninstalling rich and pyrogram (which I have installed manually) and then clonning repo again and make install solved the problem. |
Do not update pyrogram, latest version has removed the reverse parameter. Use the version from the requirements. |
i had pyrogram 2.0 installed right.. [20:05:13] Telegram Media Downloader v2.0.2, meta.py:18 [20:05:13] INFO Device: CPython 3.11.2 - Telegram Media Downloader 2.0.2 meta.py:22 |
I do not install them manually but I let installer do this via requirements.txt |
Probably you have multiple pyrogram versions installed. Try to remove them first and run the program again. Or try to run the program in a venv, to make sure it does not interact with other pyrogram version installed globally. |
running the latest version gives me the following error / output:
The text was updated successfully, but these errors were encountered: