"POST /auth/v1/origin HTTP/1.1" 500 Internal Server Error #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Setup method: Docker
Host(Proxmox) Driver: 525.60.12
Guest(Ubuntu 22.04) Driver: 525.60.13
Guest Timezone: Pacific/Auckland
When restarting the nvidia-gridd service after generating a client token, I get an error: "POST /auth/v1/origin HTTP/1.1" 500 Internal Server Error
Client token command:
docker-compose.yml
nvidia-gridd log:
fastapi-dls log:
Well, I managed to fix it myself..
Once I figured out how to log request bodies (I'm not a python guy by any means)
I found that the request from my guest machine included some invalid JSON, this was caused by some bad handling of IPv6 mac addresses?
I disabled ipv6 on my system and everything started working
Hi @libreshare thx for your feedback. I added a note to README that IPv6 maybe has to disabled on the fastapi-dls host machine.
I'll work on IPv6 support in a future release.
I just ran into this. IPv6 can be disabled on the client machine using
Then
systemctl restart nvidia-gridd.service
and everything works as expected.