Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.02 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/Users/sergey/Documents/GitHub/fileids-feb20/stats.py", line 15, in <module>
  3.     print(ng.send(GetStatsURL(peer=peer, params='')))
  4.   File "/Users/sergey/Documents/GitHub/fileids-feb20/venv/lib/python3.7/site-packages/pyrogram/client/client.py", line 1408, in send
  5.     r = self.session.send(data, retries, timeout)
  6.   File "/Users/sergey/Documents/GitHub/fileids-feb20/venv/lib/python3.7/site-packages/pyrogram/session/session.py", line 439, in send
  7.     return self._send(data, timeout=timeout)
  8.   File "/Users/sergey/Documents/GitHub/fileids-feb20/venv/lib/python3.7/site-packages/pyrogram/session/session.py", line 426, in _send
  9.     RPCError.raise_it(result, type(data))
  10.   File "/Users/sergey/Documents/GitHub/fileids-feb20/venv/lib/python3.7/site-packages/pyrogram/errors/rpc_error.py", line 84, in raise_it
  11.     is_unknown=False)
  12. pyrogram.errors.exceptions.bad_request_400.PeerIdInvalid: [400 PEER_ID_INVALID]: The id/access_hash combination is invalid (caused by "messages.GetStatsURL")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement