Luxon.js.map could not be loaded

DevTools failed to load source map: Could not load content for app://obsidian.md/luxon.js.map: System error: net::ERR_FILE_NOT_FOUND

I am aware that this issue is not coming up when community plugins are disabled, but to my understanding this is obsidian internal functionality that the dataview plugin accesses.

Steps to reproduce

  • Install Dataview plugin
  • Create a Dataviewjs query that uses the luxon “library” ?
    This is from my snippet. I didn’t create it, I found and copied it from the preview thread.
var t = dv.current().file.day ? dv.current().file.day.toISODate() : luxon.DateTime.now().toISODate();
// Obsidian uses moment.js; Luxon’s format strings differ!
var format = app['internalPlugins']['plugins']['daily-notes']['instance']['options']['format'] || 'YYYY-MM-DD';

Expected result

No warning in terminal.

Actual result

I haven’t seen it produce anything problematic, but in the terminal it outputs the warning/ error:
DevTools failed to load source map: Could not load content for app://obsidian.md/luxon.js.map: System error: net::ERR_FILE_NOT_FOUND

Environment

  • Operating system: Windows 10
  • Debug info:
SYSTEM INFO:
	Obsidian version: v1.0.3
	Installer version: v0.15.9
	Operating system: Windows 10 Pro 10.0.19044
	Login status: not logged in
	Insider build toggle: off
	Live preview: on
	Legacy editor: off
	Base theme: light
	Community theme: none
	Snippets enabled: 1
	Restricted mode: off
	Plugins installed: 43
	Plugins enabled: 35
		1: Checklist v2.2.10
		2: Copy button for code blocks v0.1.0
		3: Find orphaned files and broken links v1.8.0
		4: Folder Note v0.7.3
		5: Meld Encrypt v1.6.2
		6: Mind Map v1.1.0
		7: Obsidian TODO | Text-based GTD v0.2.7
		8: Table of Contents v0.1.3
		9: Obsidian Git v2.8.0
		10: Advanced Tables v0.17.3
		11: Admonition v9.0.5
		12: Dataview v0.5.47
		13: Editor Syntax Highlight v0.1.3
		14: File Tree Alternative Plugin v2.2.4
		15: Natural Language Dates v0.6.1
		16: Tag Wrangler v0.5.4
		17: Auto Link Title v1.2.5
		18: Dynamic Table of Contents v0.0.27
		19: Note Refactor v1.7.1
		20: Update time on edit v1.1.2
		21: Outliner v4.1.1
		22: Calendar v1.5.10
		23: Tasks v1.16.0
		24: Cycle through Panes v0.1.0
		25: Sortable v0.2.6
		26: Creases v0.6.5
		27: Excel to Markdown Table v0.4.0
		28: Meld Calc v1.0.2
		29: Obsidian42 - BRAT v0.6.36
		30: Query Control v0.5.0
		31: Apply Patterns v2.1.1
		32: Linter v1.7.0
		33: QuickShare v1.0.1
		34: Pane Relief v0.4.1
		35: Gitlab Issues v0.1.4

RECOMMENDATIONS:
	Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
	Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.


Additional information

I found an old issue (2017) in the moment github, where the luxon.js.map wasn’t correctly bundled. Something similar might’ve flared up again. But I don’t have any experience in JS so reporting is all I can do here.

1 Like

we do not take bug reports involving third party plugins. Send the bug report to the plugin dev and if there is a problem with obsidian core, they’ll reach out to us.