NVIDIAGameWorks / Streamline

Streamline Integration Framework
Other
377 stars 79 forks source link

Some packages in external can not be downloaded. #39

Closed wsyOverflow closed 3 months ago

wsyOverflow commented 3 months ago

In version 2.4.0, I can only download part of packages by running "setup.bat" and terminate with the following error. image.

The below packages can be downloaded successfully. image

jake-nv commented 3 months ago

I just tried a fresh clone and setup and packman pulled all the packages without issue. It may have just been a transient issue and you need to try again.

wsyOverflow commented 3 months ago

I tried many times with and without proxy and got same error. I got the download link by print the url in python of packman, and I also can not open the link. http://d4i3qtqj3r0z5.cloudfront.net/nrd%40v4.3.5-B-windows-x86_64.7z image

But some links which can be download successfully can be accessed.

In addition, I reset to 2.2.1 version, I can access to nrd package by the printed url. https://d4i3qtqj3r0z5.cloudfront.net/nrd%40v4.2.1-windows-x86_64.7z

jake-nv commented 3 months ago

Any chance you’re in Mainland China (I noticed the 简体字 in your screenshot ☺️)? If so, could you try through VPN? I wonder if CloudFlare is blocking your IP from accessing that one URL for some reason….

wsyOverflow commented 3 months ago

Any chance you’re in Mainland China (I noticed the 简体字 in your screenshot ☺️)? If so, could you try through VPN? I wonder if CloudFlare is blocking your IP from accessing that one URL for some reason….

Thank you for your response. Indeed, I am in mainland China, but I have tried using VPN nodes from many regions, and I encounter the same issue when accessing the URL. Additionally, when running "setup.bat" without a VPN, I get connection errors. With a VPN, I encounter a "raise ValueError("check_hostname requires server_hostname")" error.

wsyOverflow commented 3 months ago

I attempted to package NRD myself from “https://github.com/NVIDIAGameWorks/RayTracingDenoiser”, using version 4.3.5, and then placed it in the corresponding directory. After a series of operations, I can now successfully package the Streamline SDK and successfully run the Streamline sample.

jake-nv commented 3 months ago

That works too. I was going to suggest disabling NRD; unless that’s what you planned to use, in that case you should use the “native” NRD SDK because the SL plugin is going to be deprecated.

wsyOverflow commented 3 months ago

Thanks for your response in this issue.

jake-nv commented 3 months ago

I’ve contacted the NRD team to try and find out what/if they uploaded that package differently. We need to avoid this in the future.