node.js - HEXO 迁移过程中,将原有 wordpress 迁移过程出错。YAML 报错,求解。

 永远只要做好自己的16号 发布于 2022-11-04 17:53

YAML不熟悉。感觉hexo-migrator-wordpress适配性可能还是存在问题。

在使用命令:
$hexo migrate wordpress ~/Downloads/wordpress.2015-08-10.xml

中,报错:

... 
INFO Post found: 一份儿借鉴的旅行笔记 
FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/docs/troubleshooting.html 
JS-YAML: can not read a block mapping entry; a multiline key may not be an implicit key at line 2, column 5: 
date: 2009-12-25 14:48:45 
^ 
... 

具体XML中大致位置:

 
32727  
32728 161 
32729 2009-12-25 22:48:45 
32730 2009-12-25 14:48:46 
32731 open 
32732 open 

其中 46秒 和 45秒 的区别是我特意修改了一次xml用于定位问题的。但是,整个xml文件中现在只有这个位置有跟这个时间点字符串有关的信息。

现在不知道从哪里下手了。
还请各位有经验的同学协助分享一下经验。

4 个回答
  • 我也遇到这种情况,在它提示的地方发现少写了一个空格。yml格式的文件对空格都很严格,你可以仔细看看。

    2022-11-08 13:03 回答
  • 我也碰到这种情况 是因为我的文章标题中有双引号

    2022-11-08 13:03 回答
  • 在Google group上Get到一个人的solution。但是,还是不太明白怎么操作。解决方案


    I solved the problem, myself. For anyone else who struggles with this problem: it appears that one must double escape quotation marks within a blog post's name in order to get Hexo to deal with it properly. Have a great day. Take care, Darwin On Wednesday, April 29, 2015 at 12:48:28 PM UTC-7, Darwin Airola wrote: When I try to create my first blog post, I obtain the following (basically useless -- to me -- error): FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/docs/troubleshooting.html JS-YAML: can not read a block mapping entry; a multiline key may not be an implicit key at line 2, column 5: date: 2015-04-29 12:43:04 Does someone understand this and how to resolve it? Have a great day. Take care, Darwin
    2022-11-08 13:07 回答
  • JS-YAML在遇到很多问题的时候都会报这个错……但是基本上都跟它标出来的这个位置没什么关系。

    先把这篇文章剔除掉然后migrate试一下,如果没问题那有可能是该文章的tag或者标题有问题。如果还有问题可以对比一下出问题的文章跟这篇文章的共同点。

    YAML对格式要求很高,空格和半角冒号等符号很容易出问题。平时可以手动加双引号之类的,migrate的时候就比较麻烦。

    2022-11-08 13:13 回答
撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有