Re: [tw] Re: [TW5] Node Upgrade Format Rendering Issue

2014-10-17 Thread PMario
On Wednesday, October 15, 2014 6:15:46 PM UTC+2, Jeremy Ruston wrote:
>
> Hi Alfonso
>
> Can you give the commands you are using the start the TiddlyWiki server?
>
> Many thanks,
>
> Jeremy.
>

@Jeremy,
Yesterday I made some experiments. Everything worked as expected, but 
suddenly I did have the same problem. 
I did build the command line with environment variables. So I started to 
check the variable creation  wasting time. 

I did start  node tiddlywiki.js editons/de-AT-server --server  
The server starts and prints the happy message:

Serving on 127.0.0.1:80
(press ctrl-C to exit)

but the page didn't work. I got really frustrated, because it worked for 
hours, but now it's broken. 

You probably see the issue. Its a typo, it needs to be: 
editions/de-AT-server   but I was blind at that time :) 
I didn't see it, but the --server command could have told me, that the 
directory I want to serve doesn't exist. 

So a feature request: Please add some checks to the server command.  
We've had about a dozen of issues here in the group and at github, 
that where based on the same issues. 

 - editions directory is not initialized ... my be user missread the docs.
 - tiddlywiki.info file is missing  
 - the edition directory doesn't exist ... may be the name has a typo. 

There should be appropriate messages.
--- If the edition directory is missing

A warning, that the directory is missing. 
Server should stop with a message: "Edition directory: "xyz"  doesn't 
exist. Check the path!"


--- - if tiddlywiki.info is missing

A warning that the file is missing. 
If it is possible to work with the system default settings, there should be 
a message:
Server is started with the default settings. .. This settings are: x, y, z

I'll create an issue with the request.

regards
mario




-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Node Upgrade Format Rendering Issue

2014-10-17 Thread PMario
On Friday, October 17, 2014 7:06:18 AM UTC+2, Alfonso Arciniega wrote:
>
> Happy to report that after re-installing node, the issue disappeared and 
> now TiddlyWiki is running fine.
>

Cool, that it works again:)
-m

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Node Upgrade Format Rendering Issue

2014-10-16 Thread Alfonso Arciniega
Happy to report that after re-installing node, the issue disappeared and 
now TiddlyWiki is running fine.

Thanks to those to tried to help.

Alfonso

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Node Upgrade Format Rendering Issue

2014-10-16 Thread Alfonso Arciniega
Thanks, Mario

Back a few months, I used the commands as described in the Getting Started 
tiddler, Node.js tab: Went through numbers 1 through 5 in the list. No 
problem with version 5.0.7 beta.

Then about a week ago I upgraded TiddlyWiki with the commands as described 
in Upgrading TiddlyWiki on Node.js tiddler.

Because I already had a folder called mywiki, I used the command: 
tiddlywiki mywiki --server to start TiddlyWiki and then visited 
http://127.0.0.1:8080/ in Firefox (and also Chrome, both latest versions) 
and the issue appeared.

I deleted all files in miwiki and installed TiddlyWiki again. Same issue.

Next, I am going to try the following in that "old" Windows XP netbook: 
delete the miwiki files and folder, uninstall node, re-boot, install node 
again, then install TiddlyWiki again, and report back here.

Alfonso



On Thursday, October 16, 2014 1:57:35 AM UTC-6, PMario wrote:
>
> On Thursday, October 16, 2014 6:12:30 AM UTC+2, Alfonso Arciniega wrote:
>>
>> I was using the same commands as shown in TiddlyWiki.com.
>>
>
> There are about 500 tiddlers at tiddlywiki.com. Which tiddler contains 
> the commands you used?
>
> -mario
>
>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Node Upgrade Format Rendering Issue

2014-10-16 Thread PMario
On Thursday, October 16, 2014 6:12:30 AM UTC+2, Alfonso Arciniega wrote:
>
> I was using the same commands as shown in TiddlyWiki.com.
>

There are about 500 tiddlers at tiddlywiki.com. Which tiddler contains the 
commands you used?

-mario


-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Node Upgrade Format Rendering Issue

2014-10-15 Thread Alfonso Arciniega
Jeremy,

I was using the same commands as shown in TiddlyWiki.com.

Stephan,

It looks like the same issue, though I haven't had the chance to try the 
solution yet. I will report back afterwards.


On Wednesday, October 15, 2014 10:15:46 AM UTC-6, Jeremy Ruston wrote:
>
> Hi Alfonso
>
> Can you give the commands you are using the start the TiddlyWiki server?
>
> Many thanks,
>
> Jeremy.
>
>
> On Tue, Oct 14, 2014 at 8:34 PM, Stephan Hradek  > wrote:
>
>> Does this 
>> https://groups.google.com/d/msg/tiddlywikidev/cVXCqASv8fc/FSh14QWY02MJ 
>> look like your problem?
>>
>> -- 
>> 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+...@googlegroups.com .
>> To post to this group, send email to tiddl...@googlegroups.com 
>> .
>> Visit this group at http://groups.google.com/group/tiddlywiki.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Jeremy Ruston
> mailto:jeremy...@gmail.com 
>  

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Node Upgrade Format Rendering Issue

2014-10-15 Thread Jeremy Ruston
Hi Alfonso

Can you give the commands you are using the start the TiddlyWiki server?

Many thanks,

Jeremy.


On Tue, Oct 14, 2014 at 8:34 PM, Stephan Hradek 
wrote:

> Does this
> https://groups.google.com/d/msg/tiddlywikidev/cVXCqASv8fc/FSh14QWY02MJ
> look like your problem?
>
> --
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at http://groups.google.com/group/tiddlywiki.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.