hoelzro / tw-full-text-search

Full text search plugin for TiddlyWiki powered by lunr.js
https://hoelz.ro/files/fts.html
Other
25 stars 4 forks source link

Console error #40

Open ittayd opened 2 years ago

ittayd commented 2 years ago

I'm using a single file TW5 in chrome (loading it from disk). The console has the below error. I'm using some images that are loaded locally (adjacent to the tw file)

blob:null/7bfc6874-4de5-4676-ac89-de70ad1e7e63:94 Not allowed to load local resource: blob:null/8a3b03af-c581-475b-a012-1179e95f414d (anonymous) @ blob:null/7bfc6874-4de5-4676-ac89-de70ad1e7e63:94 Promise.then (async) (anonymous) @ blob:null/7bfc6874-4de5-4676-ac89-de70ad1e7e63:83 step @ blob:null/7bfc6874-4de5-4676-ac89-de70ad1e7e63:38 (anonymous) @ blob:null/7bfc6874-4de5-4676-ac89-de70ad1e7e63:19 (anonymous) @ blob:null/7bfc6874-4de5-4676-ac89-de70ad1e7e63:13 awaiter @ blob:null/7bfc6874-4de5-4676-ac89-de70ad1e7e63:9 requireFromPage @ blob:null/7bfc6874-4de5-4676-ac89-de70ad1e7e63:77 (anonymous) @ blob:null/7bfc6874-4de5-4676-ac89-de70ad1e7e63:166 step @ blob:null/7bfc6874-4de5-4676-ac89-de70ad1e7e63:38 (anonymous) @ blob:null/7bfc6874-4de5-4676-ac89-de70ad1e7e63:19 (anonymous) @ blob:null/7bfc6874-4de5-4676-ac89-de70ad1e7e63:13 awaiter @ blob:null/7bfc6874-4de5-4676-ac89-de70ad1e7e63:9 (anonymous) @ blob:null/7bfc6874-4de5-4676-ac89-de70ad1e7e63:63 (anonymous) @ blob:null/7bfc6874-4de5-4676-ac89-de70ad1e7e63:260

ittayd commented 2 years ago

Clicking the error link it is the line importScripts(msg); in requireFromPage

hoelzro commented 2 years ago

Hi @ittayd, thanks for the report! I don't really work on this plugin much anymore, but maybe I can deliver a quick fix or at least get things working for you.