Re: Issue 2781 in reviewboard: Email Notification Not being sent

2012-10-24 Thread reviewboard

Updates:
Status: SetupIssue

Comment #1 on issue 2781 by trowb...@gmail.com: Email Notification Not  
being sent

http://code.google.com/p/reviewboard/issues/detail?id=2781

It looks like you've selected Use TLS for authentication in the settings  
but your SMTP server doesn't support TLS. Try turning it off.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2553 in reviewboard: /api/review-requests/#/diffs/#/files/#/ will 404 with empty response when ids are invalid

2012-10-24 Thread reviewboard

Updates:
Status: UserError
Labels: -Priority-Medium -EasyFix

Comment #5 on issue 2553 by ste...@smacleod.ca:  
/api/review-requests/#/diffs/#/files/#/ will 404 with empty response when  
ids are invalid

http://code.google.com/p/reviewboard/issues/detail?id=2553

As mentioned previously, this is not a bug, but merely the result of  
browsers hiding the payload.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2781 in reviewboard: Email Notification Not being sent

2012-10-24 Thread reviewboard


Comment #2 on issue 2781 by arjun.ox...@gmail.com: Email Notification Not  
being sent

http://code.google.com/p/reviewboard/issues/detail?id=2781

Hi ,

  I disabled the TLS authentication and tried , but it did not work . The  
logs show the problem : I am attaching the logs please check it.


[Thu Oct 25 02:05:17 2012] [error] ERROR:root:Error sending e-mail  
notification with subject 'New Review Board user registration for liu' on  
behalf of 'LI U arjun.naga...@emc.com' to admin: (535, '5.7.0  
authentication failed')

[Thu Oct 25 02:05:17 2012] [error] Traceback (most recent call last):
[Thu Oct 25 02:05:17 2012] [error]
File /opt/reviewBoard/apps/reviewboard/lib/ReviewBoard-1.6.11-py2.7.egg/reviewboard/notifications/email.py,  
line 380, in mail_new_user

[Thu Oct 25 02:05:17 2012] [error] message.send()
[Thu Oct 25 02:05:17 2012] [error]
File /opt/reviewBoard/apps/django/lib/python2.7/site-packages/django/core/mail/message.py,  
line 251, in send
[Thu Oct 25 02:05:17 2012] [error] return  
self.get_connection(fail_silently).send_messages([self])
[Thu Oct 25 02:05:17 2012] [error]
File /opt/reviewBoard/apps/django/lib/python2.7/site-packages/django/core/mail/backends/smtp.py,  
line 79, in send_messages

[Thu Oct 25 02:05:17 2012] [error] new_conn_created = self.open()
[Thu Oct 25 02:05:17 2012] [error]
File /opt/reviewBoard/apps/django/lib/python2.7/site-packages/django/core/mail/backends/smtp.py,  
line 48, in open
[Thu Oct 25 02:05:17 2012] [error] self.connection.login(self.username,  
self.password)
[Thu Oct 25 02:05:17 2012] [error]
File /opt/reviewBoard/python/lib/python2.7/smtplib.py, line 613, in login
[Thu Oct 25 02:05:17 2012] [error] raise SMTPAuthenticationError(code,  
resp)
[Thu Oct 25 02:05:17 2012] [error] SMTPAuthenticationError: (535, '5.7.0  
authentication failed')



--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2781 in reviewboard: Email Notification Not being sent

2012-10-24 Thread reviewboard


Comment #3 on issue 2781 by arjun.ox...@gmail.com: Email Notification Not  
being sent

http://code.google.com/p/reviewboard/issues/detail?id=2781

Hi,

   After turning off TLS authentication i faced the similar issue , so i am
pasting the logs for reference.

[Thu Oct 25 02:05:17 2012] [error] ERROR:root:Error sending e-mail
notification with subject 'New Review Board user registration for liu' on
behalf of 'LI U arjun.naga...@emc.com' to admin: (535, '5.7.0
authentication failed')
[Thu Oct 25 02:05:17 2012] [error] Traceback (most recent call last):
[Thu Oct 25 02:05:17 2012] [error]   File
/opt/reviewBoard/apps/reviewboard/lib/ReviewBoard-1.6.11-py2.7.egg/reviewboard/notifications/email.py,
line 380, in mail_new_user
[Thu Oct 25 02:05:17 2012] [error] message.send()
[Thu Oct 25 02:05:17 2012] [error]   File
/opt/reviewBoard/apps/django/lib/python2.7/site-packages/django/core/mail/message.py,
line 251, in send
[Thu Oct 25 02:05:17 2012] [error] return
self.get_connection(fail_silently).send_messages([self])
[Thu Oct 25 02:05:17 2012] [error]   File
/opt/reviewBoard/apps/django/lib/python2.7/site-packages/django/core/mail/backends/smtp.py,
line 79, in send_messages
[Thu Oct 25 02:05:17 2012] [error] new_conn_created = self.open()
[Thu Oct 25 02:05:17 2012] [error]   File
/opt/reviewBoard/apps/django/lib/python2.7/site-packages/django/core/mail/backends/smtp.py,
line 48, in open
[Thu Oct 25 02:05:17 2012] [error] self.connection.login(self.username,
self.password)
[Thu Oct 25 02:05:17 2012] [error]   File
/opt/reviewBoard/python/lib/python2.7/smtplib.py, line 613, in login
[Thu Oct 25 02:05:17 2012] [error] raise SMTPAuthenticationError(code,
resp)
[Thu Oct 25 02:05:17 2012] [error] SMTPAuthenticationError: (535, '5.7.0
authentication failed')

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.