Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. File "/Users/komron/dev/github/courant/.venv/lib/python3.7/site-packages/pyrogram/client/methods/messages/get_history.py", line 94, in get_history
  2. peer=self.resolve_peer(chat_id),
  3. File "/Users/komron/dev/github/courant/.venv/lib/python3.7/site-packages/pyrogram/client/client.py", line 1713, in resolve_peer
  4. access_hash=0
  5. File "/Users/komron/dev/github/courant/.venv/lib/python3.7/site-packages/pyrogram/client/client.py", line 1381, in send
  6. r = self.session.send(data, retries, timeout)
  7. File "/Users/komron/dev/github/courant/.venv/lib/python3.7/site-packages/pyrogram/session/session.py", line 436, in send
  8. return self._send(data, timeout=timeout)
  9. File "/Users/komron/dev/github/courant/.venv/lib/python3.7/site-packages/pyrogram/session/session.py", line 423, in _send
  10. RPCError.raise_it(result, type(data))
  11. File "/Users/komron/dev/github/courant/.venv/lib/python3.7/site-packages/pyrogram/errors/rpc_error.py", line 84, in raise_it
  12. is_unknown=False)
  13. pyrogram.errors.exceptions.bad_request_400.ChannelInvalid: [400 CHANNEL_INVALID]: The channel parameter is invalid (caused by "channels.GetChannels"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement