tiddlyhost / tiddlyhost-com

Rails application for creating and hosting TiddlyWiki sites, plus resources for deploying it to https://tiddlyhost.com/
Other
188 stars 18 forks source link

A TW file that reports 404 at the command line. #344

Open Marxsal opened 3 months ago

Marxsal commented 3 months ago

In both the shell script, and the powershell script, I get a 404 error when trying to access this file:

http://tweddemo.tiddlyspot.com/

It doesn't have an icon or an update date, and it doesn't save. It was carried over from tiddlyspot.

It's not important per se, but I just thought it was odd that it seems to have a special status.

Thank you!

simonbaird commented 2 months ago

Re script access and 404s, I'm not sure if that was a temporary thing, but I can't reproduce it currently.

Both these look like what you'd expect:

$ curl -s 'http://tweddemo.tiddlyspot.com/' | head

$ curl -sI 'http://tweddemo.tiddlyspot.com/'

Re the saving problems, I think you need to either follow the instructions for older TiddlyWiki versions.

You could also upgrade to a newer version of TiddlyWiki.

simonbaird commented 2 months ago

@Marxsal Are you still having this problem?