Edgewall Software

Changes between Initial Version and Version 1 of Ticket #4229


Ignore:
Timestamp:
Nov 21, 2006, 2:47:45 PM (17 years ago)
Author:
Christian Boos
Comment:
  File "C:\Python23\lib\smtplib.py", line 302, in connect
    raise socket.error, msg
error: (10061, 'Connection refused')

This is a misconfiguration on your side, see TracNotification for more info.

But I don't think we should have a stacktrace in this case.

We should report the error in a cleaner way, ideally letting the change proceed and only notifying the user that something went wrong in the change hooks.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4229

    • Property Milestone0.11
  • Ticket #4229 – Description

    initial v1  
    66
    77TracGuide — The Trac User and Administration Guide
    8 
     8{{{
    99Python traceback
    1010Traceback (most recent call last):
     
    3434    raise socket.error, msg
    3535error: (10061, 'Connection refused')
     36}}}