_update_remote_states() needs sometimes to re-create a consistent RemoteFileInfo, but 3 arguments are missing: lock_owner, lock_created and can_scroll_descendants:
2017-10-16 18:35:15 20181 140014486648576 DEBUG nxdrive.engine.watcher.remote_watcher Handle remote changes, first_pass=True 2017-10-16 18:35:15 20181 140014486648576 ERROR nxdrive.engine.watcher.remote_watcher Unexpected error Traceback (most recent call last): File "engine/watcher/remote_watcher.py", line 483, in _handle_changes self._update_remote_states() File "engine/watcher/remote_watcher.py", line 659, in _update_remote_states new_info.can_update, new_info.can_create_child) TypeError: __new__() takes exactly 18 arguments (15 given)