When I try using node, I get the following error output:

$ node ./tiddlywiki.js editions/MultiUserWiki  --wsserver
NodeSettings - Parsed raw settings.
NodeSettings - Parsed raw settings.
Websockets listening on  8081
Serving on 0.0.0.0:8080
(press ctrl-C to exit)
 syncer-server-WebsocketAdaptor: Dispatching 'save' task: $:/ServerIP

$:/plugins/OokTech/MultiUser/WebsocketAdaptor.js:90
      var tiddlersPath = prefix === ''? $tw.MultiUser.Wikis.RootWiki.
wikiTiddler
sPath:$tw.MultiUser.Wikis[prefix].wikiTiddlersPath
                                                           ^
TypeError: Cannot read property 'RootWiki' of undefined
    at WebsocketAdaptor.getTiddlerFileInfo ($:/plugins/OokTech/MultiUser/
Websock
etAdaptor.js:90:60)
    at WebsocketAdaptor.saveTiddler ($:/plugins/OokTech/MultiUser/
WebsocketAdapt
or.js:189:12)
    at Syncer.dispatchTask ($:/core/modules/syncer.js:488:21)
    at Syncer.processTaskQueue ($:/core/modules/syncer.js:431:9)
    at Timeout._onTimeout ($:/core/modules/syncer.js:410:26)
    at ontimeout (timers.js:365:14)
    at tryOnTimeout (timers.js:237:5)
    at Timer.listOnTimeout (timers.js:207:5)


Thanks,
-- Mark

On Sunday, April 29, 2018 at 3:07:44 PM UTC-7, Jed Carty wrote:
>
> There are some new updates to the (not yet renamed) multiuser plugin.
>
> There are a lot of updates to the inner workings since the last release of 
> the single executable. 
>
> It no longer shows the dirty indicator in most cases because it wasn't 
> accurate.
> It also fixes some errors from when there are errors in given paths.
> It adds a new command that starts the wiki without a server so it can be 
> used with an external server, like an express js server, to go with this 
> each web socket message is sent with an authentication token if one is 
> saved in localstorage.
> there will be fewer terminal messages now
> reconnecting to a server after losing the web socket connection is more 
> consistent
> You can export each wiki as a single file html, but it is imperfect. 
> Documentation for the new message is in the plugin. But there is something 
> weird where the html file works everywhere aside from importing it into 
> another wiki.
> The settings in the control panel are only available on the root wiki 
> because they should only be used there.
> There is a checkbox in the control panel that adds the list of available 
> wikis to a tab in the sidebar.
>
> The plugin repo is here
> https://github.com/OokTech/TW5-MultiUser
> The single executable version is available here
> https://github.com/OokTech/TW5-SingleExecutable/releases/tag/0.0.6
>
>
> If you want to support the development OokTech has a patreon page here
> https://www.patreon.com/OokTech
> or if you prefer there  is a link for PayPal here
>
> https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZG94CTLHTKYRE
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f35adbd8-3474-4c2f-b393-44424f10a0d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to