You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the management command sync_medialive_video is executed, we have sometimes an error :
Video.DoesNotExist: Video matching query does not exist.
(3 additional frame(s) were not displayed)
...
File "manage.py", line 12, in <module>
execute_from_command_line(sys.argv)
File "marsha/core/management/commands/sync_medialive_video.py", line 88, in handle
live = Video.objects.get(pk=live_pk)
The video is deleted and does not exists anymore.
The text was updated successfully, but these errors were encountered:
Bug Report
Problematic Behavior
When the management command
sync_medialive_video
is executed, we have sometimes an error :The video is deleted and does not exists anymore.
The text was updated successfully, but these errors were encountered: