DeppWang / youdaonote-pull

📝 一个一键导出 / 备份「有道云笔记」所有笔记的 Python 脚本。 A Python script to export/backup all the notes of the "Youdao Note".
MIT License
1.34k stars 292 forks source link

其他错误: 'fileEntry' 似乎是ydnote_dir_id获取失败,目前有道云改了界面,是否因此无法获取目录?大佬有时间看看更新一下吗 #102

Closed guyeu9 closed 1 year ago

guyeu9 commented 1 year ago

C:\Users\Administrator\youdaonote-pull>python pull.py 本次使用 Cookies 登录 其他错误: 'fileEntry' Traceback (most recent call last): File "pull.py", line 784, in ydnote_dir_id, error_msg = youdaonote_pull.get_ydnote_dir_id() File "pull.py", line 451, in get_ydnote_dir_id return self._get_ydnote_dir_id(ydnote_dir=config_dict['ydnote_dir']) File "pull.py", line 525, in _get_ydnote_dir_id root_dir_id = root_dir_info['fileEntry']['id'] KeyError: 'fileEntry' 已终止执行

DeppWang commented 1 year ago

我使用原来旧的 Cookies 也有这个问题,使用最新的 Cookies 没有问题,可尝试使用最新的 Cookies。

leonvogle commented 1 year ago

更新一下cookie就可以了