[tw5] Re: Uncaught TypeError: title.substr is not a function

2021-08-23 Thread TW Tones
Siniy-kit, I don't know how to help, but if I were in this situation I would try and use the JSON Mangler plugin or XLSX Utilities edition to import the same spread sheet. Perhaps one of these will not experience the bug or fail gracefully helping you identify the problem. Do join us in

[tw5] Re: Uncaught TypeError: title.substr is not a function

2021-08-20 Thread Siniy-Kit
the problem was that title could non be a number (only a string), when we create tiddler by *if($tw.browser) {$tw.wiki.addTiddler(new $tw.Tiddler($tw.wiki.getModificationFields(),fields,$tw.wiki.getCreationFields()))};* so I make .toString() to all values and now it works пятница, 20 августа

[tw5] Re: Uncaught TypeError: title.substr is not a function

2021-08-20 Thread Siniy-Kit
this table https://docs.google.com/spreadsheets/d/16gDZVsB8FOIxrsFKbkbBNWC37lPUAfKOGf-rCVxeOmY/edit#gid=1627697525 don't have title column too, but works good. for spreadsheet import script id=title The problem that, when I see " *title.substr is not a function*" I am not able to find part

[tw5] Re: Uncaught TypeError: title.substr is not a function

2021-08-20 Thread Eric Shulman
On Friday, August 20, 2021 at 5:45:47 AM UTC-7 Siniy-Kit wrote: > Hi. I import data from this googlespreadsheet ... and get error > *Well, this is embarrassing. It is recommended that you restart TiddlyWiki > by refreshing your browser* > *Uncaught TypeError: title.substr is not a function* >