- Fixed a bug where output single file html wikis would always be called `index.html`
<$action-websocketmessage $type='buildHTMLWiki' outputFolder= .... <$action-websocketmessage $type=runScript"editionsPath":".\tpl\"
Wikis Folder Exists
WebSocket error, probably closed connection: { Error: Directory 'C:\**\SingleExecutable\editions\awsAgain' was not
included into executable at compilation stage. Please recompile adding it as asset or script.
at error_ENOENT (pkg/prelude/bootstrap.js:422:17)
at readdirFromSnapshot (pkg/prelude/bootstrap.js:762:29)
at Object.fs.readdirSync (pkg/prelude/bootstrap.js:782:12)
at specialCopy ($:/plugins/OokTech/Bob/NodeMessageHandlers.js:598:29)
at Object.$tw.nodeMessageHandlers.createNewWiki ($:/plugins/OokTech/Bob/NodeMessageHandlers.js:651:11)
at WebSocket.incoming ($:/plugins/OokTech/Bob/NodeWebSocketsSetup.js:182:57)
at WebSocket.emit (events.js:159:13)
at Receiver._receiver.onmessage ($:/plugins/OokTech/Bob/WS/WebSocket.js:156:47)
at Receiver.dataMessage ($:/plugins/OokTech/Bob/WS/Receiver.js:402:14)
at Receiver.getData ($:/plugins/OokTech/Bob/WS/Receiver.js:343:12)
errno: -4058,
code: 'ENOENT',
path: 'C:\\snapshot\\SingleExecutable\\editions\\awsAgain',
pkg: true }In another thread, you say that this is just TiddlyWiki with a plugin. If so, would it be possible to set up Bob on a node implementation just by dragging and dropping the plugin into the instance? Or would there be other steps?cp -r TiddlyWiki5/plugins/OokTech/Bob/BobWiki TiddlyWiki5/Wikis/BobWiki/
Is incorrect. But seems to work with:
cp -r TWBob/plugins/OokTech/Bob/MultiUserWiki TWBob/Wikis/BobWiki/
..\..\pages\tw\bob\
node tiddlywiki.js path/to/wiki --wsserverWebsockets listening on 8081
Serving on 127.0.0.1:8080
(press ctrl-C to exit)
syncer-server-WebsocketAdaptor: Dispatching 'save' task: $:/StoryList
$:/plugins/OokTech/Bob/ServerSide.js:125
var subWikiInfo = $tw.Bob.loadWikiTiddlers(resolvedIncludedWikiPath,{
^
TypeError: $tw.Bob.loadWikiTiddlers is not a function
at $:/plugins/OokTech/Bob/ServerSide.js:125:35
at $tw.utils.each (C:\Users\Mark\github\TiddlyWiki5\boot\boot.js:69:12)
at Object.ServerSide.loadWikiTiddlers ($:/plugins/OokTech/Bob/ServerSide.js:119:15)
at Object.ServerSide.loadWiki ($:/plugins/OokTech/Bob/ServerSide.js:76:33)
at Object.handler ($:/plugins/OokTech/Bob/commands/wsserver.js:217:24)
at SimpleServer.requestHandler ($:/plugins/OokTech/Bob/commands/wsserver.js:153:15)
at emitTwo (events.js:106:13)
at Server.emit (events.js:191:7)
at HTTPParser.parserOnIncoming [as onIncoming] (_http_server.js:546:12)
at HTTPParser.parserOnHeadersComplete (_http_common.js:99:23)
This is a periodic "shout-out" about the Brilliance Of Bob ... I, a relative idiot, got Bob to do loads of things quickly and easily ... Here is a shot of a small part of what I use Bob for ...
--
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 tiddlywiki+unsubscribe@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/7b9df187-09c2-4ce3-80a0-dcc4b5a1129e%40googlegroups.com.
The following is what happened...
pi@raspberrypithree:~/bob $ sudo ./tiddlyArmV7.1
NodeSettings - Parsed raw settings.
Websockets listening on 8081
Serving on 127.0.0.1:8080
(press ctrl-C to exit)
events.js:136
throw er; // Unhandled 'error' event
^
Error: spawn xdg-open ENOENT
at _errnoException (util.js:1031:13)
at Process.ChildProcess._handle.onexit (internal/child_process.js:201:19)
at onErrorNT (internal/child_process.js:389:16)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
Help?
$ which xdg-open
sudo apt-get install xdg-utils
$ sudo ./tiddlyArmV7.1 --wsserver