Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1.  
  2. Input a channel name, without "@": rupython
  3. Connecting...
  4. Traceback (most recent call last):
  5. File "/home/y/.local/lib/python3.7/site-packages/telethon/extensions/tcp_client.py", line 97, in read
  6. partial = self._socket.recv(bytes_left)
  7. BlockingIOError: [Errno 11] Resource temporarily unavailable
  8.  
  9. The above exception was the direct cause of the following exception:
  10.  
  11. Traceback (most recent call last):
  12. File "collector.py", line 77, in <module>
  13. main()
  14. File "collector.py", line 60, in main
  15. client.connect()
  16. File "/home/y/.local/lib/python3.7/site-packages/telethon/telegram_client.py", line 140, in connect
  17. return super().connect()
  18. File "/home/y/.local/lib/python3.7/site-packages/telethon/telegram_bare_client.py", line 132, in connect
  19. layer=layer, query=request
  20. File "/home/y/.local/lib/python3.7/site-packages/telethon/telegram_client.py", line 205, in invoke
  21. request, updates=updates
  22. File "/home/y/.local/lib/python3.7/site-packages/telethon/telegram_bare_client.py", line 276, in invoke
  23. self._sender.receive(request, updates=updates)
  24. File "/home/y/.local/lib/python3.7/site-packages/telethon/network/mtproto_sender.py", line 104, in receive
  25. seq, body = self.transport.receive(**kwargs)
  26. File "/home/y/.local/lib/python3.7/site-packages/telethon/network/tcp_transport.py", line 56, in receive
  27. packet_length_bytes = self.tcp_client.read(4, timeout)
  28. File "/home/y/.local/lib/python3.7/site-packages/telethon/extensions/tcp_client.py", line 115, in read
  29. 'The read operation exceeded the timeout.') from error
  30. TimeoutError: The read operation exceeded the timeout.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement