NetLogo / Python-Extension

Python extension for NetLogo
26 stars 15 forks source link

py.zip download link is broken #11

Closed igornikolic closed 5 years ago

igornikolic commented 5 years ago

Hi,

When I try to download py.zip from the 0.3.0 tag, ( https://github.com/NetLogo/Python-Extension/releases ) the py.zip URL is broken.

Greetings igor

LaCuneta commented 5 years ago

Which browser and OS? I just tried in a few different browsers and they all worked okay.

This is the link it should be directing to: https://github.com/NetLogo/Python-Extension/releases/download/0.3.0/py.zip

igornikolic commented 5 years ago

Hi,

This is Firefox 64.0.2 (64-bit) on Fedora 29. The link that it sends me to is https://github-production-release-asset-2e65be.s3.amazonaws.com/149647777/ff4d4080-fec7-11e8-8d4e-42f1cd3246cb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190122%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190122T155242Z&X-Amz-Expires=300&X-Amz-Signature=3e30174f25f4477a5f66ad256f5bc10691ee4d95d13596cf69f9fa6d9f22f669&X-Amz-SignedHeaders=host&actor_id=31417557&response-content-disposition=attachment%3B%20filename%3Dpy.zip&response-content-type=application%2Foctet-stream

Trying wget :

$ wget https://github.com/NetLogo/Python-Extension/releases/download/0.3.0/py.zip --2019-01-22 16:55:44-- https://github.com/NetLogo/Python-Extension/releases/download/0.3.0/py.zip Resolving github.com (github.com)... 140.82.118.3, 140.82.118.4 Connecting to github.com (github.com)|140.82.118.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/149647777/ff4d4080-fec7-11e8-8d4e-42f1cd3246cb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190122%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190122T155545Z&X-Amz-Expires=300&X-Amz-Signature=a66dd5e3d4dc2d24a8cd243a707d315f6e7ec08aa346d4b46b4f408214b72baa&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dpy.zip&response-content-type=application%2Foctet-stream [following] --2019-01-22 16:55:45-- https://github-production-release-asset-2e65be.s3.amazonaws.com/149647777/ff4d4080-fec7-11e8-8d4e-42f1cd3246cb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190122%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190122T155545Z&X-Amz-Expires=300&X-Amz-Signature=a66dd5e3d4dc2d24a8cd243a707d315f6e7ec08aa346d4b46b4f408214b72baa&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dpy.zip&response-content-type=application%2Foctet-stream Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... failed: Name or service not known. wget: unable to resolve host address ‘github-production-release-asset-2e65be.s3.amazonaws.com’

igornikolic commented 5 years ago

This link is blocked by default settings of the openwrt's adblock blacklist. This is unpleasant, and a question why it appears on default blacklists, but this is not a Python extension issue.