Advertisement
Guest User

Untitled

a guest
Jul 25th, 2023
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:\Users\test2\AppData\Local\Programs\Python\Python38\lib\site-packages\pyrogram\dispatcher.py", line 240, in handler_worker
  3. await handler.callback(self.client, *args)
  4. File "C:\Users\test2\AppData\Local\Programs\Python\Python38\2.py", line 23, in enable_spam
  5. await asyncio.gather(
  6. File "C:\Users\test2\AppData\Local\Programs\Python\Python38\2.py", line 32, in send_spam
  7. await app.send_message(
  8. File "C:\Users\test2\AppData\Local\Programs\Python\Python38\lib\site-packages\pyrogram\methods\messages\send_message.py", line 128, in send_message
  9. peer=await self.resolve_peer(chat_id),
  10. File "C:\Users\test2\AppData\Local\Programs\Python\Python38\lib\site-packages\pyrogram\methods\advanced\resolve_peer.py", line 59, in resolve_peer
  11. raise ConnectionError("Client has not been started yet")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement