I am having difficulty downloading the three files:
https://dl.winehq.org/wine/wine-appdb-*.tar.gz https://dl.winehq.org/wine/wine-bugzilla-*.tar.gz https://dl.winehq.org/wine/wine-wiki-*.xml.gz
* not part of the actual file names.
On Mon, Apr 4, 2016 at 8:20 AM, Nathan version2013@openmailbox.org wrote:
I am having difficulty downloading the three files:
https://dl.winehq.org/wine/wine-appdb-*.tar.gz https://dl.winehq.org/wine/wine-bugzilla-*.tar.gz https://dl.winehq.org/wine/wine-wiki-*.xml.gz
- not part of the actual file names.
I can confirm that, just tried https://dl.winehq.org/wine/wine-appdb-20160403.tar.gz and got 404. Cache issues?
Your getting a 404 because your 403.tar should be 404.tar
Cheers, Tom On Apr 5, 2016 2:49 AM, "Bruno Jesus" 00cpxxx@gmail.com wrote:
On Mon, Apr 4, 2016 at 8:20 AM, Nathan version2013@openmailbox.org wrote:
I am having difficulty downloading the three files:
https://dl.winehq.org/wine/wine-appdb-*.tar.gz https://dl.winehq.org/wine/wine-bugzilla-*.tar.gz https://dl.winehq.org/wine/wine-wiki-*.xml.gz
- not part of the actual file names.
I can confirm that, just tried https://dl.winehq.org/wine/wine-appdb-20160403.tar.gz and got 404. Cache issues?
On Tue, Apr 5, 2016 at 12:36 AM, Tom Wickline twickline@gmail.com wrote:
Your getting a 404 because your 403.tar should be 404.tar
We are seeing different cache data for sure, because for me all files are *403 in the list.
On Mon, Apr 4, 2016 at 2:15 PM, Bruno Jesus 00cpxxx@gmail.com wrote:
On Tue, Apr 5, 2016 at 12:36 AM, Tom Wickline twickline@gmail.com wrote:
Your getting a 404 because your 403.tar should be 404.tar
We are seeing different cache data for sure, because for me all files are *403 in the list.
My cache is old then, 20160329
Control+R and update your browsers cache? *0404.tar.gz works here On Apr 5, 2016 3:17 AM, "Austin English" austinenglish@gmail.com wrote:
On Mon, Apr 4, 2016 at 2:15 PM, Bruno Jesus 00cpxxx@gmail.com wrote:
On Tue, Apr 5, 2016 at 12:36 AM, Tom Wickline twickline@gmail.com
wrote:
Your getting a 404 because your 403.tar should be 404.tar
We are seeing different cache data for sure, because for me all files are *403 in the list.
My cache is old then, 20160329
-- -Austin
On Mon, Apr 4, 2016 at 2:34 PM, Tom Wickline twickline@gmail.com wrote:
Control+R and update your browsers cache? *0404.tar.gz works here
On Apr 5, 2016 3:17 AM, "Austin English" austinenglish@gmail.com wrote:
On Mon, Apr 4, 2016 at 2:15 PM, Bruno Jesus 00cpxxx@gmail.com wrote:
On Tue, Apr 5, 2016 at 12:36 AM, Tom Wickline twickline@gmail.com wrote:
Your getting a 404 because your 403.tar should be 404.tar
We are seeing different cache data for sure, because for me all files are *403 in the list.
My cache is old then, 20160329
-- -Austin
Control + R worked, yes. I don't recall visiting that page previously, but who knows :p
:) On Apr 5, 2016 3:40 AM, "Austin English" austinenglish@gmail.com wrote:
On Mon, Apr 4, 2016 at 2:34 PM, Tom Wickline twickline@gmail.com wrote:
Control+R and update your browsers cache? *0404.tar.gz works here
On Apr 5, 2016 3:17 AM, "Austin English" austinenglish@gmail.com
wrote:
On Mon, Apr 4, 2016 at 2:15 PM, Bruno Jesus 00cpxxx@gmail.com wrote:
On Tue, Apr 5, 2016 at 12:36 AM, Tom Wickline twickline@gmail.com wrote:
Your getting a 404 because your 403.tar should be 404.tar
We are seeing different cache data for sure, because for me all files are *403 in the list.
My cache is old then, 20160329
-- -Austin
Control + R worked, yes. I don't recall visiting that page previously, but who knows :p
-- -Austin
On 04.04.2016 21:34, Tom Wickline wrote:
Control+R and update your browsers cache? *0404.tar.gz works here
The problem has nothing to do with the browser cache, its the CDN cache which currently is set to a cache time of one month to workaround issues with high traffic. This also affected the WineHQ packages, see: https://bugs.winehq.org/show_bug.cgi?id=40346
Jeremy Newman (added as CC) will have to add more exceptions for files and directory listings which change frequently. As a workaround, a random argument like "?xyz" can be added to URL to fetch the latest version.
On 04.04.2016 21:40, Sebastian Lackner wrote:
On 04.04.2016 21:34, Tom Wickline wrote:
Control+R and update your browsers cache? *0404.tar.gz works here
The problem has nothing to do with the browser cache, its the CDN cache which currently is set to a cache time of one month to workaround issues with high traffic. This also affected the WineHQ packages, see: https://bugs.winehq.org/show_bug.cgi?id=40346
Jeremy Newman (added as CC) will have to add more exceptions for files and directory listings which change frequently. As a workaround, a random argument like "?xyz" can be added to URL to fetch the latest version.
Another affected URL is https://dl.winehq.org/wine/source/1.9/, which does not list the download for 1.9.7 yet, although the file exists.
I've added 1 hour cache expirations to the following paths:
<LocationMatch ^/wine/$> <LocationMatch ^/wine/source/$> <LocationMatch ^/wine/source/[0-9]+.[0-9]+/$>
-N
On 04/04/2016 02:44 PM, Sebastian Lackner wrote:
On 04.04.2016 21:40, Sebastian Lackner wrote:
On 04.04.2016 21:34, Tom Wickline wrote:
Control+R and update your browsers cache? *0404.tar.gz works here
The problem has nothing to do with the browser cache, its the CDN cache which currently is set to a cache time of one month to workaround issues with high traffic. This also affected the WineHQ packages, see: https://bugs.winehq.org/show_bug.cgi?id=40346
Jeremy Newman (added as CC) will have to add more exceptions for files and directory listings which change frequently. As a workaround, a random argument like "?xyz" can be added to URL to fetch the latest version.
Another affected URL is https://dl.winehq.org/wine/source/1.9/, which does not list the download for 1.9.7 yet, although the file exists.