Modify ↓
Opened 18 years ago
Closed 18 years ago
#5671 closed defect (invalid)
When replying to a post in the Discussion, I get the following error and the post is not submitted.
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "build/bdist.linux-i686/egg/tracdiscussion/core.py", line 72, in process_request
File "build/bdist.linux-i686/egg/tracdiscussion/api.py", line 33, in render_discussion
File "build/bdist.linux-i686/egg/tracdiscussion/api.py", line 598, in _do_action
File "build/bdist.linux-i686/egg/tracdiscussion/notification.py", line 91, in notify
File "/usr/lib/python2.4/site-packages/trac/notification.py", line 216, in notify
Notify.notify(self, resid)
File "/usr/lib/python2.4/site-packages/trac/notification.py", line 114, in notify
self.begin_send()
File "/usr/lib/python2.4/site-packages/trac/notification.py", line 278, in begin_send
self.server = smtplib.SMTP(self.smtp_server, self.smtp_port)
File "/usr/lib/python2.4/smtplib.py", line 244, in __init__
(code, msg) = self.connect(host, port)
File "/usr/lib/python2.4/smtplib.py", line 310, in connect
raise socket.error, msg
error: (111, 'Connection refused')
I was originally trying to get the discussion notification email to work. I enabled it in my trac.ini file, then got this when trying to reply, so I disabled it. I restarted apache after making any changes and still get this when I try to make reply posts.
Using Trac 0.10.3.1 on a Fedora Core 6 machine.
Attachments (0)
Change History (1)
comment:1 by , 18 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



This is: