https://bugs.winehq.org/show_bug.cgi?id=40346
--- Comment #16 from Jeremy Newman jnewman@codeweavers.com --- Now I get the following error (repeats):
Requesting purge of /share/test.txt Traceback (most recent call last): File "/usr/local/bin/purge_url", line 13, in <module> api.purge_url(url_host, url_path) File "/usr/local/lib/python2.7/dist-packages/fastly/fastly.py", line 54, in purge_url resp, data = self.conn.request('PURGE', path, headers=headers) File "/usr/local/lib/python2.7/dist-packages/fastly/connection.py", line 50, in request raise InternalServerError() fastly.errors.InternalServerError
I created a file test.txt after starting the script. I created a token/AUTH_KEY in the user setup for fastly, so that should be correct. I think the URL_HOST is ftp.winehq.org to match what the origin is.
I'm going to try to run purge_url manually to see what happens. Note, I installed the fastly tools just by doing: pip install fastly