Hi again,
I ran into some problem with NodeBB. I'm working with google apps script, taking data from a spreadsheet and inserting it into NodeBB via write api. First I insert a Category. then I insert another Category and update it's ParentID from the previously inserted Category, then I insert the topic and lastly I insert the post to the topic. After this procedure everything shuts down:
-
29/8 15:00 [22748] - error: TypeError: data.content.rtrim is not a function(output.log),
-
http://pastebin.com/LFbs0yAi (inside google script editor)
And in another scenario where I already inserted Category and Category with updated ParentID everything works fine no errors no shutdown.