Hi,
I'm getting the following error after a fresh installation of mailman_bundler with mailman 3.0.3 included. Is this a known issue or a bug? How can I resolve it?
Ciao and thx,
Schoepp
Environment:
Request Method: GET Request URL: http://192.168.122.147:8000/mailman3/
Django Version: 1.8.11 Python Version: 2.7.9 Installed Applications: ('django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.admin', 'hyperkitty', 'social.apps.django_app.default', 'rest_framework', 'django_gravatar', 'crispy_forms', 'paintstore', 'compressor', 'django_browserid', 'haystack', 'django_extensions', 'postorius') Installed Middleware: ('django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'hyperkitty.middleware.TimezoneMiddleware')
Traceback: File "/opt/mailman-bundler/eggs/Django-1.8.11-py2.7.egg/django/core/handlers/base.py" in get_response 132. response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/opt/mailman-bundler/eggs/postorius-1.0.3-py2.7.egg/postorius/views/list.py" in list_index 511. lists = sorted(List.objects.all(only_public=only_public), File "/opt/mailman-bundler/eggs/postorius-1.0.3-py2.7.egg/postorius/models.py" in all 144. objects = getattr(get_client(), self.resource_name_plural) File "/opt/mailman-bundler/eggs/mailmanclient-1.0.1-py2.7.egg/mailmanclient/_client.py" in lists 158. response, content = self._connection.call('lists') File "/opt/mailman-bundler/eggs/mailmanclient-1.0.1-py2.7.egg/mailmanclient/_client.py" in call 109. raise HTTPError(url, response.status, content, response, None)
Exception Type: HTTPError at /mailman3/ Exception Value: HTTP Error 500: A server error occurred. Please contact the administrator.
Hi!
Try removing the /mailman3 part from the URL. i.e. try accessing the URL - http://192.168.122.147:8000/ <http://192.168.122.147:8000/mailman3/> I'd gotten a similar error. Hope it helps.
Aditya Divekar
participants (2)
-
Aditya Divekar
-
Christian Schoepplein