Re: [tw] Re: After upgrading to 5.0.7 on node.js can no more access my tiddlywiki

2014-01-29 Thread Jeremy Ruston
Hi Marcel, mk@T2:~$ tiddlywiki --server 8080 0.0.0.0 I'm afraid you need to include all the parameters in between the port number and the hostname: mk@T2:~$ tiddlywiki --server 8080 $:/core/save/all text/plain text/html MyUserName passw0rd 0.0.0.0 Best wishes Jeremy On Wed, Jan 29, 2014 at 12

Re: [tw] Re: After upgrading to 5.0.7 on node.js can no more access my tiddlywiki

2014-01-29 Thread Marcel Kaczala
mk@T2:~$ tiddlywiki --server 8080 0.0.0.0 Serving on 127.0.0.1:8080 (press ctrl-C to exit) syncer: Queuing up sync task with type: save title: $:/StoryList events.js:72 throw er; // Unhandled 'error' event ^ Error: listen EADDRINUSE at errnoException (net.js:901:11) a

Re: [tw] Re: After upgrading to 5.0.7 on node.js can no more access my tiddlywiki

2014-01-28 Thread Jeremy Ruston
Hi Marcel The problem might be caused by one change in 5.0.7: the --server command now defaults to listening on 127.0.0.1, instead of 0.0.0.0. You can override the default by specifying all the parameters to the --server command, including the host, as specified here: http://tiddlywiki.com/stati

[tw] Re: After upgrading to 5.0.7 on node.js can no more access my tiddlywiki

2014-01-28 Thread Marcel Kaczala
I've found a post about a similar issue with node: http://askubuntu.com/questions/166068/port-seems-to-be-open-but-connection-refused Em segunda-feira, 27 de janeiro de 2014 21h08min55s UTC-2, Jason Swager escreveu: > > Having a similar problem. I had to downgrade to 5.0.6-beta to get the > n

[tw] Re: After upgrading to 5.0.7 on node.js can no more access my tiddlywiki

2014-01-27 Thread RA
I had a JavaScript error and found a solution in another recent thread - I had a tiddler with css enclosed in triple-backticks. After removing those by editing the tiddler file with a text editor, I restarted tiddlywiki and everything was normal. That shouldn't have happened, and will be fixed i

[tw] Re: After upgrading to 5.0.7 on node.js can no more access my tiddlywiki

2014-01-27 Thread Jason Swager
Having a similar problem. I had to downgrade to 5.0.6-beta to get the node.js variant of tiddlywiki working. On Monday, January 27, 2014 1:03:05 PM UTC-8, Marcel Kaczala wrote: > > I don't know what went wrong... > Some data: > > node --version > v0.10.24 > > tiddlywiki --version > 5.0.7-beta >