Hi Stefan I think the problem in your case is a bug pre-5.1.8 whereby files with uppercase extensions don't work properly:
https://github.com/Jermolene/TiddlyWiki5/issues/1418 Best wishes Jeremy On Mon, Mar 30, 2015 at 12:05 AM, Stefan Szekeres <[email protected] > wrote: > C:\Users\user\Desktop\tiddlywikiroot>tiddlywiki mynewwiki --server 8080 > $:/cor > e/save/all text/plain text/html "" "" 192.168.1.102 > Serving on 192.168.1.102:8080 > (press ctrl-C to exit) > syncer-server: Dispatching 'save' task: Draft of 'te iubesc enorm' > FileSystem: Saved file > C:\Users\user\Desktop\tiddlywikiroot\mynewwiki\tiddlers > \Draft of 'te iubesc enorm'.tid > syncer-server: Dispatching 'delete' task: Draft of 'te iubesc enorm' > FileSystem: Deleted file > C:\Users\user\Desktop\tiddlywikiroot\mynewwiki\tiddle > rs\Draft of 'te iubesc enorm'.tid > syncer-server: Dispatching 'delete' task: Draft of 'New Tiddler' > FileSystem: Deleted file > C:\Users\user\Desktop\tiddlywikiroot\mynewwiki\tiddle > rs\Draft of 'New Tiddler 1'.tid > syncer-server: Dispatching 'delete' task: New Tiddler > FileSystem: Deleted file > C:\Users\user\Desktop\tiddlywikiroot\mynewwiki\tiddle > rs\New Tiddler.tid > syncer-server: Dispatching 'delete' task: This > FileSystem: Deleted file > C:\Users\user\Desktop\tiddlywikiroot\mynewwiki\tiddle > rs\This.tid > syncer-server: Dispatching 'save' task: 102_1612.JPG > > $:/plugins/tiddlywiki/filesystem/filesystemadaptor.js:116 > .writeFile(fileInfo.filepath,tiddler.fields.text,{encoding: > typeInfo.encoding} > ^ > TypeError: Cannot read property 'encoding' of undefined > at $:/plugins/tiddlywiki/filesystem/filesystemadaptor.js:116:74 > at FileSystemAdaptor.getTiddlerFileInfo > ($:/plugins/tiddlywiki/filesystem/fi > lesystemadaptor.js:76:3) > at FileSystemAdaptor.saveTiddler > ($:/plugins/tiddlywiki/filesystem/filesyste > madaptor.js:105:7) > at Syncer.dispatchTask ($:/core/modules/syncer.js:458:21) > at Syncer.processTaskQueue ($:/core/modules/syncer.js:401:9) > at null._onTimeout ($:/core/modules/syncer.js:380:26) > at Timer.listOnTimeout (timers.js:110:15) > > C:\Users\user\Desktop\tiddlywikiroot>tiddlywiki mynewwiki --server 8080 > $:/cor > e/save/all text/plain text/html "" "" 192.168.1.102 > Serving on 192.168.1.102:8080 > (press ctrl-C to exit) > syncer-server: Dispatching 'save' task: 20140410_030328.jpg > FileSystem: Saved file > C:\Users\user\Desktop\tiddlywikiroot\mynewwiki\tiddlers > \20140410_030328.jpg > syncer-server: Dispatching 'save' task: 20140309_121833.jpg > FileSystem: Saved file > C:\Users\user\Desktop\tiddlywikiroot\mynewwiki\tiddlers > \20140309_121833.jpg > syncer-server: Dispatching 'save' task: 102_1715.JPG > > $:/plugins/tiddlywiki/filesystem/filesystemadaptor.js:116 > .writeFile(fileInfo.filepath,tiddler.fields.text,{encoding: > typeInfo.encoding} > ^ > TypeError: Cannot read property 'encoding' of undefined > at $:/plugins/tiddlywiki/filesystem/filesystemadaptor.js:116:74 > at FileSystemAdaptor.getTiddlerFileInfo > ($:/plugins/tiddlywiki/filesystem/fi > lesystemadaptor.js:76:3) > at FileSystemAdaptor.saveTiddler > ($:/plugins/tiddlywiki/filesystem/filesyste > madaptor.js:105:7) > at Syncer.dispatchTask ($:/core/modules/syncer.js:458:21) > at Syncer.processTaskQueue ($:/core/modules/syncer.js:401:9) > at null._onTimeout ($:/core/modules/syncer.js:380:26) > at Timer.listOnTimeout (timers.js:110:15) > > Seems like this happened because my gf was also editing some page in > parallel. > > > On Wednesday, 20 August 2014 06:58:25 UTC+3, JimyKK wrote: > >> Hey everyone, Love using TW5. >> >> I'm on Tiddllywiki 5 *5.0.14-beta *Node.js installed through npm on an >> AMR system running a version of Debian >> (Cubian on my Cubie truck to be specific) >> >> I am consistently having the following error messages popups: >> >> >> Sync error while processing 'Draft of 'Networking setup*: Error: ENOENT, >>> unlink '/ssd/html/tiddly/tiddlers/Draft of 'Networking setup'.tid'* >> >> >> and >> >> Sync error while processing 'Draft of 'New Tiddler 1*: Error: ENOENT, >>> unlink '/ssd/html/tiddly/tiddlers/Draft of 'New Tiddler 1'.tid'* >> >> >> I've had these pop up in the past with previous versions and my solution >> has always been to download a copy, wipe the server files then re-import my >> wiki (after clearing the error message on my local copy). I have just >> atempted to start completely clean and rebuild from scratch but now these >> messages are back. >> >> Clearly not ideal. has anyone else had experiences with fixing this? or >> is there any simple way to just disable these messages as everything seems >> to work just fine it's just annoying to have to dismiss these dialog boxes >> every time I open my wiki. >> >> -- > 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/d/optout. > -- 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/d/optout.

