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

Fixed broken URL for dcode.vm #1167

Closed
wants to merge 2 commits into from

Conversation

micahflack
Copy link

dcode.vm package is broken and throws error 404 when downloading installer.

ERROR: The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://www.digital-detective.net/download/download.php?downcode=ae2znu5994j1lforlh03'. Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (404) Not Found."
The install of dcode.vm was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\dcode.vm\tools\chocolateyinstall.ps1'.
 See log for details.

Following the original link in browser returns...

https://www.digital-detective.net/download/downloadbac.php?downcode=ae2znu5994j1lforlh03

...downloadbac.php?... instead of ...download.php?...

Does the command, Get-WebFIle, have problems following redirects? Hope this is helpful.

Copy link

google-cla bot commented Nov 19, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link
Member

@Ana06 Ana06 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@micahflack thanks for the PR! Both URLs work for me in the browser, but I see the error in the CI. In order to trigger the tests in this PR (so that we can see if the change fixes the issue) you need to update the package version in the nuspec as documented in our wiki:

The version needs to be increased every time you modify an existing package

@micahflack
Copy link
Author

micahflack commented Nov 22, 2024

@Ana06 thank you! I made the changes like you suggested, but it looks like my fix is not what is needed; both URLs produce the error. I tried downgrading chocolatey to 2.3.0 from the current 2.4.0 on my install of Flare - but that did not work either. I thought that maybe it could have been caused by the recent release (~a week ago, same time frame as your daily tests).

@micahflack micahflack closed this Nov 22, 2024
@micahflack micahflack deleted the package_dcode branch November 22, 2024 06:34
@Ana06
Copy link
Member

Ana06 commented Nov 22, 2024

@micahflack thanks for the research. I also think this may be related to the last release, although I don't know why it happens. This needs further investigation. Could you please open an issue with the information here so that we have it tracked and we have documented what you tested already? 😄

@micahflack
Copy link
Author

@Ana06 sure - I'll share whatever logs from choco as well

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

Successfully merging this pull request may close these issues.

2 participants