Re: [tw] [TW5] Javascript Error - NS_ERROR_DOM_BAD_URI: Access to restricted URI denied

2013-12-20 Thread Jeremy Ruston
Hi Jeff So, I think the problem is that the TiddlyWeb plugin doesn't like being loaded into a single file TiddlyWiki that is being viewed on a file: URI. I'll patch it to catch the error that you're encountering. Am I right in understanding that you're trying to use the same wiki folder to build

Re: [tw] [TW5] Javascript Error - NS_ERROR_DOM_BAD_URI: Access to restricted URI denied

2013-12-17 Thread chishaku
Via git revision history, I confirmed that I didn't make any tweaks that referenced an outside domain. Then I removed plugin references in the tiddlywiki.info file and it appears that the tiddlyweb plugin is the culprit. When I remove that tiddlyweb plugin from tiddlywiki.info, I am able to

[tw] [TW5] Javascript Error - NS_ERROR_DOM_BAD_URI: Access to restricted URI denied

2013-12-16 Thread chishaku
*Internal Javascript Error - NS_ERROR_DOM_BAD_URI: Access to restricted URI denied* I've built an html wiki file from a directory of tiddlers and I receive this fatal error which prevents the wiki from properly loading. I typically load the tiddlers from the server so having not used an html

Re: [tw] [TW5] Javascript Error - NS_ERROR_DOM_BAD_URI: Access to restricted URI denied

2013-12-16 Thread Jeremy Ruston
Hi Chisahaku The error you're getting indicates that Firefox is preventing access to a URI in a different domain than that containing the TW file. The core doesn't do anything during startup that could cause that error, so I'm guessing that some of your tweaks might be the issue. Can you outline