Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. Future exception was never retrieved
  2. future: <Future finished exception=<_Rendezvous of RPC that terminated with:
  3. status = StatusCode.CANCELLED
  4. details = "Channel closed!"
  5. debug_error_string = "{"created":"@1566275570.766000000","description":"Error received from peer ipv4:192.168.0.21:443","file":"src/core/lib/surface/call.cc","file_line":1052,"grpc_message":"Channel closed!","grpc_status":1}"
  6. >>
  7. Traceback (most recent call last):
  8. File "C:\Users\whyyo\AppData\Local\Programs\Python\Python37\lib\concurrent\futures\thread.py", line 57, in run
  9. result = self.fn(*self.args, **self.kwargs)
  10. File "C:\Users\whyyo\AppData\Roaming\Python\Python37\site-packages\aiogrpc\utils.py", line 126, in _next
  11. return next(self._iterator)
  12. File "C:\Users\whyyo\AppData\Roaming\Python\Python37\site-packages\grpc\_channel.py", line 364, in __next__
  13. return self._next()
  14. File "C:\Users\whyyo\AppData\Roaming\Python\Python37\site-packages\grpc\_channel.py", line 358, in _next
  15. raise self
  16. grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with:
  17. status = StatusCode.CANCELLED
  18. details = "Channel closed!"
  19. debug_error_string = "{"created":"@1566275570.766000000","description":"Error received from peer ipv4:192.168.0.21:443","file":"src/core/lib/surface/call.cc","file_line":1052,"grpc_message":"Channel closed!","grpc_status":1}"
  20. >
  21. Future exception was never retrieved
  22. future: <Future finished exception=<_Rendezvous of RPC that terminated with:
  23. status = StatusCode.CANCELLED
  24. details = "Channel closed!"
  25. debug_error_string = "{"created":"@1566275570.766000000","description":"Error received from peer ipv4:192.168.0.21:443","file":"src/core/lib/surface/call.cc","file_line":1052,"grpc_message":"Channel closed!","grpc_status":1}"
  26. >>
  27. Traceback (most recent call last):
  28. File "C:\Users\whyyo\AppData\Local\Programs\Python\Python37\lib\concurrent\futures\thread.py", line 57, in run
  29. result = self.fn(*self.args, **self.kwargs)
  30. File "C:\Users\whyyo\AppData\Roaming\Python\Python37\site-packages\aiogrpc\utils.py", line 126, in _next
  31. return next(self._iterator)
  32. File "C:\Users\whyyo\AppData\Roaming\Python\Python37\site-packages\grpc\_channel.py", line 364, in __next__
  33. return self._next()
  34. File "C:\Users\whyyo\AppData\Roaming\Python\Python37\site-packages\grpc\_channel.py", line 358, in _next
  35. raise self
  36. grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with:
  37. status = StatusCode.CANCELLED
  38. details = "Channel closed!"
  39. debug_error_string = "{"created":"@1566275570.766000000","description":"Error received from peer ipv4:192.168.0.21:443","file":"src/core/lib/surface/call.cc","file_line":1052,"grpc_message":"Channel closed!","grpc_status":1}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement