You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot read property 'domain' of undefined
at /home/wangcong/project/test/node_modules/hexo-migrator-wordpress/index.js:76:31
at Array.forEach (native)
at /home/wangcong/project/test/node_modules/hexo-migrator-wordpress/index.js:73:25
at /home/wangcong/project/test/node_modules/hexo-migrator-wordpress/node_modules/async/lib/async.js:118:13
at Array.forEach (native)
at _each (/home/wangcong/project/test/node_modules/hexo-migrator-wordpress/node_modules/async/lib/async.js:39:24)
at Object.async.each (/home/wangcong/project/test/node_modules/hexo-migrator-wordpress/node_modules/async/lib/async.js:117:9)
at /home/wangcong/project/test/node_modules/hexo-migrator-wordpress/index.js:49:13
at fn (/home/wangcong/project/test/node_modules/hexo-migrator-wordpress/node_modules/async/lib/async.js:626:34)
at Object._onImmediate (/home/wangcong/project/test/node_modules/hexo-migrator-wordpress/node_modules/async/lib/async.js:542:34)�[39m
The text was updated successfully, but these errors were encountered:
I receive this error as well. I suspect it is because there is an initial category tag in each item that has no attributes whatsoever, whereas the migrator code immediately assumes the existence of category.$.domain (where $ is undefined).
For anyone who isn't clear on the fix for this - it's to remove all instances of <category> xml tags without a domain. Then run your import and it should work as expected.
TypeError: Cannot read property 'domain' of undefined
at /home/wangcong/project/test/node_modules/hexo-migrator-wordpress/index.js:76:31
at Array.forEach (native)
at /home/wangcong/project/test/node_modules/hexo-migrator-wordpress/index.js:73:25
at /home/wangcong/project/test/node_modules/hexo-migrator-wordpress/node_modules/async/lib/async.js:118:13
at Array.forEach (native)
at _each (/home/wangcong/project/test/node_modules/hexo-migrator-wordpress/node_modules/async/lib/async.js:39:24)
at Object.async.each (/home/wangcong/project/test/node_modules/hexo-migrator-wordpress/node_modules/async/lib/async.js:117:9)
at /home/wangcong/project/test/node_modules/hexo-migrator-wordpress/index.js:49:13
at fn (/home/wangcong/project/test/node_modules/hexo-migrator-wordpress/node_modules/async/lib/async.js:626:34)
at Object._onImmediate (/home/wangcong/project/test/node_modules/hexo-migrator-wordpress/node_modules/async/lib/async.js:542:34)�[39m
The text was updated successfully, but these errors were encountered: