Editor not loading in Moodle

Submitted by matt_ovitraders on Tue, 01/15/2019 - 21:03

I am using H5P on Moodle, and for some reason, my Editor will not load. I just get a messaging that says, "Loading, please wait...".

This happened shortly after I had restored a course from a backup of a course from a different moodle site, but I don't know if that would be the cause or not.

There are no console errors and nothing that I can see from putting the site into debugging mode.

BV52

Wed, 01/16/2019 - 06:53

Permalink

Hi Matt,In order to give your

Hi Matt,

In order to give your bug report the best chance of getting answered, please include the following information:

  1. Detailed steps to reproduce the bug (exactly how and when did it happen)
  2. Platform and version number. E.g. Drupal, Wordpress, Moodle.
  3. Mobile or Desktop
  4. Browser: Chrome, Firefox, Safari etc
  5. H5P plugin version
  6. H5P content type and version (if a content type was used), and a sample URL or attached H5P.
  7. Any browser console errors
  8. Any PHP errors
  9. Screenshots if it's a visual problem

The more information you provide, the quicker the community will be able to fix it and the quicker you'll have a working solution!

-BV52

matt_ovitraders

Wed, 01/16/2019 - 18:26

Permalink

Okay, so here is more

Okay, so here is more information...

Steps to Reproduce

  • Create a course in a DEV instance of Moodle (3.5.1) with H5P (1.10) ( activities (content type interactive videos) on the course.
  • Have a second instance of the Moodle site (PROD) on 3.5.1 with H5P (1.10) pre-installed.
  • Make sure PROD has a course created already, but no H5P plugins
  • Backup the course on DEV
  • Download the back-up
  • On production Restore the downloaded backup Into the previously existing course.
  • Once the merge is complete, you can try and edit one of the H5P activities that were restored into the course on PROD and the editor does not load.

Platform - Moodle (3.5.1)

Device - All devices (Desktop and Mobile)

Browser - All Browsers

H5P Plugin - Version 1.10

Console Error - Picture attached

Screenshot - Attached

PHP Error -

[16-Jan-2019 16:38:47 Europe/London] Default exception handler: Error writing to database Debug: SQLState: 42000<br>
Error Code: 1088<br>
Message: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Cannot find the object "mdl_hvp_libraries_hub_cache" because it does not exist or you do not have permissions.<br>
TRUNCATE TABLE mdl_hvp_libraries_hub_cache
[array (
)]
Error code: dmlwriteexception
* line 489 of \lib\dml\moodle_database.php: dml_write_exception thrown
* line 324 of \lib\dml\sqlsrv_native_moodle_database.php: call to moodle_database->query_end()
* line 431 of \lib\dml\sqlsrv_native_moodle_database.php: call to sqlsrv_native_moodle_database->query_end()
* line 840 of \lib\dml\sqlsrv_native_moodle_database.php: call to sqlsrv_native_moodle_database->do_query()
* line 1921 of \lib\dml\moodle_database.php: call to sqlsrv_native_moodle_database->execute()
* line 1434 of \mod\hvp\classes\framework.php: call to moodle_database->delete_records()
* line 2959 of \mod\hvp\library\h5p.classes.php: call to mod_hvp\framework->replaceContentTypeCache()
* line 2567 of \mod\hvp\library\h5p.classes.php: call to H5PCore->updateContentTypeCache()
* line 2927 of \mod\hvp\library\h5p.classes.php: call to H5PCore->fetchLibrariesMetadata()
* line 383 of \mod\hvp\editor\h5peditor-ajax.class.php: call to H5PCore->updateContentTypeCache()
* line 96 of \mod\hvp\editor\h5peditor-ajax.class.php: call to H5PEditorAjax->isContentTypeCacheUpdated()
* line 254 of \mod\hvp\ajax.php: call to H5PEditorAjax->action()

I get the same error when I try and to Update content type cache (Image attached)

matt_ovitraders

Wed, 01/16/2019 - 18:48

Permalink

Fixed it

Turned out to be an issue with my DB user, it didn't have db_owner and could not make the executions required.

BV52

Thu, 01/17/2019 - 06:40

Permalink

Hi Matt,I'm glad it is

Hi Matt,

I'm glad it is working for you now if you have further questions feel free to post in the forums.

-BV52

This also fixed my moodle. I

This also fixed my moodle. I had problems with course presentation and interactive video.

I repair the database and then added all permissions to the database user.

videouser

Mon, 03/11/2019 - 17:27

Permalink

Same problem

Hi matt_ovitraders,

thanks for your post. My problem is the same. Could you please tell me in some short notes what you have done to fix it?

Where can I see the db_owner and in which way can I make the executions required?

Thanks a lot!

matt_ovitraders

Mon, 03/11/2019 - 23:38

Permalink

I am using an MS SQL Server

I am using an MS SQL Server Database so it might not be the same steps for you.

Essentially, what ever user you are using to connect your Moodle site to it's database doesn't have the permissions nessessary to make SQL executions.

So all I did was make sure the user in the database has the proper permissions to make those SQL executions.

Regards,

Matt

videouser

Tue, 03/19/2019 - 12:21

Permalink

Hi Matt,thanks for your

Hi Matt,

thanks for your answer. I have changed the data-rights of access (moodle-directory and moodledata-directory) to 777er-main-access - but the problem is there anymore.

Thanks a lot for your support still! I will observe the problem in the next days another time, when I spare time in other projects.

dewebmeester

Wed, 03/27/2019 - 22:50

Permalink

Disabling add blocker helped me....

Hi there,

Had the same problem - did even a re-install of H5P plugin and cleaned the cache of the browser and played with the javascript settings of the layout in Moodle site settings. But what me finally helped was just diabling the add blocker of the browser (chrome)....

Hope this will help someone. Cheers.

LaunchpadMedia

Thu, 04/25/2019 - 22:52

Permalink

I am having the same problem.

My H5P editor is just endlessly loading now - I get a whole list of 503 errors when it happens.

This is a link to log file

https://drive.google.com/file/d/1mSgwhB6dToy_XOdfFBV6P4g1UuF2funE/view?u...

Attachments:
Image icon Capture1.JPG

icc

Tue, 05/07/2019 - 16:15

Permalink

It looks like there might be

It looks like there might be some issue with your web server. Have you checked your web server's error_log file?

Vladimir

Tue, 05/28/2019 - 09:10

Permalink

I have the same problem too

My H5P editor is just endlessly loading

it started when I set https

I've tried it on Chrome, firefox, internet explorer, safari

Attachments:
Image icon H5P-Loading.png

BV52

Wed, 05/29/2019 - 03:17

Permalink

Hi Vladimir,Would you mind

Hi Vladimir,

Would you mind providing the following:

  1. Any browser console errors
  2. Any PHP errors
  3. Web server's error_log file

-BV52

Vladimir

Wed, 05/29/2019 - 08:10

Permalink

HiI reinstalled the plugin

Hi

I reinstalled the plugin and tried the modules one by one Interactive video, course presentation did not work, but after about half an hour it started to work and it looks OK. It also works to edit the function of previously created H5P courses.

BV52

Thu, 05/30/2019 - 04:55

Permalink

Hi Vladimir,I'm glad it is

Hi Vladimir,

I'm glad it is working now. If you encounter this again please provide the information above.

-BV52

narit

Sun, 05/17/2020 - 08:43

Permalink

Hi VladimirHow do you

Hi Vladimir

How do you reinstall the h5p plugin? Is this will effect with the exting courses that have h5p activity?

Thank you

Maesvlot

Mon, 03/16/2020 - 11:44

Permalink

I have the same problem here

When I try to start the H5P editor is just keeps on loading .........

It does not mind wich interactive content I want to make ....... once installed and you click on use .... it keeps on loading

Can anyone please tell me how to solve this?

otacke

Mon, 03/16/2020 - 14:56

Permalink

Hi Maesvlot!Just stating what

Hi Maesvlot!

Just stating what you see doesn't provide any helpful information, unfortunately. That's why above the bug report forum, you can find some hints on what you should provide.

In order to give your bug report the best chance of getting answered, please include the following information:

  1. Detailed steps to reproduce the bug (exactly how and when did it happen)
  2. Platform and version number. E.g. Drupal, Wordpress, Moodle.
  3. Mobile or Desktop
  4. Browser: Chrome, Firefox, Safari etc
  5. H5P plugin version
  6. H5P content type and version (if a content type was used), and a sample URL or attached H5P.
  7. Any browser console errors (usually opened by pressing F12, Ctrl-Shift-I or Ctrl-Shift-J depending on the browser)
  8. Any PHP errors
  9. Screenshots if it's a visual problem

The more information you provide, the quicker the community will be able to fix it and the quicker you'll have a working solution!

Best,
Oliver

waqaraq

Fri, 05/01/2020 - 18:54

Permalink

Same issue

Hello Oliver. Here is the summar of my issue (it appears to be the same as mentioned by so many others above)

1. Insert interactive activity in Moodle 3.8 (shared hosting), chose interactive video to be installed and then when tried to use it, this is what happened as shown in the screenshot below.

2. Platform Moodle, Latest 3.8

3. Desktop

4. Browser: Chrome

5. Latest H5P plugin version (Just updated from the website)

6. Latest interactive video content type

7. Browser console errors being given below:

H5PEditor.DragQuestion.css:1 Failed to load resource: the server responded with a status of 503 ()

mark-the-words.css:1 Failed to load resource: the server responded with a status of 503 ()

h5p-drag-text.css:1 Failed to load resource: the server responded with a status of 503 ()

shepherd-theme-arrows.css:1 Failed to load resource: the server responded with a status of 503 ()

h5p-guided-tour.css:1 Failed to load resource: the server responded with a status of 503 ()

go-to-question.css:1 Failed to load resource: the server responded with a status of 503 ()

iv-hotspot.css:1 Failed to load resource: the server responded with a status of 503 ()

styles.css:1 Failed to load resource: the server responded with a status of 503 ()

styles.css:1 Failed to load resource: the server responded with a status of 503 ()

h5p-free-text-question.css:1 Failed to load resource: the server responded with a status of 503 ()

image-radio-button-group.css:1 Failed to load resource: the server responded with a status of 503 ()

interactive-video-editor.css:1 Failed to load resource: the server responded with a status of 503 ()

require-completion.css:1 Failed to load resource: the server responded with a status of 503 ()

dragquestion.css:1 Failed to load resource: the server responded with a status of 503 ()

8. I do not know how to get or track PHP errors.

I hope that I have provided enough information to get direct and to the point help. Thank you very much.

[画像:screenshot]

waqaraq

Fri, 05/01/2020 - 19:00

Permalink

Same issue

  1. Added interactive activity in the course. Installed interactive video. Tried to add and this is what happens.
  2. Moodle 3.8 (shared hosting). Every thing else working fine
  3. Desktop
  4. Chrome
  5. Latest h5p plugin
  6. Latest interactive video content
  7. Browser console errors below
    H5PEditor.DragQuestion.css:1 Failed to load resource: the server responded with a status of 503 ()
    mark-the-words.css:1 Failed to load resource: the server responded with a status of 503 ()
    h5p-drag-text.css:1 Failed to load resource: the server responded with a status of 503 ()
    shepherd-theme-arrows.css:1 Failed to load resource: the server responded with a status of 503 ()
    h5p-guided-tour.css:1 Failed to load resource: the server responded with a status of 503 ()
    go-to-question.css:1 Failed to load resource: the server responded with a status of 503 ()
    iv-hotspot.css:1 Failed to load resource: the server responded with a status of 503 ()
    styles.css:1 Failed to load resource: the server responded with a status of 503 ()
    styles.css:1 Failed to load resource: the server responded with a status of 503 ()
    h5p-free-text-question.css:1 Failed to load resource: the server responded with a status of 503 ()
    image-radio-button-group.css:1 Failed to load resource: the server responded with a status of 503 ()
    interactive-video-editor.css:1 Failed to load resource: the server responded with a status of 503 ()
    require-completion.css:1 Failed to load resource: the server responded with a status of 503 ()
    dragquestion.css:1 Failed to load resource: the server responded with a status of 503 ()
  8. Do not know how to get php erros
  9. Screenshot shown below[画像:Screenshot]

otacke

Fri, 05/01/2020 - 20:13

Permalink

Hi waqaraq!The other posters

Hi waqaraq!

The other posters seem to have described different issues. The console log indicates a HTTP response error code 503. This one indicates an issue with your server. It's common if your server is currently too busy and cannot handle serving the files that were requested. It's hard to pin down the exact reason though, could be a lack of memory, could also be an overloaded CPU, could be something else.

Best,
Oliver

waqaraq

Fri, 05/01/2020 - 20:19

Permalink

Okay. Thank you Oliver.

Okay. Thank you Oliver.

waqaraq

Fri, 05/01/2020 - 20:36

Permalink

Server info

Hello Oliver. Please see below the screenshot of server resources. Here is what I just did.

  1. Fresh install of latest moodle. Nothing else added
  2. Fresh install of latest h5p interactive content
  3. Created a dummy course
  4. Installed interactive video from "Add interactive content" option
  5. Console error is still same "503"
  6. It is still not working

otacke

Fri, 05/01/2020 - 21:45

Permalink

Hi waqaraq!Bad luck, but I

Hi waqaraq!

Bad luck, but I can't tell you more than what the error message is telling me. Maybe someone else has encountered that problem before and by chance their solution works for you as well.

Best,
Oliver

BV52

Mon, 05/04/2020 - 06:14

Permalink

Hi waqaraq,You can also try

Hi waqaraq,

You can also try changing the max execution time in Moodle.

-BV

jsleguizamon

Thu, 05/14/2020 - 19:36

Permalink

some problem with h5p hub?

It could be a failure with the h5p hub, I disable this option (mod_hvp | hub_is_enabled) in the plugin configuration. Of course this disables the download of content and you must manually upload the one that is not activated but the editor is working.

jsleguizamon

Thu, 05/14/2020 - 19:41

Permalink

some problem with h5p hub?

I disable the option (mod_hvp | hub_is_enabled), once I disable this I load the editor with previously loaded activities, of course new types of activity must be uploaded manually. Will it be a problem with my server or is the plugin having problems downloading this hub?

BV52

Fri, 05/15/2020 - 18:18

Permalink

Hi jsleguizamon,Do you have

Hi jsleguizamon,

Do you have the same error message in the browser console as waqaraq? As for your question it can be either of the 2 or some other configuration, without any additional details it would be hard to pinpoint what is causing it.

-BV

Erho

Mon, 05/25/2020 - 15:40

Permalink

Common problem with non loading H5P editor?

Hi,

I manage five different Moodle sites, versions varying from 3.5 to 3.8 with different hosts. On all sites, the editor will not load. I didn't manage to track down the problem, but it looks it has not much to do with my installations. The problems appeared after updating the plugin. I there anyone who can run the latest update of H5P within Moodle succesfully?

dewebmeester

Mon, 05/25/2020 - 21:20

Permalink

yes, common problem - non loading H5P editor

Think you are right - I managed to get the editor working through all kinds of workarounds, cleaning cache, develop on h5p.org and import, disable virus software etc - but from today, no option works. I am afraid the new version is not well adapted to the Moodle 3.8 version. All other editors are working by the way, only the Interactive video is not loading. Would love to see H5P come around to provide in a solution of a problem that exists for years.....

otacke

Tue, 05/26/2020 - 00:05

Permalink

Hi dewebmeester!I have a

Hi dewebmeester!

I have a plain moodle 3.8 running the latest version of the H5P plugin for testing, and Interactive Video works just fine.

Best,

Oliver

Erho

Tue, 05/26/2020 - 10:26

Permalink

I think I might have a solution

Triggered by a earlier comment in this thread about the H5P hub, I switched it off in the plugin settings. Nothing changed: the editor still hanged. However, when I switched it on again I got a notification like: Your PHP max upload file size is bigger than your max post size. This is known to cause issues in some installations. Do you still want to enable the hub? Clicked 'No'.

In my dasboard of my provider I set the max_post_size to the same size as the max_upload_size (in my case 128M). Back to the plugin settings in Moodle I switched the hub on, no error notification appeared and after that the editor loaded fine.

So far this worked for me in two different Moodle installation (3.5 and 3.8).

dewebmeester

Tue, 05/26/2020 - 13:55

Permalink

Got it working disabling blocks with javascript

Thanks @otacke - Because of your reply followed some logic. I am using the same Moodle version with the same H5P version. So the idea was it has something to do with other plugins used - Before I got the Interactive Video editor working by disabling Javascript in Ajax / Javascript section but tried now with:

  1. Updating only the Interactive video editor plugin using the example from h5p.org and uploading manually - Got updated from 1.21.8 to 1.21.10 (cleaning cache, retry, no help)
  2. Removing a live chat block with integrated javascript, cleaning cache, retry and it worked.

I am not totally happy because got this working multiple times the last two / three years using this kind of logic but the solution was nevcer really stable. But so far so good. Thanks all for trying to get this working. Kind regards.

Sandra Mauro

Fri, 05/29/2020 - 17:44

Permalink

I received no Answer

Hi, where can I see the answers of my students? I can't finde them in my E-mail

BV52

Fri, 05/29/2020 - 19:07

Permalink

Hi Sandra,H5P emits data in

Hi Sandra,

H5P emits data in the form of xAPI statements and you will need a plugin or custom code to listen to these statements and a data store such as a learning record store to save them in.

I highly recommend looking through these documentation:

https://h5p.org/documentation/x-api

https://h5p.org/documentation/for-authors/analyzing-results-and-answers

-BV

ntraining

Fri, 06/12/2020 - 13:47

Permalink

Error 508 with Moodle

Hi there,

I'm using Moodle 3.8 with php 7.1 and chrome explorer.

I'm trying to use interactive video but it only seems to be loading, please wait and so on.

I tried also in firefox with same result.

Browser console shows many 508 errors as is:

jquery.js?ver=2020020500:2 Allow attribute will take precedence over 'allowfullscreen'.

attr @ jquery.js?ver=2020020500:2

/formacion/pluginfile.php/1/mod_hvp/libraries/H5P.FreeTextQuestion-1.0/h5p-free-text-question.js?ver=1.0.10:1 Failed to load resource: the server responded with a status of 508 ()

/formacion/pluginfile.php/1/mod_hvp/libraries/H5PEditor.InteractiveVideo-1.22/Scripts/interactive-video-editor.js?ver=1.22.0:1 Failed to load resource: the server responded with a status of 508 ()

/formacion/pluginfile.php/1/mod_hvp/libraries/H5PEditor.InteractiveVideo-1.22/Scripts/image-radio-button-group.js?ver=1.22.0:1 Failed to load resource: the server responded with a status of 508 ()

/formacion/pluginfile.php/1/mod_hvp/libraries/H5P.DragText-1.8/dist/h5p-drag-text.js?ver=1.8.8:1 Failed to load resource: the server responded with a status of 508 ()

/formacion/pluginfile.php/1/mod_hvp/libraries/H5P.OpenEndedQuestion-1.0/dist/dist.js?ver=1.0.18:1 Failed to load resource: the server responded with a status of 508 ()

/formacion/pluginfile.php/1/mod_hvp/libraries/H5P.MarkTheWords-1.9/scripts/word.js?ver=1.9.9:1 Failed to load resource: the server responded with a status of 508 ()

/formacion/pluginfile.php/1/mod_hvp/libraries/H5P.Questionnaire-1.3/dist/dist.js?ver=1.3.0:1 Failed to load resource: the server responded with a status of 508 ()

/formacion/pluginfile.php/1/mod_hvp/libraries/H5P.GoToQuestion-1.3/scripts/go-to-question.js?ver=1.3.11:1 Failed to load resource: the server responded with a status of 508 ()

/formacion/pluginfile.php/1/mod_hvp/libraries/H5PEditor.InteractiveVideo-1.22/Scripts/guided-tours.js?ver=1.22.0:1 Failed to load resource: the server responded with a status of 508 ()

h5peditor.js?ver=2020020500:124 Error while loading script Event

(anonymous) @ h5peditor.js?ver=2020020500:124

h5peditor.js?ver=2020020500:124 Error while loading script Event

(anonymous) @ h5peditor.js?ver=2020020500:124

h5peditor.js?ver=2020020500:124 Error while loading script Event

(anonymous) @ h5peditor.js?ver=2020020500:124

h5peditor.js?ver=2020020500:124 Error while loading script Event

(anonymous) @ h5peditor.js?ver=2020020500:124

h5peditor.js?ver=2020020500:124 Error while loading script Event

(anonymous) @ h5peditor.js?ver=2020020500:124

h5peditor.js?ver=2020020500:124 Error while loading script Event

(anonymous) @ h5peditor.js?ver=2020020500:124

h5peditor.js?ver=2020020500:124 Error while loading script Event

(anonymous) @ h5peditor.js?ver=2020020500:124

h5peditor.js?ver=2020020500:124 Error while loading script Event

(anonymous) @ h5peditor.js?ver=2020020500:124

h5peditor.js?ver=2020020500:124 Error while loading script Event

(anonymous) @ h5peditor.js?ver=2020020500:124

/formacion/pluginfile.php/1/mod_hvp/libraries/H5PEditor.InteractiveVideo-1.22/Scripts/require-completion.js?ver=1.22.0:4 Uncaught TypeError: Cannot set property 'RequireCompletion' of undefined

at /formacion/pluginfile.php/1/mod_hvp/libraries/H5PEditor.InteractiveVideo-1.22/Scripts/require-completion.js?ver=1.22.0:4

DevTools failed to load SourceMap: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/include.preload.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME

DevTools failed to load SourceMap: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/include.postload.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME

I'm using moodle instance trought softacolous with cPanel.

What do you suggest me?

Greetings.

waqaraq

Fri, 06/19/2020 - 19:07

Permalink

My solution

Hello. I finally managed to get it working. It was simply hit and trial though. So, here is what I did.

1. Disable hub from h5p settings

2. Instead of "create" use upload

3. Upload the h5p created elsewhere to moodle

Save and that is it. You are done.

Sharing in the hope that it might help someone.

Sachin Bhati

Fri, 09/25/2020 - 08:54

Permalink

H5P Endlessly loading on IONOS server

Hello,

I have 4 moodle sites hosted on IONOS & 1 on GoDaddy.
H5P is not loading with any moodle site on IONOS but working fine with GoDaddy.

Can you please help:

  • ​ Allow attribute will take precedence over 'allowfullscreen'.
  • attr @ ​
  • icon.svg:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • icon.svg:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • icon.svg:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • icon.svg:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • icon.svg:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • icon.svg:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • icon.svg:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • icon.svg:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • icon.svg:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • icon.svg:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • icon.svg:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • icon.svg:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • icon.svg:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • H5P.DragNResize.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5p-font-awesome.min.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5p-font-icons.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • drag-n-bar.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • context-menu.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • dialog.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • drag-n-bar-form-manager.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • image.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • shape.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • spectrum.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • color-selector.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5p-show-when.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5p-shape.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • text.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • link-widget.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • table.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • video.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • audio.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • tether.min.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • drop-theme-arrows-bounce.min.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • joubel-help-dialog.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • joubel-message-dialog.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • joubel-progress-circle.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • joubel-simple-rounded-button.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • joubel-speech-bubble.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • joubel-tip.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • joubel-slider.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • joubel-score-bar.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • joubel-progressbar.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • joubel-ui.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • question.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • joubel-icon.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • explainer.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5p-editor-table-list.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5p-editor-range-list.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • blanks.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • vertical-tabs.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor-ssc-editor.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • multichoice.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • radio-group.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • single-choice-set.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5p-true-false.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5p-jquery-ui.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • Wizard.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • H5PEditor.DragQuestion.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • dragquestion.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • summary.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • H5PEditor.SummaryTextualEditor.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • eta.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • duration.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • timecode.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • select-toggle-fields.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • text.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • mark-the-words.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5p-drag-text.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5p-guided-tour.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • shepherd-theme-arrows.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • go-to-question.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • iv-hotspot.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • styles.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • styles.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • styles.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5p-free-text-question.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • image-radio-button-group.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • interactive-video-editor.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • require-completion.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5p-interactive-video.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5p-course-presentation.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • twitter-user-feed.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5p-dialogcards.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • radio-selector.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • cp-editor.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • slide-selector.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • bg-selector.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • toolbar.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5p-font-awesome.min.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • H5P.DragNResize.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5p-font-icons.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • drag-n-bar.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • dialog.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • context-menu.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • drag-n-bar-form-manager.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • image.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • shape.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • spectrum.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • color-selector.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5p-shape.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • text.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5p-show-when.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • link-widget.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • video.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • table.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • audio.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • H5P.DragNResize.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • drag-n-drop.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • context-menu.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • dialog.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • drag-n-bar.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • drag-n-bar-element.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • drag-n-bar-form-manager.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • image.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • spectrum.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • color-selector.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5p-show-when.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5p-shape.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • link-widget.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • text.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • link.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • ct.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • table.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • flowplayer-3.2.12.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • panopto.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • youtube.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • html5.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • flash.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • audio.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • video.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • transition.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • drop.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • tether.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • joubel-message-dialog.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • joubel-help-dialog.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • joubel-simple-rounded-button.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • joubel-progress-circle.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • joubel-speech-bubble.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • joubel-throbber.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • joubel-tip.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • joubel-slider.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • joubel-score-bar.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • joubel-progressbar.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • question.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • joubel-ui.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • explainer.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • text-utilities.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • score-points.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5p-editor-table-list.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5p-editor-range-list.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • blanks.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • cloze.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • vertical-tabs.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • soundjs-0.6.2.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • stop-watch.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor-ssc-editor.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • sound-effects.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • xapi-event-builder.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • solution-view.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • result-slide.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • single-choice.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • single-choice-alternative.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • single-choice-set.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • ejs_production.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • ejs_viewhelpers.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • multichoice.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • radio-group.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5p-true-false.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5p-true-false-answer.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5p-true-false-answer-group.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5p-jquery-ui.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • Wizard.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • H5PEditor.DragQuestion.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • H5PEditor.DynamicCheckboxes.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5p-drag-question.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • summary-textual-editor.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • xapi-event-builder.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • summary.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • stop-watch.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • Blob.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • FileSaver.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • swfobject.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • downloadify.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • eta.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • duration.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • text.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • timecode.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • select-toggle-fields.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • xAPI-generator.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • keyboard-nav.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • word.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • mark-the-words.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5p-drag-text.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5p-guided-tour.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • go-to-question.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • shepherd.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • dist.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • iv-hotspot.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • dist.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • dist.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5p-ckeditor.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • h5p-free-text-question.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • image-radio-button-group.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • interactive-video-editor.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • require-completion.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • guided-tours.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • h5peditor.js?ver=2020080400:124 Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ h5peditor.js?ver=2020080400:124
  • script.onerror @ h5peditor.js?ver=2020080400:81
  • ​ Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ ​
  • script.onerror @ ​
  • h5p-interactive-video.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • ​ Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ ​
  • script.onerror @ ​
  • h5p-course-presentation.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • ​ Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ ​
  • script.onerror @ ​
  • twitter-user-feed.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • ​ Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ ​
  • script.onerror @ ​
  • h5p-appear-in.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • ​ Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ ​
  • script.onerror @ ​
  • h5p-dialogcards.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • ​ Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ ​
  • script.onerror @ ​
  • radio-selector.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • ​ Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ ​
  • script.onerror @ ​
  • disposable-boolean.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • ​ Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ ​
  • script.onerror @ ​
  • cp-editor.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • ​ Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ ​
  • script.onerror @ ​
  • bg-selector.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • slide-selector.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
  • ​ Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ ​
  • script.onerror @ ​
  • ​ Error while loading script Event {isTrusted: true, type: "error", target: script, currentTarget: script, eventPhase: 2, ...}
  • (anonymous) @ ​
  • script.onerror @ ​

lrcservizi

Tue, 04/27/2021 - 11:26

Permalink

Error 508 on loading editor - SSL enabled

Hi there,

I have the same problem of Sachin.
I've installed the latest Moodle version (whitout any plugins) and the latest H5P plugin.
On my server i have activated the SSL before installing Moodle and H5P plugin.
When I choose some type of contents (For example: Interactive Video, Course Presentation, etcc ...) the server can't load js and css of h5p libraries (It returned 508 error) and loading stuck.
I've tried to install to another webserver but it had returned the same error.
This problem appears only if i have enable https in moodle configuration.

Disabled the HTTPS in Moodle config, the editor loading perfectly and not showing error in browser console.
I've try to reinstall more times, convert to https (Using Moodle Tools), reinstall plugin but to no avail.
I've enabled debbugging mode, error logs, php error, but moodle don't show anything.
I have installed moodle on a lot of platforms and it worked fine on new installations until last year.
It is unthinkable in 2021 that we can only work in http. I need to enable SSL on entire site ASAP.

Tested on this version:
Moodle Version: 3.10.3 (Latest)
H5P Moodle Plugin: 1.22.1 (Latest)
PHP Version: 7.4

Moodle Version: 3.9.1
H5P Moodle Plugin: 1.20.2
PHP Version: 7.4

This problem or similar, has already been reported in the following threads:

https://h5p.org/node/408442
https://h5p.org/node/922494
https://h5p.org/node/500002

Any solution? I am attaching the errors reported in the console.
Best regards,

Giacomo

Attachments:
Image icon h5p-plugin.PNG
Image icon h5p-plugin-2.PNG
Plain text icon console_log.txt

togger996

Thu, 05/20/2021 - 09:00

Permalink

I am seeing the same issue as

I am seeing the same issue as well. Hoping for a solution.

lrcservizi

Fri, 05/21/2021 - 08:53

Permalink

Problems Loading H5P

I solved the problem by taking a more powerful machine.
With the SSL certificate installed the H5P uses more memory and the input processes queue up to saturation (40 input processes).

I have tested it on the local machine and it works. From what I have been told the problem is related to the latest Moodle update. However, I find it inexplicable that on the old versions it worked correctly and in this new one it didn't.

ghibux

Tue, 01/18/2022 - 08:49

Permalink

What kind of macchine did you

What kind of macchine did you buy? can you tell me how many CPU, RAM , HD or link about website hosting?

It's possible that this issue continue not to be fixed ????

ZioGianni

Tue, 01/18/2022 - 09:02

Permalink

Smae problem here

Hi all,

I also have the same problem reported by lrcservizi. I took the same tests and the same things happen to me.

Can you help me to solve?

ZioGianni

Tue, 01/18/2022 - 09:04

Permalink

Hi all,I also have the same

Hi all,

I also have the same problem reported by lrcservizi. I took the same tests and the same things happen to me. Can you help me?

nivedv

Wed, 05/17/2023 - 12:38

Permalink

H5p Presentation not loading in Moodle

I simply enabled the moodle debug mode and tried to load and create presentation. It worked. I am not sure how but it di work for me.