Edgewall Software

Opened 15 years ago

Closed 15 years ago

#8352 closed defect (duplicate)

Python error when trying to reset password — at Version 1

Reported by: larsen007@… Owned by:
Priority: normal Milestone:
Component: general Version: none
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

I enter username and email-address and click on "reset password" (on https://www.eaccelerator.net/reset_password)

Python Traceback

Traceback (most recent call last):
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 162, in process_request
  File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 206, in _do_reset_password
  File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 108, in notify
  File "/var/lib/python-support/python2.4/trac/notification.py", line 216, in notify
    Notify.notify(self, resid)
  File "/var/lib/python-support/python2.4/trac/notification.py", line 114, in notify
    self.begin_send()
  File "/var/lib/python-support/python2.4/trac/notification.py", line 278, in begin_send
    self.server = smtplib.SMTP(self.smtp_server, self.smtp_port)
  File "smtplib.py", line 244, in __init__
    (code, msg) = self.connect(host, port)
  File "smtplib.py", line 310, in connect
    raise socket.error, msg
error: (111, 'Connection refused')

Change History (1)

comment:1 by Christian Boos, 15 years ago

Description: modified (diff)
Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.