Page not found (404)

Request Method: GET
Request URL: http://knmi-orweb-l02p.knmi.ssc-campus.nl:8000/rrsm/event/20211229_0000041/HL/THRA/$%257Bu%257D

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

  1. rrsm/ [name='home']
  2. rrsm/about/ [name='about']
  3. ^rrsm/recent/(?P<days>\w+)/$ [name='recent_events']
  4. ^rrsm/event/(?P<event_public_id>\w+)/$ [name='event_details']
  5. ^rrsm/event/(?P<event_public_id>\w+)/(?P<network_code>\w+)/(?P<station_code>\w+)/$ [name='station_streams']
  6. rrsm/search-events/ [name='search_events']
  7. rrsm/search-peak-motions/ [name='search_peak_motions']
  8. rrsm/search-combined/ [name='search_combined']
  9. rrsm/search-custom/ [name='search_custom']
  10. rrsm/download-waveforms/ [name='download_waveforms']
  11. rrsm/admin/
  12. rrsm/logout/ [name='logout']
  13. ^media/(?P<path>.*)$

The current path, rrsm/event/20211229_0000041/HL/THRA/$%7Bu%7D, didn’t match any of these.

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.