bambooom / douban-backup

同步豆瓣标记条目到 Notion/NeoDB
115 stars 304 forks source link

sync-rss手动运行失败 #106

Closed codyb1ue closed 1 year ago

codyb1ue commented 1 year ago

你好,按照博文设置好以后,手动测试了一下,但是没有跑通。

显示是这样的 Failed to handle the following feeds: undefined: http://movie.douban.com/subject/34882958/ undefined: http://movie.douban.com/subject/1300678/ undefined: http://movie.douban.com/subject/6524236/ undefined: http://movie.douban.com/subject/27075556/ undefined: http://movie.douban.com/subject/36247982/ Error: Process completed with exit code 1.

另外,我在notion没有套用你的template模版,直接使用导出的csv,不知道是不是这个影响了添加新条目。

辛苦你抽空帮忙看看怎么回事,谢谢。

https://github.com/codyb1ue/douban-backup

codyb1ue commented 1 year ago

前面还会出现这种错误,warn: request fail { code: 'validation_error', message: '个人评分 is expected to be number.' } Failed to create 没事偷着乐(http://movie.douban.com/subject/1300678/) with error: APIResponseError: 个人评分 is expected to be number.

bambooom commented 1 year ago

建议还是先套用模版,比如 '个人评分 is expected to be number.' 这个提示就是说你的 notion 表里面的这一栏的配置的数据类型不对,需要改成 number

前面一个问题我等下看看

bambooom commented 1 year ago

@codyb1ue 应该主要就是你的表的数据类型不对,所以数据插入没有失败了,就导致了前面的错误。可以先把 个人评分 这一栏的类型改成 number 再试试