Activity log for bug #1429086

Date Who What changed Old value New value Message
2015-03-06 11:21:52 Ashish bug added bug
2015-03-06 11:25:00 Ashish description Steps to reproduce the bug: 1. Setup postorius, mailman-core, mailman client in your system. 2. Start mailman 3. Create a super user 4. Start postorius_standalone ,django server 5. Login through the super user. 6. Click on my settings ( on the top bar) I am getting this error every time I tried to open my settings page. ( I have tried it with restarting everthing but still it is ther) Error Screenshot : https://www.filepicker.io/api/file/NYKc2pmESwedGsPGS2pI Traceback : https://gist.github.com/coolyashish/9964f21b92662aa7f70d Steps to reproduce the bug: 1. Setup postorius, mailman-core, mailman client in your system. 2. Start mailman 3. Create a super user 4. Start postorius_standalone ,django server 5. Login through the super user. 6. Click on my settings ( on the top bar) I am getting this error every time I tried to open my settings page. ( I have tried it with restarting everthing but still it is there) Error Screenshot : https://www.filepicker.io/api/file/NYKc2pmESwedGsPGS2pI Traceback : https://gist.github.com/coolyashish/9964f21b92662aa7f70d
2015-03-06 11:26:36 Ashish description Steps to reproduce the bug: 1. Setup postorius, mailman-core, mailman client in your system. 2. Start mailman 3. Create a super user 4. Start postorius_standalone ,django server 5. Login through the super user. 6. Click on my settings ( on the top bar) I am getting this error every time I tried to open my settings page. ( I have tried it with restarting everthing but still it is there) Error Screenshot : https://www.filepicker.io/api/file/NYKc2pmESwedGsPGS2pI Traceback : https://gist.github.com/coolyashish/9964f21b92662aa7f70d Steps to reproduce the bug: 1. Setup postorius, mailman-core, mailman client in your system. 2. Start mailman 3. Create a super user 4. Start postorius_standalone ,django server 5. Login through the super user. 6. Click on my settings ( on the top bar) I am getting this error every time I tried to open my settings page. ( I have tried it with restarting everthing but still it is there) Error Screenshot : https://www.filepicker.io/api/file/NYKc2pmESwedGsPGS2pI Traceback: File "/home/ashish/mailman/mm2/local/lib/python2.7/site-packages/Django-1.7.5-py2.7.egg/django/core/handlers/base.py" in get_response 111. response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/home/ashish/mailman/mm2/local/lib/python2.7/site-packages/Django-1.7.5-py2.7.egg/django/views/generic/base.py" in view 69. return self.dispatch(request, *args, **kwargs) File "/home/ashish/mailman/mm2/postorius/src/postorius/views/generic.py" in dispatch 137. self.mm_user = self._get_user(user_id) File "/home/ashish/mailman/mm2/postorius/src/postorius/views/generic.py" in _get_user 97. user_obj = MailmanUser.objects.get(address=user_id) File "/home/ashish/mailman/mm2/postorius/src/postorius/models.py" in get 74. return method(**kwargs) File "/home/ashish/mailman/mm2/mailman.client/src/mailmanclient/_client.py" in get_user 242. return _User(self._connection, content['self_link']) Exception Type: KeyError at /postorius/accounts/mailmansettings/ Exception Value: u'self_link'
2015-03-06 11:30:05 Ashish postorius: assignee Ashish (coolyashish)
2015-03-06 11:32:13 Ashish postorius: status New In Progress
2015-03-07 09:48:21 Ashish branch linked lp:~coolyashish/+junk/BUG1429086
2015-04-28 15:42:22 Florian Fuchs postorius: status In Progress Fix Committed
2015-04-28 15:42:34 Florian Fuchs postorius: status Fix Committed Incomplete