[SDK Manager] 1.7.3.9053: Failed to get client token

Hi,

Since I updated the SDK Manager to 1.7.3.9053 I’m no longer able to login using the SDK Manager. The login on the nvidia website went fine and I verified my email address several times now, but the SDK Manager always returns with “Failed to get client token”.

I’m also unable to provide a log file because the log file is now stored in a SQLite 3.x database:

$ ls -lan
drwxrwxr-x  6 1000 1000    4096 Apr 12 09:41 .
drwx-----x 73 1000 1000   24576 Apr 12 08:10 ..
drwxrwxr-x  2 1000 1000    4096 Apr 11 14:31 dist
drwxr-xr-x  6 1000 1000    4096 Mär 10  2021 logs
drwxrwxr-x  2 1000 1000    4096 Mär 10  2021 replays
-rw-rw-r--  1 1000 1000  528343 Sep  2  2020 sdkm-2020-09-01-18-04-46.log
-rw-rw-r--  1 1000 1000 1223326 Sep  3  2020 sdkm-2020-09-03-10-31-12.log
-rw-rw-r--  1 1000 1000 1264873 Sep  3  2020 sdkm-2020-09-03-13-18-22.log
-rw-rw-r--  1 1000 1000    9706 Sep  8  2020 sdkm-2020-09-08-12-00-01.log
-rw-rw-r--  1 1000 1000    9071 Okt  8  2020 sdkm-2020-10-08-12-00-01.log
-rw-rw-r--  1 1000 1000     168 Apr 12 09:41 .sdkm.bashrc
-rw-rw-r--  1 1000 1000 1441792 Apr 12 09:41 sdkm.db
-rw-rw-r--  1 1000 1000  606208 Nov  3  2020 sdkm.db.2020-11-03_13-01-41.bak
-rw-rw-r--  1 1000 1000 1019904 Mär 10  2021 sdkm.db.2021-03-10_15-13-00.bak
-rw-rw-r--  1 1000 1000 1441792 Apr 11 14:31 sdkm.db.2022-04-11_14-32-24.bak
drwxrwxr-x  2 1000 1000    4096 Nov  3  2020 .updater

And when I try to “Export Debug logs” I only get outdated log files:

Any ideas either howto

  1. get the correct log files?
  2. get the SDK manager to get the client token?

Thanks!

According to wireshark the token has been served to the SDK Manager:

What is wrong with the supplied token?

Thanks in advanced for any hints.

There is enough disk space, right?
Could you please remove ~/.nvsdkm and then try again?

It turns out that my modification of /usr/lib/os-release was wrong:
Instead of

VERSION_ID="18.04"

as mentioned in Sdkmanager - Linux - No available releases for linuxmint19 the VERSION_ID must be without double quotes:

VERSION_ID=18.04

This way I can successfully login in SDK Manager and download stuff.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.