mirror of
https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
synced 2025-08-26 22:47:00 +08:00
Compare commits
5 Commits
5c1f225603
...
7137dc3514
Author | SHA1 | Date | |
---|---|---|---|
|
7137dc3514 | ||
|
c3dbc043b3 | ||
|
666a07507e | ||
|
76272af36f | ||
|
cc2a11d07b |
17
FAQ.md
17
FAQ.md
@ -1,17 +0,0 @@
|
|||||||
# FAQ
|
|
||||||
|
|
||||||
## `Failed to acquire license from <ip> (Info: <license> - 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.
|
|
||||||
|
|
26
README.md
26
README.md
@ -2,10 +2,11 @@
|
|||||||
|
|
||||||
Minimal Delegated License Service (DLS).
|
Minimal Delegated License Service (DLS).
|
||||||
|
|
||||||
|
> [!note]
|
||||||
> Compatibility tested with official NLS 2.0.1, 2.1.0, 3.1.0, 3.3.1, 3.4.0. For Driver compatibility
|
> Compatibility tested with official NLS 2.0.1, 2.1.0, 3.1.0, 3.3.1, 3.4.0. For Driver compatibility
|
||||||
see [compatibility matrix](#vgpu-software-compatibility-matrix).
|
> see [compatibility matrix](#vgpu-software-compatibility-matrix).
|
||||||
|
|
||||||
> **18.x Drivers are not yet supported!**
|
> [!warning] 18.x Drivers are not yet supported!
|
||||||
> Drivers are only supported until **17.x releases**.
|
> Drivers are only supported until **17.x releases**.
|
||||||
|
|
||||||
This service can be used without internet connection.
|
This service can be used without internet connection.
|
||||||
@ -332,14 +333,14 @@ Packages are available here:
|
|||||||
|
|
||||||
- [GitLab-Registry](https://git.collinwebdesigns.de/oscar.krause/fastapi-dls/-/packages)
|
- [GitLab-Registry](https://git.collinwebdesigns.de/oscar.krause/fastapi-dls/-/packages)
|
||||||
|
|
||||||
Successful tested with:
|
Successful tested with (**LTS Version**):
|
||||||
|
|
||||||
- **Debian 12 (Bookworm)** (EOL: June 06, 2026)
|
- **Debian 12 (Bookworm)** (EOL: June 06, 2026)
|
||||||
- *Ubuntu 22.10 (Kinetic Kudu)* (EOL: July 20, 2023)
|
- *Ubuntu 22.10 (Kinetic Kudu)* (EOL: July 20, 2023)
|
||||||
- *Ubuntu 23.04 (Lunar Lobster)* (EOL: January 2024)
|
- *Ubuntu 23.04 (Lunar Lobster)* (EOL: January 2024)
|
||||||
- *Ubuntu 23.10 (Mantic Minotaur)* (EOL: July 2024)
|
- *Ubuntu 23.10 (Mantic Minotaur)* (EOL: July 2024)
|
||||||
- **Ubuntu 24.04 (Noble Numbat)** (EOL: April 2036)
|
- **Ubuntu 24.04 (Noble Numbat)** (EOL: Apr 2029)
|
||||||
- *Ubuntu 24.10 (Oracular Oriole)* (EOL: tba.)
|
- *Ubuntu 24.10 (Oracular Oriole)* (EOL: Jul 2025)
|
||||||
|
|
||||||
Not working with:
|
Not working with:
|
||||||
|
|
||||||
@ -602,6 +603,21 @@ Logs are available in `C:\Users\Public\Documents\Nvidia\LoggingLog.NVDisplay.Con
|
|||||||
|
|
||||||
# Known Issues
|
# Known Issues
|
||||||
|
|
||||||
|
## Generic
|
||||||
|
|
||||||
|
### `Failed to acquire license from <ip> (Info: <license> - 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
|
## Linux
|
||||||
|
|
||||||
### Invalid HTTP request
|
### Invalid HTTP request
|
||||||
|
Loading…
x
Reference in New Issue
Block a user