[tw5] Re: 404 Error With WebDAV but Not Via File

2019-06-24 Thread Lost Admin
If you want to test your WebDAV server as a filesystem with windows, you 
want to map it as a drive to access it. When you use file:// in the 
browser, you aren't testing the WebDAV server, just your local hard drive.

To map a WebDAV server on Windows (7, 8, 9, or 10) ...

   - Open the windows file manager
   - Choose Map a Network Drive (under Home -> Easy access -> map as drive)
   - Enter the base URL (https://server.domain.dom/dav) for the WebDAV 
   (same as you used in tiddlywiki but without the filename)
   - Check Connect using different credentials
   - Use the credentials for the webdav server


If the WebDav server is working properly, you should see it as a mapped 
drive and be able to use file explorer to read/write files.


On Saturday, June 22, 2019 at 6:34:45 PM UTC-4, Kevin Kleinfelter wrote:
>
> I should add that I got this .html file by doing a 'wget' to download the 
> .html file from a Node.js TiddlyWiki.  i.e. I'm trying to convert a wiki 
> from Node.js to WebDAV.
>
> On Saturday, June 22, 2019 at 5:07:51 PM UTC-4, Kevin Kleinfelter wrote:
>>
>> I'm getting 
>> syncer-browser-tiddlyweb - 17:03:04 22 6 2019
>>
>> XMLHttpRequest error code: 404
>> and
>> syncer-browser-tiddlyweb - 17:03:06 22 6 2019
>>
>> Sync error while processing '$:/StoryList 
>> ': 
>> XMLHttpRequest error code: 404
>> when I serve my TW5 via WebDAV.  But when I access the SAME file via 
>> file:// I do not get errors.
>>
>> Any suggestions as to how I might solve this?
>> tnx
>> Kevin Kleinfelter
>>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/845c8cc3-8e77-49ce-8c31-69094550fd80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: 404 Error With WebDAV but Not Via File

2019-06-23 Thread Kevin Kleinfelter
Using the standard save button seems to have cured it.

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0dbff3aa-66f1-49e4-95c9-b0dcd36d71ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: 404 Error With WebDAV but Not Via File

2019-06-23 Thread PMario
Hi, 

How does your tiddlywiki.info file look like?

-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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5c509cb1-dec2-47bb-90ea-4c93b2a8ee00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: 404 Error With WebDAV but Not Via File

2019-06-23 Thread PMario
Hi,

There are 2 plugins, that are needed for the node-tw. 

http://localhost:8080/#%24%3A%2Fplugins%2Ftiddlywiki%2Ftiddlyweb:%24%3A%2Fplugins%2Ftiddlywiki%2Ftiddlyweb%20%24%3A%2Fplugins%2Ftiddlywiki%2Ffilesystem

You can try to disable them for webdav use. 

-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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/35568598-5243-4d4c-b254-fa0ff750e936%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: 404 Error With WebDAV but Not Via File

2019-06-23 Thread PMario
Hi,
You should use the standard "Save" button, to download the TW as a file. 
-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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2cf5701d-b50b-4824-9d66-5bf11014ea05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: 404 Error With WebDAV but Not Via File

2019-06-22 Thread Kevin Kleinfelter
I should add that I got this .html file by doing a 'wget' to download the 
.html file from a Node.js TiddlyWiki.  i.e. I'm trying to convert a wiki 
from Node.js to WebDAV.

On Saturday, June 22, 2019 at 5:07:51 PM UTC-4, Kevin Kleinfelter wrote:
>
> I'm getting 
> syncer-browser-tiddlyweb - 17:03:04 22 6 2019
>
> XMLHttpRequest error code: 404
> and
> syncer-browser-tiddlyweb - 17:03:06 22 6 2019
>
> Sync error while processing '$:/StoryList 
> ': 
> XMLHttpRequest error code: 404
> when I serve my TW5 via WebDAV.  But when I access the SAME file via 
> file:// I do not get errors.
>
> Any suggestions as to how I might solve this?
> tnx
> Kevin Kleinfelter
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3db3e84d-6a27-4d4f-917e-648f7e12031d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.