ElPumpo / TinyNvidiaUpdateChecker

Open sourced tool for keeping NVIDIA GPUs updated, featuring fully customizable driver installs for complete control, multi-GPU support, and more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[NVIDIA API intermittent issue] API returning Studio drivers when GRD is chosen

richferg opened this issue · comments

TinyNvidiaUpdateChecker v1.17.1

Arg: --debug

configFile: C:\Users\fergi\AppData\Local\Hawaii_Beach\TinyNvidiaUpdateChecker\app.config
CHECK_UPDATE: true
MINIMAL_INSTALL: true
DOWNLOAD_LOCATION: us
DRIVER_TYPE: grd

Verifying internet connection . . . OK!

Searching for Updates . . . OK!
offlineVer: 1.17.1
onlineVer:  1.17.1

Retrieving GPU information . . . OK!
gpuName:     GeForce GTX 1050 Ti
gpuId:       825
osId:        57
isNotebook:  False
downloadURL: https://us.download.nvidia.com/Windows/472.84/472.84-desktop-win10-win11-64bit-international-nsd-whql.exe
pdfURL:      https://us.download.nvidia.com/Windows/472.84/472.84-win10-win11-nsd-release-notes.pdf
releaseDate: 13/12/2021
downloadFileSize:  702 MiB
OfflineGPUVersion: 536.67
OnlineGPUVersion:  472.84
Your current GPU driver is newer than what NVIDIA reports!

Press any key to exit...

GeForce Experience reports 546.17 available. Saw issue #175 as possibly related.

Hi Rich. I can see that you have selected GRD drivers, but TNUC is showing a Studio Driver..? This is weird.

I have the same issue on my system.. NVIDIA changed the API?

No, they did not. It is returning broken results, again!

For some reason the API does not listen to the argument.. I don't know what to do about it. We already have an open issue #172 for intermittent problems with the same API..

Perhaps if we query it 4 times with delay in between before showing results?

@ZenitH-AT thoughts?

It definitely appears to be on their end. I tested again today and got the expected result.

TinyNvidiaUpdateChecker v1.17.1

Arg: --debug

configFile: C:\Users\fergi\AppData\Local\Hawaii_Beach\TinyNvidiaUpdateChecker\app.config
CHECK_UPDATE: true
MINIMAL_INSTALL: true
DOWNLOAD_LOCATION: us
DRIVER_TYPE: grd

Verifying internet connection . . . OK!

Searching for Updates . . . OK!
offlineVer: 1.17.1
onlineVer:  1.17.1

Retrieving GPU information . . . OK!
gpuName:     GeForce GTX 1050 Ti
gpuId:       825
osId:        57
isNotebook:  False
downloadURL: https://us.download.nvidia.com/Windows/546.17/546.17-desktop-win10-win11-64bit-international-dch-whql.exe
pdfURL:      https://us.download.nvidia.com/Windows/546.17/546.17-win11-win10-release-notes.pdf
releaseDate: 14/11/2023
downloadFileSize:  669 MiB
OfflineGPUVersion: 536.67
OnlineGPUVersion:  546.17
There is a new GPU driver available to download!

Well yea it's not the first time we've expereinced API issues. How does this happen...

Since it is closely related to the issue above it will be merged