Content not showing up anymore

Hi all!

I created a GameMap with e few stations and thre some images and quizzes in there. I'm working in Lumi of Win11 with the most recent updates on all content types used. At some point my content stopped showing up in the "view" tab of Lumi. I tried uploading the package to our moodle with the same outcome.

I switched languages of Lumi and the project at some point, maybe that's a problem? And how can I fix that?

Now, what is the best way of debugging this? I'm trying to avoid redoing all the work - so any help is appreciated. Thanks!

 

EDIT: the last few lines of the Lumi-Logs:

[2025-11-20 08:35:17.221] [debug] ops:window_open {} [2025-11-20 08:35:18.160] [info] events:websocket:setup_websocket_events [2025-11-20 08:35:18.161] [info] websocket connection established [2025-11-20 08:35:18.354] [debug] ops:settings_read [2025-11-20 08:35:22.308] [debug] ops:content_config_write { content_id: 2380758717, key: 'path', value: 'C:\\Users<<...>>\\_Gamemap\\gamemap_bionik_v03.h5p' } [2025-11-20 08:35:22.310] [debug] ops:content_path { content_id: '2380758717' } [2025-11-20 08:35:22.312] [info] No config file found for content 2380758717 [2025-11-20 08:35:22.315] [debug] ops:content_url { content_id: 2380758717 } [2025-11-20 08:35:22.317] [info] events:window:setup_window_events [2025-11-20 08:35:22.318] [info] Opened window for content 2380758717 [2025-11-20 08:35:22.319] [debug] ops:content_config_write { content_id: 2380758717, key: 'window_id', value: '2' } [2025-11-20 08:35:22.320] [debug] ops:content_path { content_id: '2380758717' } [2025-11-20 08:35:22.432] [info] events:websocket:setup_websocket_events [2025-11-20 08:35:22.434] [info] websocket connection established [2025-11-20 08:35:22.492] [debug] ops:settings_read [2025-11-20 08:35:22.788] [info] { action: 'h5pContentRoutes.render', payload: { contentId: '2380758717' }, status: 'start' } [2025-11-20 08:35:22.835] [info] { action: 'h5pContentRoutes.editContent', payload: { contentId: '2380758717' }, status: 'success'
otacke's picture

Could be the mischievous bug of Lumi that sometimes kicks in when you save (quite) large content and then close the app right away. Saving will be interrupted leaving you with an incomplete file then. Could be something else as well.

There was an issue with GameMap recently, but about something else. Either way, you could check if the latest version 1.6.2 works better for you as it also contains better "sanitizing" that will not be able to compensate things that may not have been saved, but at least not crash if it encounters incomplete data.

The H5P Hub does not serve that one yet, so you'd need to download the sample file from https://www.olivertacke.de/labs/2025/02/10/gamemap-1-4-is-out/ and upload that to Lumi to install that version. I have that version on a WordPress site and uploading your content didn't reveal any obvious problems. Don't know, however, if Lumi upgrades content when you upload it, so the issue might persist with Lumi as it might continue using the 1.5 version. So, for that case, I attached the file I downloaded from my WordPress site.

Best,
Oliver

p.s.: Your log date look like "server" log data, but not output from a JavaScript development console. The latter might be more helpful.