Page not found (404)

No snippet found matching the query
Request Method: GET
Request URL: https://dpaste.org/9MqUi/raw
Raised by: dpaste.views.SnippetRawView

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

  1. ^ ^api/$ [name='dpaste_api_create_snippet']
  2. ^ ^$ [name='snippet_new']
  3. ^ ^about/$ [name='dpaste_about']
  4. ^ ^history/$ [name='snippet_history']
  5. ^ ^(?P<snippet_id>[a-zA-Z0-9]{4,})/?$ [name='snippet_details']
  6. ^ ^(?P<snippet_id>[a-zA-Z0-9]{4,})/raw/?$ [name='snippet_details_raw']

The current path, 9MqUi/raw, matched the last one.