https://bugs.documentfoundation.org/show_bug.cgi?id=106241

--- Comment #16 from Alex Thurgood <[email protected]> ---
When testing hte connection in a debug master build, I see this :

<class 'socket.gaierror'>: (8, 'nodename nor servname provided, or not known'),
traceback follows
  File "/Applications/LibreOfficeDev.app/Contents/Resources/mailmerge.py", line
106, in connect
    self.server = smtplib.SMTP(server, port,timeout=tout)
  File
"/Applications/LibreOfficeDev.app/Contents/Frameworks/LibreOfficePython.framework/Versions/Current/lib/python3.5/smtplib.py",
line 251, in __init__
    (code, msg) = self.connect(host, port)
  File
"/Applications/LibreOfficeDev.app/Contents/Frameworks/LibreOfficePython.framework/Versions/Current/lib/python3.5/smtplib.py",
line 335, in connect
    self.sock = self._get_socket(host, port, self.timeout)
  File
"/Applications/LibreOfficeDev.app/Contents/Frameworks/LibreOfficePython.framework/Versions/Current/lib/python3.5/smtplib.py",
line 306, in _get_socket
    self.source_address)
  File
"/Applications/LibreOfficeDev.app/Contents/Frameworks/LibreOfficePython.framework/Versions/Current/lib/python3.5/socket.py",
line 689, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
  File
"/Applications/LibreOfficeDev.app/Contents/Frameworks/LibreOfficePython.framework/Versions/Current/lib/python3.5/socket.py",
line 728, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to