Currently if an invalid zip file is uploaded, there is no error on upload or save but when viewing the content there's a fatal error.
if (!$start_sco) {
\Drupal::messenger()->addError(t('Invalid SCORM file.'));
\Drupal::logger('vss_custom')->error('Invalid SCORM file.');
return;
}
Fixed
3.0
Code