From af2fa8ea7a0e8055fe240d3824fa105292c81016 Mon Sep 17 00:00:00 2001 From: Joschka Braun Date: Thu, 4 May 2023 14:18:29 +0200 Subject: [PATCH] :bug: fix: improve error message --- src/apis/jina_cloud.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apis/jina_cloud.py b/src/apis/jina_cloud.py index 3255ebc..8628ae4 100644 --- a/src/apis/jina_cloud.py +++ b/src/apis/jina_cloud.py @@ -166,7 +166,8 @@ def deploy_on_jcloud(executor_name, microservice_path): raise SystemExit(f''' Looks like something went wrong in the generation and we didn't catch it. Please, create an issue here: https://github.com/jina-ai/gptdeploy/issues/new/choose -And add details on the microservice you are trying to create. +nd add details on the microservice you are trying to create. +In the meantime, you can upgrade your GPT Deploy version, if not using latest, and try again. ''') from e if i == 2: raise Exception('''