diff -r 4f53795beff0 -r e6848531c902 RefactoringRope/CodeAssistServer.py --- a/RefactoringRope/CodeAssistServer.py Wed Sep 21 15:30:34 2022 +0200 +++ b/RefactoringRope/CodeAssistServer.py Tue Oct 11 12:51:13 2022 +0200 @@ -503,7 +503,7 @@ """ if "Error" not in result: # ignore errors silently - location = result["Location"] + location = result.get("Location") euuid = result["Uuid"] if location: try: