Page not found (404)

No Video matches the given query.
Request Method: GET
Request URL: https://movement.gzstv.com/streams/video/zjmQr/
Raised by: apps.streams.views.video_detail_8

Using the URLconf defined in GZSTVSite.urls_movement, Django tried these URL patterns, in this order:

  1. ^favicon\.ico$
  2. dl_ios/
  3. dl_android/
  4. news/
  5. streams/ video/<int:video_id>/ [name='video_detail_old']
  6. streams/ video/<str:hash_id>/ [name='video_detail']

The current path, streams/video/zjmQr/, 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.