[DISCUSSION] UUP dump - download Windows 10/11 UUPs with ease

Discussion in 'MDL Projects and Applications' started by Enthousiast, Sep 2, 2017.

  1. awuctl

    awuctl MDL Member

    Jun 6, 2020
    118
    436
    10
    luzea doesn't make these changes.
    Why exactly do you need the IDs?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    262
    168
    10
    I just saw the download page known.php has an unfinished checkbox or switch, thought.

    I made a download wizard based on the download package of the website, just use these update IDs

    The way to get the update ID later, I just need to mention it in the wizard's readme file.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    768
    560
    30
    This has probably already been asked before, but has something changed lately on uupdump?
    When choosing the latest public release build, only Windows 11 builds are listed. I was trying to get the latest 19044 public build.
    Likewise, there is no x86 Windows 10 build listed as latest public release.

    One can manually choose 19044.1949 build from the list, but this is (afaik) release preview, not public.
    Is this something on MS end or is it me looking in the wrong place?

    Cheers.
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,813
    101,306
    340
    Or replace x86 with amd64
     
  5. awuctl

    awuctl MDL Member

    Jun 6, 2020
    118
    436
    10
    In this case, you should be using the JSON API. Not scraping the website.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. AL|EN

    AL|EN MDL Novice

    Nov 13, 2012
    13
    2
    0
    Hi,

    Does this site have any chance of being restored? Or should I start using lesser alternatives?
     
  7. AL|EN

    AL|EN MDL Novice

    Nov 13, 2012
    13
    2
    0
    The site may work but the downloaded 'download files and create iso' scripts doesn't.
     
  8. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,145
    4,489
    90
    #4352 Paul Mercer, Sep 5, 2022
    Last edited: Sep 5, 2022
    are you talking about ssl/tls handshake error? it's not UUP dump problem
    you can try to disable certificate checks in aria2 in downloaded script (add --check-certificate=false)

    if it's not the problem then you can try to run it under vpn if server's IP is banned in your country
     
  9. AL|EN

    AL|EN MDL Novice

    Nov 13, 2012
    13
    2
    0
    Workaround works, thanks. Do you know the reason for the ssl/tsl handshake error? Is this something on the user end?
     
  10. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,145
    4,489
    90
    yes, it is a client side problem
    maybe your CA certificates are outdated or some software messing with SSL/TLS (antivirus, cryptography service provider, etc.)
     
  11. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,233
    10,571
    270
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Kidades

    Kidades MDL Novice

    Dec 29, 2017
    5
    1
    0
    Is the site down? I keep getting a 504 gateway timeout.
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    55,776
    129,721
    450
    It seems to be down, yes.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,233
    10,571
    270
    It's up, currently. 504 errors are sporadic.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,001
    2,970
    150
    Yup it was up the whole day for me, when I checked.

    But I downloaded the script to download and build iso (25193.1000_amd64_it-it_professional) and it downloaded just the appx packages (around 900MB of files).

    so I downloaded the "download only" script and it's working right now as expected. Maybe I did something wrong but it's the first time I see that behavior.
     
  16. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,233
    10,571
    270
    The standard script delivered with the downloader always throws errors for me. I have to use aria2c command lines that are much more conservative. Much slower, but they always work for me, on first attempt.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...