Results 1 to 3 of 3

Thread: Error 503 on wget

  1. #1
    Join Date
    Jan 2022
    Beans
    4

    Error 503 on wget

    Wget worked for ~3 weeks, but now when trying to wget from certain websites I get an error 503. I haven't downloaded more than 5 files in one day from the sites in question.

    I've tried using --no-proxy and setting user-agent to no avail.

    I've also tried using cURL but it only downloads the HTML code of the download page, even using the -L tag.

    If anyone can help me get either command working I would very much appreciate it!

  2. #2
    Join Date
    Aug 2011
    Location
    52.5° N 6.4° E
    Beans
    6,826
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Error 503 on wget

    503 (Service Unavailable) is a server error. It's unrelated to any action of yours, like sending too many requests, which would give error code 429. That is, assuming that the maintainer of the server set it up to provide the appropriate status codes. It looks like there's nothing you can do about it.

  3. #3
    Join Date
    Sep 2005
    Beans
    1,596
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Error 503 on wget

    Impavidus is correct. You can try wget on a site like.... ubuntu.com and it should just download the home page - that way you can validate that your network connection is fine. But yes, impavidus is right, 503 is Service Unavailable - meaning the server is down or isn't responding to requests.
    MBA M1 - M1 8GB 256GB - macOS Monterey
    MSI GL65 - i5-10300H 16GB 512GB GTX 1650 Windows 11
    Galaxy Book Go - Snapdragon 7c Gen 2 4GB 128GB Windows 11

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •