Modify ↓
Opened 15 years ago
Closed 15 years ago
#8657 closed defect (invalid)
gaierror: (11001, 'getaddrinfo failed')
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a POST operation on /verify_email
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'__FORM_TOKEN': u'7aa4dc3c17d99d9acdb7631c', 'resend': u'Resend Email', 'token': u''}
User Agent was: Opera/9.80 (Windows NT 5.1; U; en) Presto/2.2.15 Version/10.00
System Information
Trac | 0.11.1
|
Python | 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)]
|
setuptools | 0.6c9
|
SQLite | 3.3.6
|
pysqlite | 2.3.2
|
Genshi | 0.5.1
|
mod_python | 3.3.1
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "C:\osapps\Python24\lib\site-packages\trac-0.11.1-py2.4.egg\trac\web\main.py", line 423, in _dispatch_request dispatcher.dispatch(req) File "C:\osapps\Python24\lib\site-packages\trac-0.11.1-py2.4.egg\trac\web\main.py", line 197, in dispatch resp = chosen_handler.process_request(req) File "C:\osapps\Python24\lib\site-packages\tracaccountmanager-0.2.1dev_r4679-py2.4.egg\acct_mgr\web_ui.py", line 579, in process_request File "C:\osapps\Python24\lib\site-packages\tracaccountmanager-0.2.1dev_r4679-py2.4.egg\acct_mgr\web_ui.py", line 599, in _send_email File "C:\osapps\Python24\lib\site-packages\tracaccountmanager-0.2.1dev_r4679-py2.4.egg\acct_mgr\web_ui.py", line 529, in notify File "C:\osapps\Python24\lib\site-packages\tracaccountmanager-0.2.1dev_r4679-py2.4.egg\acct_mgr\web_ui.py", line 123, in notify File "C:\osapps\Python24\lib\site-packages\trac-0.11.1-py2.4.egg\trac\notification.py", line 246, in notify Notify.notify(self, resid) File "C:\osapps\Python24\lib\site-packages\trac-0.11.1-py2.4.egg\trac\notification.py", line 134, in notify self.begin_send() File "C:\osapps\Python24\lib\site-packages\trac-0.11.1-py2.4.egg\trac\notification.py", line 318, in begin_send self.server = smtplib.SMTP(self.smtp_server, self.smtp_port) File "C:\osapps\Python24\Lib\smtplib.py", line 244, in __init__ (code, msg) = self.connect(host, port) File "C:\osapps\Python24\Lib\smtplib.py", line 296, in connect for res in socket.getaddrinfo(host, port, 0, socket.SOCK_STREAM): gaierror: (11001, 'getaddrinfo failed')
Attachments (0)
Note:
See TracTickets
for help on using tickets.
PluginIssue (AccountManagerPlugin), possibly even an InstallationIssue (check your e-mail server config in
trac.ini
).