nodebb-plugin-import icon indicating copy to clipboard operation
nodebb-plugin-import copied to clipboard

SMF import hangs at getPaginatedTopics

Open TrevorSayre opened this issue 4 years ago • 2 comments

It appears to import everything prior to getPaginatedTopics just fine. Users, groups, categories, and messages seem to be imported. However, when it gets to topics, it hangs and doesn't seem to continue.

What sort of info would help unblock this?

I'm not seeing any error messages that could help push this in the right direction.

[2019-10-07T02:10:45.369Z] getPaginatedTopics

[2019-10-07T02:10:45.367Z] current phase: topicsImportStart (time since previous phase: 0s)

[2019-10-07T02:10:45.366Z] Phase ::: topicsImportStart

I made sure to do the following:

  • disable all plugins except for nodebb-plugin-import

I am using:

  • mongo v4.0.12
  • node v10.16.3
  • npm v6.9.0
  • nodebb v1.12.2
  • Ubuntu 18.04.3 LTS
  • SMF 2.0.15

TrevorSayre avatar Oct 07 '19 02:10 TrevorSayre

can you share the server logs? the ones in your terminal or in /path/to/nodebb/logs folder?

akhoury avatar Oct 08 '19 17:10 akhoury

or maybe something isn't supported, on NodeBB v1.12.2, can you try v1.12.1 https://github.com/akhoury/nodebb-plugin-import#nodebb-v1121

akhoury avatar Oct 08 '19 18:10 akhoury