telescan
telescan copied to clipboard
TypeError: Client.__init__() got an unexpected keyword argument 'config_file'
It simply wont run.
Command: python3 telescan.py api_creds.ini
Traceback (most recent call last):
File "/home/user/telescan/telescan.py", line 10, in <module>
app = Client(
TypeError: Client.__init__() got an unexpected keyword argument 'config_file'
I am getting this error also.
└─$ python telescan.py api_creds.ini
Traceback (most recent call last):
File "/home/kali/apps/telescan/telescan.py", line 9, in
I tried python and python3 and the same error. I also had to install pip install TgCrypto, but I got the same error!
you know where is config_file ?
Same. Maybe, we should try to use an old pyrogram
still no solution?
The latest version released at the time of the last commit is:
- https://github.com/pyrogram/pyrogram/releases/tag/v1.0.0
The next one, v1.1.0, was released in 12/2020. Backwards compatibility is not for granted
But now Pyrogram is v2.0.102
Yes