phpmyadmin / website

phpMyAdmin's website generator
https://www.phpmyadmin.net/
46 stars 100 forks source link

Daily Snapshots Cannot Be Downloaded #180

Open jweaver0312 opened 1 month ago

jweaver0312 commented 1 month ago

As an example when going to https://files.phpmyadmin.net/snapshots/phpMyAdmin-6.0%2bsnapshot-english.tar.gz

404 Not Found Code: NoSuchKey BucketName: download-object RequestId: tx000003e0388153ba9199f-00670599b3-69b37d9-prg HostId: 69b37d9-prg-eu-1

williamdes commented 1 month ago

Duplicate of #166

williamdes commented 1 month ago

The link you provided works fine for me

jweaver0312 commented 1 month ago

Not a duplicate since as explained I already accounted for escaping the + sign by using %2B

Still does not work on my end and says Not Found.

Connected to a different network and was able to get it to download, only thing now is the snapshot doesn’t match the date shown on the website for latest snapshot.

williamdes commented 1 month ago

One question: what software do you use to download it ?

curl -v https://files.phpmyadmin.net/snapshots/phpMyAdmin-6.0%2bsnapshot-english.tar.gz -> 200

jweaver0312 commented 1 month ago

I am generally using a web browser to download such as Chrome, Firefox, but do use curl command line when I'm having issue grabbing it that way.

williamdes commented 2 weeks ago

I am generally using a web browser to download such as Chrome, Firefox, but do use curl command line when I'm having issue grabbing it that way.

I fixed the website URLs to download the files, it should work better if you are using a browser