From cc2a11d07bc93e27f981562ab619be8c4635dae3 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Fri, 21 Mar 2025 07:47:26 +0100 Subject: [PATCH] moved the only two FAQ entries to Known-Issues on README --- FAQ.md | 17 ----------------- README.md | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 FAQ.md diff --git a/FAQ.md b/FAQ.md deleted file mode 100644 index 4ddd379..0000000 --- a/FAQ.md +++ /dev/null @@ -1,17 +0,0 @@ -# FAQ - -## `Failed to acquire license from (Info: - Error: The allowed time to process response has expired)` - -- Did your timezone settings are correct on fastapi-dls **and your guest**? - -- Did you download the client-token more than an hour ago? - -Please download a new client-token. The guest have to register within an hour after client-token was created. - - -## `jose.exceptions.JWTError: Signature verification failed.` - -- Did you recreated `instance.public.pem` / `instance.private.pem`? - -Then you have to download a **new** client-token on each of your guests. - diff --git a/README.md b/README.md index 83b9fc0..4f6104a 100644 --- a/README.md +++ b/README.md @@ -602,6 +602,21 @@ Logs are available in `C:\Users\Public\Documents\Nvidia\LoggingLog.NVDisplay.Con # Known Issues +## Generic + +### `Failed to acquire license from (Info: - Error: The allowed time to process response has expired)` + +- Did your timezone settings are correct on fastapi-dls **and your guest**? +- Did you download the client-token more than an hour ago? + +Please download a new client-token. The guest have to register within an hour after client-token was created. + +### `jose.exceptions.JWTError: Signature verification failed.` + +- Did you recreate `instance.public.pem` / `instance.private.pem`? + +Then you have to download a **new** client-token on each of your guests. + ## Linux ### Invalid HTTP request