Page not found (404)

No Video matches the given query.
Request Method: GET
Request URL: https://umotion.univ-lemans.fr/video/5483-oral-dark-web-rayyan-lajnef/
Raised by: pod.video.views.video

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

  1. select2/
  2. robots.txt
  3. info_pod.json
  4. ^admin/
  5. ^i18n/
  6. ^jsi18n/$ [name='javascript-catalog']
  7. ^maintenance/$ [name='maintenance']
  8. ^videos/
  9. ^rss
  10. ^video/ ^updateowner/put/(?P<user_id>[\d]+)/$ [name='update_video_owner']
  11. ^video/ ^updateowner/owners/$ [name='filter_owners']
  12. ^video/ ^updateowner/videos/(?P<user_id>[\d]+)/$ [name='filter_videos']
  13. ^video/ ^add/$ [name='video_add']
  14. ^video/ ^edit/$ [name='video_edit']
  15. ^video/ ^edit/(?P<slug>[\-\d\w]+)/$ [name='video_edit']
  16. ^video/ ^delete/(?P<slug>[\-\d\w]+)/$ [name='video_delete']
  17. ^video/ ^transcript/(?P<slug>[\-\d\w]+)/$ [name='video_transcript']
  18. ^video/ ^notes/(?P<slug>[\-\d\w]+)/$ [name='video_notes']
  19. ^video/ ^count/(?P<id>[\d]+)/$ [name='video_count']
  20. ^video/ ^version/(?P<id>[\d]+)/$ [name='video_version']
  21. ^video/ ^xhr/(?P<slug>[\-\d\w]+)/$ [name='video_xhr']
  22. ^video/ ^xhr/(?P<slug>[\-\d\w]+)/(?P<slug_private>[\-\d\w]+)/$ [name='video_xhr']
  23. ^video/ api/chunked_upload_complete/ [name='api_chunked_upload_complete']
  24. ^video/ api/chunked_upload/ [name='api_chunked_upload']
  25. ^video/ ^my/$ [name='my_videos']
  26. ^video/ completion/
  27. ^video/ chapter/
  28. ^video/ cut/
  29. ^video/ ^stats_view/$ [name='stats_view']
  30. ^video/ ^video_stats_view/$ [name='video_stats_view']
  31. ^video/ ^video_stats_view/(?P<id>[-\w]+)/$ [name='video_stats_view']
  32. ^video/ ^(?P<slug>[\-\d\w]+)/$ [name='video']

The current path, video/5483-oral-dark-web-rayyan-lajnef/, 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.