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

[Bug]: TotalCommander broken Links #552

Closed
2 tasks
stemeinke opened this issue Sep 22, 2023 · 0 comments
Closed
2 tasks

[Bug]: TotalCommander broken Links #552

stemeinke opened this issue Sep 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@stemeinke
Copy link

What happened?

The returned URLs for TotalCommander are incorrect. The URI returned by the module is https://totalcommander.ch/win/tcmd111x64.exe, but it should be https://totalcommander.ch/win/tcmd1101x64.exe.
If I understood #423 correctly, the minor version in the DNS record should always be interpreted as two digits, so the leading zero is missing when creating the URI.

Version

2309.850

What PowerShell edition/s are you running Evergreen on?

Windows PowerShell

Which operating system/s are you running Evergreen on?

Windows Server 2016+

Have you reviewed the documentation?

Verbose output

$wc = New-Object net.webclient
$wc.DownloadFile("https://totalcommander.ch/win/tcmd111x64.exe","C:\temp\TotalCommander.exe")
Exception calling "DownloadFile" with "2" argument(s): "The remote server returned an error: (404) Not Found."
At line:1 char:1
+ $wc.DownloadFile("https://totalcommander.ch/win/tcmd111x64.exe","C:\t ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : WebException
@stemeinke stemeinke added the bug Something isn't working label Sep 22, 2023
aaronparker added a commit that referenced this issue Sep 22, 2023
Fix version number string when Minor value is less than 10 #552
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants