doufen-org / tofu

Chrome 扩展,用于备份豆瓣账号的数据,并支持导出 Excel 文档。
https://doufen.org
MIT License
549 stars 44 forks source link

Cloudinary 接口返回错误 #17

Open eeeg opened 4 years ago

eeeg commented 4 years ago

[2020-02-06T08:30:53.455Z] ERROR: Fail to run task:Error: Cloudinary 接口返回错误

[2020-02-06T08:30:53.460Z] DEBUG: Close local database

[2020-02-06T08:30:53.464Z] DEBUG: Job completed...

[2020-02-06T08:30:53.468Z] DEBUG: Service is pending...

[2020-02-06T08:30:53.471Z] DEBUG: Waiting for the job...

tabris17 commented 4 years ago

估计是cloudiany的配置不正确。按照https://blog.doufen.org/posts/how-to-upload-images-to-cloudinary/ 再尝试一下

bambooom commented 4 years ago

相同情况,仔细检查过,配置是正确的。

tabris17 commented 4 years ago

这里没有把cloudinary的错误消息打印出来,调试起来有点麻烦了。我先试试能不能重现这个问题吧

2512821228 commented 4 years ago

第二步 “douban”的 mode 一顶要改成“unsigned” 不然没法同步成功。教程 漏了这一点

bambooom commented 4 years ago

确认 mode 就是 unsigned,又试了一次,还是不行。

tabris17 commented 4 years ago

第二步 “douban”的 mode 一顶要改成“unsigned” 不然没法同步成功。教程 漏了这一点

有写“Enable unsigned uploading”,可能是官网的操作界面变化了?我没有注意到