TakataSanshiro / Chocolatey-Packages

Some packages that can be installed via chocolatey.org
MIT License
15 stars 29 forks source link

Download appears to be broken #56

Closed XanderXAJ closed 4 years ago

XanderXAJ commented 4 years ago

I get the following when running cinst todoist:

Chocolatey v0.10.15
Installing the following packages:
todoist
By installing you accept licenses for the packages.
Progress: Downloading todoist 2.7.6.20190524... 100%

todoist v2.7.6.20190524 [Approved] - Likely broken for FOSS users (due to download location changes)
todoist package files install completed. Performing other installation steps.
Attempt to get headers for http://dateist.todoist.com.s3.amazonaws.com/Todoist_for_Windows_Desktop_2_7_6.exe failed.
  The remote file either doesn't exist, is unauthorized, or is forbidden for url 'http://dateist.todoist.com.s3.amazonaws.com/Todoist_for_Windows_Desktop_2_7_6.exe'. Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (403) Forbidden."
Downloading todoist
  from 'http://dateist.todoist.com.s3.amazonaws.com/Todoist_for_Windows_Desktop_2_7_6.exe'
ERROR: The remote file either doesn't exist, is unauthorized, or is forbidden for url 'http://dateist.todoist.com.s3.amazonaws.com/Todoist_for_Windows_Desktop_2_7_6.exe'. Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (403) Forbidden."
This package is likely not broken for licensed users - see https://chocolatey.org/docs/features-private-cdn.
The install of todoist was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\todoist\tools\chocolateyinstall.ps1'.
 See log for details.

Chocolatey installed 0/1 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures
 - todoist (exited 404) - Error while running 'C:\ProgramData\chocolatey\lib\todoist\tools\chocolateyinstall.ps1'.
 See log for details.

It looks like the download location might have changed: https://todoist.com/downloads/windows

Right now, for me, it looks like the download location is: https://d2092e1xll5m4f.cloudfront.net/Todoist_for_Windows_Desktop_2_7_6.exe

TakataSanshiro commented 4 years ago

@XanderXAJ Thanks for your notification. I've updated one. https://chocolatey.org/packages/todoist/2.7.6.20200217

XanderXAJ commented 4 years ago

Thank you for the very quick response!

I can confirm that cinst todoist --version 2.7.6.20200217 works.

Thank you, once again, for the fix.