-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 2.1.1221
-
Fix Version/s: 3.1.2
-
Component/s: Synchronizer
-
Epic Link:
-
Backlog priority:700
-
Sprint:nxDrive 10.10.3
-
Story Points:3
- Follow this documentation to setup Collections synchronization.
- create a File document with an attachment.
- In personal workspace create a collection and add a file to it
- Synchronize the collection
- Double-check the root is present in the root list
- Wait for complete sychronization cycle.
- Double-check the file has been synchronized.
- Now change the attachment in the File Document. Wait for synchronization cycle -> nothing.
- Create another File document
- Add it to the collection
- Double-check the client is doing a synchronization cycle
- 2 updates are now detected (see updatesDetected.png)
- also the client keeps synching and synching with the following error:
2017-03-13 12:25:50,969 17087 123145305600000 ERROR nxdrive.engine.watcher.remote_watcher __new__() takes exactly 18 arguments (15 given) Traceback (most recent call last): File "nxdrive/engine/watcher/remote_watcher.pyc", line 477, in _handle_changes File "nxdrive/engine/watcher/remote_watcher.pyc", line 642, in _update_remote_states TypeError: __new__() takes exactly 18 arguments (15 given) 2017-03-13 12:26:26,657 17087 123145305600000 ERROR nxdrive.engine.watcher.remote_watcher __new__() takes exactly 18 arguments (15 given) Traceback (most recent call last): File "nxdrive/engine/watcher/remote_watcher.pyc", line 477, in _handle_changes File "nxdrive/engine/watcher/remote_watcher.pyc", line 642, in _update_remote_states TypeError: __new__() takes exactly 18 arguments (15 given)
This seems to prevent any further synchronization.