xybu / onedrive-d-old

Microsoft OneDrive client on Linux.
http://xybu.me/projects/onedrive-d/
GNU Lesser General Public License v3.0
820 stars 143 forks source link

local_path and entry cannot both be NULL. #137

Closed fokafoga closed 9 years ago

fokafoga commented 9 years ago

I have downloaded last version. Well all worker threads with this exception, within a few minutes.

Exception in thread worker2: Traceback (most recent call last): File "/usr/lib64/python3.3/threading.py", line 901, in _bootstrap_inner self.run() File "/usr/lib/python3.3/site-packages/onedrive_d-1.0.0dev-py3.3.egg/onedrive_d/od_worker_thread.py", line 448, in run self.sync_dir(task) File "/usr/lib/python3.3/site-packages/onedrive_d-1.0.0dev-py3.3.egg/onedrive_d/od_worker_thread.py", line 200, in sync_dir self.analyze_file_path(local_path, task['remote_id'], None, local_entries) File "/usr/lib/python3.3/site-packages/onedrive_d-1.0.0dev-py3.3.egg/onedrive_d/od_worker_thread.py", line 342, in analyze_file_path "analyze_file_path: local_path and entry cannot both be NULL.") Exception: analyze_file_path: local_path and entry cannot both be NULL.

fokafoga commented 9 years ago

Sorry it was a 8 day old version. I can't install the new version: https://github.com/xybu/onedrive-d/issues/138

xybu commented 9 years ago

I still have concern over the problem. If set up correctly there is no chance both of the two parameters mentioned are None. But there is no more detail for analysis. Kind of weird.

fokafoga commented 9 years ago

Hmm, the new version already don't do it. Thx.