vhdmsm / tg_crawler

Just a crawler based on tg-cli for Telegram. Deprecated by now, please use telegram-export.
GNU General Public License v3.0
78 stars 25 forks source link

AttributeError: 'Telegram' object has no attribute 'sender' #11

Closed Saeedtrs closed 6 years ago

Saeedtrs commented 6 years ago

Hey there when I run the crawler.py using python 3.6 I got this error : FileNotFoundError: [Errno 2] No such file or directory: '/path/to/tg/bin/telegram-cli': '/path/to/tg/bin/telegram-cli' Error in atexit._run_exitfuncs: Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/pytg/init.py", line 94, in stopCLI if self.sender: AttributeError: 'Telegram' object has no attribute 'sender'

vhdmsm commented 6 years ago

You should replace '/path/to/tg/bin/telegram-cli' with your system path like '/home/vahid/tg/bin/telegram'!