@julian exactly that was the problem, thanks for the hint!
for others who face maybe similiar issues:
The following format worked for me (.csv format):
[2016-09-12T17:36:15.076Z] [process-count-at:19957] skipping topic:_tid: 20027:cid:15:_cid:1283:uid:2:_uid:1 err: Error: [[error:no-category]]
[2016-09-12T17:36:15.071Z] [process-count-at:19956] skipping topic:_tid: 20026:cid:15:_cid:1283:uid:2:_uid:1 err: Error: [[error:no-category]]
[2016-09-12T17:36:15.066Z] [process-count-at:19955] skipping topic:_tid: 20025:cid:15:_cid:1283:uid:2:_uid:1 err: Error: [[error:no-category]]
[2016-09-12T17:36:15.060Z] [process-count-at:19954] skipping topic:_tid: 20024:cid:15:_cid:1283:uid:2:_uid:1 err: Error: [[error:no-category]]
[2016-09-12T17:36:15.055Z] [process-count-at:19953] skipping topic:_tid: 20023:cid:15:_cid:1283:uid:2:_uid:1 err: Error: [[error:no-category]]
[2016-09-12T17:36:15.050Z] [process-count-at:19952] skipping topic:_tid: 20022:cid:15:_cid:1283:uid:2:_uid:1 err: Error: [[error:no-category]]
[2016-09-12T17:36:15.044Z] [process-count-at:19951] skipping topic:_tid: 20021:cid:15:_cid:1283:uid:2:_uid:1 err: Error: [[error:no-category]]
I am trying to import my wordpress posts, but facing this issue. Please help.
Make sure you're only on v1.0.0 (the tag). If the error is still occurring, report it here: https://github.com/akhoury/nodebb-plugin-import/issues
Ok, I'm assuming you're on master then, which is the branch you're on when you first clone the project.
Or, did you even clone the project? How did you install in the first place?
@Bri I installed according documentations. https://nodebb.readthedocs.io/en/latest/installing/os.html
Yeah, so then you're probably on v.1.1.2 or close to it. You need to wipe your DB, and then start over, checking out v1.0.0: cd <your NodeBB directory> && rm -rf node_modules && git checkout v1.0.0 && ./nodebb install