Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to set version, fails to download with manual inclusion of version... #16

Open
RitchieTheBrit opened this issue Jun 7, 2018 · 1 comment

Comments

@RitchieTheBrit
Copy link

Windows 10, up to date, 64bit, confirmed PowerShell is intalled.

Long story short, it doesn't download scraper.exe. I tried to echo scraperVersion, the variable is empty.

I added a SET command on scraperVersion at line 160 and manually inputted the correct version. I echo'd the scraperURL after line 172 and verified it through my browser. The download fails with the following error...

Exception calling "DownloadFile" with "2" argument(s): "The request was aborted: Could not create SSL/TLS secure
channel."
At line:1 char:1
+ (New-Object System.Net.WebClient).DownloadFile('https://github.com/ss ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : WebException

ERROR: Unable to download the scraper. Exiting...
@RitchieTheBrit
Copy link
Author

It should be noted that when the entire ScraperEXE section is commented out, it works fine. Output from a further modified file (shows modification of variable and echos corrected url)...

ERROR: The system was unable to find the specified registry key or value.
Can't get OS's language. English will be used.
scraperVersion=
Downloading sselph scraper , please wait...

scraperURL=https://github.com/sselph/scraper/releases/download//scraper_windows_amd64.zip
Setting manual version...

C:\Users\Ben Robson\Desktop\retropie\roms>set scraperVersion=v1.4.5

C:\Users\Ben Robson\Desktop\retropie\roms>set scraperURL=https://github.com/sselph/scraper/releases/download/v1.4.5/scraper_windows_amd64.zip

C:\Users\Ben Robson\Desktop\retropie\roms>echo off
Exception calling "DownloadFile" with "2" argument(s): "The request was aborted: Could not create SSL/TLS secure
channel."
At line:1 char:1
+ (New-Object System.Net.WebClient).DownloadFile('https://github.com/ss ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : WebException

ERROR: Unable to download the scraper. Exiting...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant