Interactive Video editor Don´t load interactions and video

Hi!

I'm working with a moodle version of h5p but am having problems generating interactive video content.

The problem is that I do not load the interactions section to add and when saving the activity the video is not available.

Debugging the PHP errors does not show me any related to the library, but when I take a look at the browser console I get a list of errors related to js files in the library.

I would like to know how to solve it because I already looked for all the possible options and none of them work.

I have enable enable on config.php

<code>

$CFG->mod_hvp_dev = 1;

$CFG->mod_hvp_aggregate_assets = 0;

</code>

Summary: 
Interactive Video editor Don´t load interactions and video
otacke's picture

Hi!

Just out of curiosity: What moodle version are you running, and are you running the H5P plugin or the moodle core integration?

There have been reports of similar error messages, and they indicate that content libraries seem to have not been fully installed. You could verify this by downloading the demo content from https://h5p.org/interactive-video and uploading that to your platform which should install all the libraries (again).

Best,
Oliver

Hi!

I share the version and additional details

The version of Moodle is 3.5.

Additionally I share with you that I am running the H5P plugin.

I did the procedure of uploading the resource of the tutorial that you mention but it only throws me the message of "Interactive Video was successfully uploaded!"

But I still have the same problem in the editor and when viewing it.

 

otacke's picture

Hi!

Have you still set "$CFG->mod_hvp_dev = 1;", because in that case you should not only have seen that the content was uploaded, but libraries have been updated/installed.

Cheers,
Oliver

Thanks for the follow-up.

Apparently the library is working normally. All you have to do is update the content type and perform a ctrl + F5 to clean the browser's caches.

Anyway, I will be posting any new insidents that arise through this thread.

Cheers,

Alan Sanchez