Page not found (404)

No archived mailing-list by that name.
Request Method: GET
Request URL: https://lists.stg.fedoraproject.org/archives/list/bodhi@lists.stg.fedorahosted.org/export/bodhi@lists.stg.fedorahosted.org-2019-02.mbox.gz?start=2019-02-01&end=2019-03-01
Raised by: hyperkitty.views.mlist.export_mbox

Using the URLconf defined in urls, Django tried these URL patterns, in this order:

  1. ^$
  2. ^admin/
  3. ^archives/ [name='hk_root']
  4. ^archives/ find-list [name='hk_find_list']
  5. ^archives/ profile/
  6. ^archives/ users/ [name='hk_users_overview']
  7. ^archives/ users/<str:user_id>/ [name='hk_public_user_profile']
  8. ^archives/ users/<str:user_id>/posts [name='hk_user_posts']
  9. ^archives/ ^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/ ^(?P<year>\d{4})/(?P<month>\d\d?)/(?P<day>\d\d?)/$ [name='hk_archives_with_day']
  10. ^archives/ ^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/ ^(?P<year>\d{4})/(?P<month>\d\d?)/$ [name='hk_archives_with_month']
  11. ^archives/ ^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/ latest [name='hk_archives_latest']
  12. ^archives/ ^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/ [name='hk_list_overview']
  13. ^archives/ ^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/ recent-activity [name='hk_list_recent_activity']
  14. ^archives/ ^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/ recent-threads [name='hk_list_overview_recent_threads']
  15. ^archives/ ^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/ pop-threads [name='hk_list_overview_pop_threads']
  16. ^archives/ ^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/ top-threads [name='hk_list_overview_top_threads']
  17. ^archives/ ^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/ favorites [name='hk_list_overview_favorites']
  18. ^archives/ ^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/ posted-to [name='hk_list_overview_posted_to']
  19. ^archives/ ^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/ top-posters [name='hk_list_overview_top_posters']
  20. ^archives/ ^list/(?P<mlist_fqdn>[^/@]+@[^/@]+)/ ^export/(?P<filename>[^/]+)\.mbox.gz$ [name='hk_list_export_mbox']

The current path, archives/list/bodhi@lists.stg.fedorahosted.org/export/bodhi@lists.stg.fedorahosted.org-2019-02.mbox.gz, matched the last one.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.