Debian/Ubuntu Link broken

Issue #1003 invalid
Ralph t (ralphte) created an issue

The following link is broken https://bitbucket.org/jsuto/piler/downloads/piler_1.3.5~bionic-f2e4cb1_amd64.deb. What is interesting is this link will work on firefox but not on chrome or wget I tried from multiple different systems. The most likely cause is URL escaping with the “~” Tilde character in the name.

Comments (3)

  1. Janos SUTO repo owner

    I think it’s not a broken link, and it works properly with wget as well (not only firefox):

    $ wget https://bitbucket.org/jsuto/piler/downloads/piler_1.3.5~bionic-f2e4cb1_amd64.deb
    --2019-08-02 15:36:44--  https://bitbucket.org/jsuto/piler/downloads/piler_1.3.5~bionic-f2e4cb1_amd64.deb
    Resolving bitbucket.org (bitbucket.org)... 18.205.93.2, 18.205.93.0, 18.205.93.1, ...
    Connecting to bitbucket.org (bitbucket.org)|18.205.93.2|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://bbuseruploads.s3.amazonaws.com/c959de6f-ef1a-434c-84a2-4f75aec606dc/downloads/18264563-d1e1-4992-822e-0c2dc07dee16/piler_1.3.5%7Ebionic-f2e4cb1_amd64.deb?Signature=U5X8ps2DQla6QMw6Tn%2BSUkWS1IQ%3D&Expires=1564754807&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=wEM9cM04mQ0rZQPgwC.Lw54R9wiIEFR3&response-content-disposition=attachment%3B%20filename%3D%22piler_1.3.5%257Ebionic-f2e4cb1_amd64.deb%22 [following]
    --2019-08-02 15:36:47--  https://bbuseruploads.s3.amazonaws.com/c959de6f-ef1a-434c-84a2-4f75aec606dc/downloads/18264563-d1e1-4992-822e-0c2dc07dee16/piler_1.3.5%7Ebionic-f2e4cb1_amd64.deb?Signature=U5X8ps2DQla6QMw6Tn%2BSUkWS1IQ%3D&Expires=1564754807&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=wEM9cM04mQ0rZQPgwC.Lw54R9wiIEFR3&response-content-disposition=attachment%3B%20filename%3D%22piler_1.3.5%257Ebionic-f2e4cb1_amd64.deb%22
    Resolving bbuseruploads.s3.amazonaws.com (bbuseruploads.s3.amazonaws.com)... 52.216.184.27
    Connecting to bbuseruploads.s3.amazonaws.com (bbuseruploads.s3.amazonaws.com)|52.216.184.27|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 3248026 (3.1M) [application/x-octet-stream]
    Saving to: piler_1.3.5~bionic-f2e4cb1_amd64.deb
    
    piler_1.3.5~bionic-f2e4cb1_amd64.deb            100%[=====================================================================================================>]   3.10M   432KB/s    in 12s     
    
    2019-08-02 15:37:02 (255 KB/s) - piler_1.3.5~bionic-f2e4cb1_amd64.deb saved [3248026/3248026]
    
    $ ls piler_1.3.5~bionic-f2e4cb1_amd64.deb 
    -rw-r--r-- 1 sj sj 3248026 Apr 21 19:31 piler_1.3.5~bionic-f2e4cb1_amd64.deb
    

    Anyway, just counted packages with tilde (~) for fun on Ubuntu:

    dpkg -l|grep -c '~'
    168
    
  2. Ralph t (ralphte) reporter

    I did some more testing last night as well. narrowed it down to a DNS issue with S3. The link does work but for anyone else who has this issue DNS is most likely the cause.

  3. Log in to comment