Forichok / TelegramOnlineSpy

Simple telegram online spy logger bot
Mozilla Public License 2.0
393 stars 84 forks source link

No Messages #9

Open sv1837 opened 3 years ago

sv1837 commented 3 years ago

Hello, Unfortunately it doesnt work for me. I can add and start the monitoring, but I dont get any messages, when i am going online with the monitored number. I am Using Python 3.9.5 (64Bit) with pip 21.1.1 i had installed Telethon 1.21.1 at first, but then installed the needed 1.17.5 When i start monitoring, the console is giving me an update every 5 seconds . But when i get online with the monitored Account, the console stops running, but there is no error or anything.

Does anyone know how to fix this? Thank you

Ansh72 commented 3 years ago

You are doing a great job by creating such codes.

But

Same issue I am facing When I start the console it updates every 5 seconds after that just to test I get online into the monitored (added user) account. After that it stops working no error is shown but it stops updating.

Please help me with this. Thank You

crme commented 3 years ago

Great code - have to second previous comment - and neat implementation of a bot.

However, as said it stops updating the moment a monitored number goes online.

Running on Ubuntu 20.04 / Python 3.8.5 / pip 20.0.2 / telethon-1.17.5

Whilst at it, following alert might be noteworthy too, when issuing /getall

spy.py:265: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
  if (isinstance(i, collections.Sequence)):

Would be great to see this working again - happy to help in any way..