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/static/ServerCommand.html For example: --server 8080 $:/core/save/all text/plain text/html MyUserName passw0rd 127.0.0.1 Best wishes Jeremy On Tue, Jan 28, 2014 at 10:51 AM, Marcel Kaczala <[email protected]>wrote: > 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 >> 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 >>> syncer: Queuing up sync task with type: save title: $:/StoryList >>> syncer: Dispatching 'save' task: $:/StoryList >>> FileSystem: Saved file /home/mk/mywiki/tiddlers/ >>> tiddlers/$__StoryList.tid >>> >>> tcp 0 0 127.0.0.1:8080 0.0.0.0:* >>> LISTEN 2590/node >>> >>> 8080 ALLOW Anywhere >>> >>> >>> -- > 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 http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/groups/opt_out. > -- Jeremy Ruston mailto:[email protected] -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

