Advertisement
UHLHosting

django-zulip-errors

Apr 9th, 2022
733
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.87 KB | None | 0 0
  1. Logger zulip.send_email, from module zerver.lib.send_email line 288:
  2. Error generated by Anonymous user (not logged in) on chat deployment
  3.  
  4. Traceback (most recent call last):
  5. File "/usr/lib/python3.8/smtplib.py", line 391, in getreply
  6. line = self.file.readline(_MAXLINE + 1)
  7. File "/usr/lib/python3.8/socket.py", line 669, in readinto
  8. return self._sock.recv_into(b)
  9. File "/usr/lib/python3.8/ssl.py", line 1241, in recv_into
  10. return self.read(nbytes, buffer)
  11. File "/usr/lib/python3.8/ssl.py", line 1099, in read
  12. return self._sslobj.read(len, buffer)
  13. socket.timeout: The read operation timed out
  14.  
  15. During handling of the above exception, another exception occurred:
  16.  
  17. Traceback (most recent call last):
  18. File "/home/zulip/deployments/2022-04-07-06-09-44/zerver/lib/send_email.py", line 274, in send_email
  19. if connection.send_messages([mail]) == 0:
  20. File "/srv/zulip-venv-cache/726c7d1d35d9cd61bb4b70e98167a1db7b0c524d/zulip-py3-venv/lib/python3.8/site-packages/django/core/mail/backends/smtp.py", line 102, in send_messages
  21. new_conn_created = self.open()
  22. File "/srv/zulip-venv-cache/726c7d1d35d9cd61bb4b70e98167a1db7b0c524d/zulip-py3-venv/lib/python3.8/site-packages/django/core/mail/backends/smtp.py", line 69, in open
  23. self.connection.login(self.username, self.password)
  24. File "/usr/lib/python3.8/smtplib.py", line 707, in login
  25. self.ehlo_or_helo_if_needed()
  26. File "/usr/lib/python3.8/smtplib.py", line 604, in ehlo_or_helo_if_needed
  27. if not (200 <= self.ehlo()[0] <= 299):
  28. File "/usr/lib/python3.8/smtplib.py", line 445, in ehlo
  29. (code, msg) = self.getreply()
  30. File "/usr/lib/python3.8/smtplib.py", line 394, in getreply
  31. raise SMTPServerDisconnected("Connection unexpectedly closed: "
  32. smtplib.SMTPServerDisconnected: Connection unexpectedly closed: The read operation timed out
  33.  
  34.  
  35. Deployed code:
  36. - git: 6.0-dev-75-gc6f2b9c636
  37. - ZULIP_VERSION: 6.0-dev-75-gc6f2b9c636
  38.  
  39.  
  40. Request info: none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement