Closed woldtwerk closed 3 months ago
Try opening your browser console(Ctrl+Shift+J in Chrome/Firefox) and look for any errors.
Uncaught SyntaxError: Unexpected token u in JSON at position 0
at JSON.parse (
I got some undefined strings there. Those can't be parsed. E.g. libraryData.language
There appears to be an error in one of the translation files. What language are you using?
Well, the interface is in english. I didn't set it to english anywhere though. I did not see or got asked to set any language.
I tried adding: "language": "und" to the server.json file, but it had no impact
Hi, since (in that case Blanks) has a minor version 12 which has two digits. That leads to h5peditor.js not handling the libraryFromString correctly, because the regExp is demanding a single digit as minor version.
Hi Frode, @icc as vou can see, I made a PR for handling multi-digit-versioned Libraries correctly.
The fix by @JulianSSS works for me.
h5p-cli core functionality has been rewritten. Closing this since it is no longer relevant.
Fill the blanks is running just fine. I can modify settings and content in the .json and js files. I can't get the editor working though. All I get is "Loading semantics, please wait..." Am I missing something?