Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hanging on auth error... #11

Closed
PSyton opened this issue May 6, 2011 · 0 comments
Closed

Hanging on auth error... #11

PSyton opened this issue May 6, 2011 · 0 comments

Comments

@PSyton
Copy link

PSyton commented May 6, 2011

I have a crash log for situation with auth error on SMTP server. After this event I saw infinity hang. Looks like that lockfile didn't free.I had to kill process and to delete lockfile by hands.
Traceback (most recent call last):
File "manage.py", line 11, in
execute_manager(settings)
File "/usr/lib/python2.6/site-packages/django/core/management/init.py", line 438, in execute_manager
utility.execute()
File "/usr/lib/python2.6/site-packages/django/core/management/init.py", line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/lib/python2.6/site-packages/django/core/management/base.py", line 191, in run_from_argv
self.execute(_args, *_options.dict)
File "/usr/lib/python2.6/site-packages/django/core/management/base.py", line 220, in execute
output = self.handle(_args, *_options)
File "/usr/lib/python2.6/site-packages/django/core/management/base.py", line 351, in handle
return self.handle_noargs(**options)
File "/usr/lib/python2.6/site-packages/django_mailer/management/commands/send_mail.py", line 47, in handle_noargs
send_all(block_size, backend=settings.USE_BACKEND)
File "/usr/lib/python2.6/site-packages/django_mailer/engine.py", line 87, in send_all
connection.open()
File "/usr/lib/python2.6/site-packages/django/core/mail/backends/smtp.py", line 48, in open
self.connection.login(self.username, self.password)
File "/usr/lib/python2.6/smtplib.py", line 589, in login
raise SMTPAuthenticationError(code, resp)
smtplib.SMTPAuthenticationError: (454, '4.7.0 Cannot authenticate due to temporary system problem. Try again later. q53sm52029eeh.4')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants