Modify ↓
Opened 17 years ago
Closed 17 years ago
#6810 closed defect (wontfix)
Connection unexpectedly closed
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.8.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Hi, since 2 weeks I'm facing the following issue when submitting a new/existing ticket. My Trac version is quite old: 0.8.1 Any idea about what is going wrong?
Python traceback
Traceback (most recent call last): File "tracd", line 236, in do_trac_req self.do_real_trac_req() File "tracd", line 259, in do_real_trac_req trac.core.dispatch_request(self.path_info, args, self, self.env) File "c:\python23\lib\trac\core.py", line 441, in dispatch_request module.run() File "c:\python23\lib\trac\Module.py", line 44, in run self.render() File "c:\python23\lib\trac\Ticket.py", line 301, in render self.create_ticket() File "c:\python23\lib\trac\Ticket.py", line 293, in create_ticket tn.notify(ticket, newticket=1) File "c:\python23\lib\trac\Notify.py", line 227, in notify NotifyEmail.notify(self, ticket['id'], subject) File "c:\python23\lib\trac\Notify.py", line 131, in notify Notify.notify(self, resid) File "c:\python23\lib\trac\Notify.py", line 79, in notify self.begin_send() File "c:\python23\lib\trac\Notify.py", line 139, in begin_send self.server = smtplib.SMTP(self.smtp_server) File "c:\python23\lib\smtplib.py", line 240, in __init__ (code, msg) = self.connect(host, port) File "c:\python23\lib\smtplib.py", line 303, in connect (code, msg) = self.getreply() File "c:\python23\lib\smtplib.py", line 347, in getreply raise SMTPServerDisconnected("Connection unexpectedly closed") SMTPServerDisconnected: Connection unexpectedly closed
Attachments (0)
Change History (1)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Priority: | high → normal |
Resolution: | → wontfix |
Severity: | major → normal |
Status: | new → closed |
Version: | → 0.8.4 |
Note:
See TracTickets
for help on using tickets.
A communication issue with your email server.
Trac 0.8.1 is not supported anymore, closing.