xybu / onedrived-dev

A Microsoft OneDrive client for Linux, written in Python3.
https://github.com/xybu/onedrived-dev
MIT License
706 stars 78 forks source link

Is neither a file nor a directory & Error reading ngrok API #32

Open charon120 opened 7 years ago

charon120 commented 7 years ago

INFO: Worker-0: Remote item "/Documents/WindowsPhome" is neither a file nor a directory. Skip it. OneNote的文件识别问题。

ERROR: MainThread: Error reading ngrok API: ngrok API did not return any tunnel.. Retry in 1sec.

xybu commented 7 years ago

OneNote files can be accessed by OneNote only.

charon120 commented 7 years ago

@xybu 每个文件夹下200项就停止下载,但是增加文件还是会同步上传。all_remote_items?

felixleong commented 7 years ago

@charon120 About the 200 files issue, the patch was recently integrated (see #24). Please update and test it out :).

charon120 commented 7 years ago

@felixleong I see. 有种情况,中文乱码上传问题。

felixleong commented 7 years ago

@charon120 是档案名出现乱码问题吗?我这边reproduce不到乱码的bug。 ^_^||

xybu commented 7 years ago

系统编码是UTF8吗 (运行$ locale -a看一下)

charon120 commented 7 years ago

@felixleong @xybu 是文件夹名或者文件名存在中文乱码的情况,之前的是存在问题的,目前我已经删了乱码的文件,不清楚乱码是否会存在问题。没去测试了。