-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.6.0-HF30, 5.8.0-HF06, 5.9.2
-
Component/s: Nuxeo Drive
-
Tags:
-
Backlog priority:780
See def bind_server(values, dialog) in authentication.py:
... except Unauthorized: dialog.show_message("Invalid credentials.") return False except: msg = "Unable to connect to " + url log.debug(msg, exc_info=True) # TODO: catch a new ServerUnreachable catching network isssues dialog.show_message(msg) return False