-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 5.9.3-SNAPSHOT
-
Fix Version/s: 5.6.0-HF36, 5.8.0-HF14, 5.9.4
-
Component/s: Nuxeo Drive
-
Tags:
-
Backlog priority:900
Steps to reproduce:
- Make sure Drive is not installed on the server.
- Install the Drive client.
- Start the Drive client and provide the credentials to the server.
The Drive client displays a message that says that he's unable to connect to the server.
-> Message should say that Drive is not installed on the server. - Leave the Drive setting window open.
- Install Drive on the server.
- Validate your credentials on the client again.
Same message is displayed. - Restart the Drive client.
- Open Drive settings.
Drive icon is green, but status is "looking for changes".
In the logs, there is an error:2014-04-02 17:43:59,951 3004 2908 ERROR nxdrive.synchronizer Error in synchronization thread: No row was found for one() Traceback (most recent call last): File "nuxeo-drive-client\nxdrive\synchronizer.py", line 182, in run File "nuxeo-drive-client\nxdrive\synchronizer.py", line 1392, in loop File "nuxeo-drive-client\nxdrive\synchronizer.py", line 1591, in update_synchronize_server File "nuxeo-drive-client\nxdrive\synchronizer.py", line 566, in scan_remote File "C:\Users\nuxeo\AppData\Roaming\Python\Python27\site-packages\sqlalchemy\orm\query.py", line 2312, in one NoResultFound: No row was found for one()
- depends on
-
NXP-14249 Drive: Display relevant error message in Settings popup when nuxeo-drive addon is not installed on the server
- Resolved