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

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

  1. strotee

    strotee MDL Member

    Jan 30, 2011
    231
    207
    10
    #5581 strotee, Dec 7, 2023
    Last edited: Dec 9, 2023
  2. oxygen

    oxygen MDL Novice

    Jan 19, 2008
    32
    3
    0
    Hey, I'm having the same problems with these errors when starting the download script from uupdump.net
    for a while now, though it worked fine sometime ago.
    I tried to disable firewall and AV, and also my VPN but i still have this same errors.
    Is there a solution or is there something else i should consider?

    BTW.
    I found this site osdump.com, which I think is not an "official" uupdump site, though their download script are almost identical except that they direct to osdump.com instead of uupdump.net and I also found that the "CustomAppsList.txt" is not included and uses "files\depends_win.ps1" instead of "files\get_aria2.ps1"...

    any suggestions or advice are welcome :)
     
  3. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,084
    4,363
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. oxygen

    oxygen MDL Novice

    Jan 19, 2008
    32
    3
    0
    Well, I tried the UUP Dump app and errors still occurs with the downloaded zip.
    This doesn't solve the problem.
     
  5. oxygen

    oxygen MDL Novice

    Jan 19, 2008
    32
    3
    0
    upload_2023-12-17_17-26-48.png

    This is the problem i encounter?
    Ideas?
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    AV interfering?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. oxygen

    oxygen MDL Novice

    Jan 19, 2008
    32
    3
    0
    Hey thanx for reply,
    I've tried to turn off firewall and AV and also VPN, without success.
    The thing is I didn't have this problem before, it's been latetly for aprox 1-1,5 month now.
     
  8. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,476
    2,578
    60
    same here... can manually download files from uupdump.net, but can not retrieve files via script... either from uupdump or script obtained from adguard, yet

    ... no issues (so far) via uupdump.com ????

    mind you only did one test since you posted the info
     
  9. oxygen

    oxygen MDL Novice

    Jan 19, 2008
    32
    3
    0
    when i couldn't connect to uupdump.net some time ago (offline) i found osdump.com back then. Now that uupdump.net is online I've downloaded the same "Windows" versions from both sites and compared them, links etc that are in the scripts. They are almost identical and the one from osdump.com works fine but I'm not sure if i could trust it.

    If you check it maybe you'll get some clue?
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    just downloaded 23h2 11 no issues
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    #5592 abbodi1406, Dec 18, 2023
    Last edited: Dec 19, 2023
    @oxygen
    Edit uup_download_windows.cmd with notepad
    search and replace all occurrences of
    Code:
    "%aria2%"
    to
    Code:
    "%aria2%" --async-dns=false
    save and run the script
     
  13. oxygen

    oxygen MDL Novice

    Jan 19, 2008
    32
    3
    0
    Thanx I will try this when I get home from work.
    :)
     
  14. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,076
    10,298
    270
    Not that I have any problems, but do you think it is a problem with DNS tandem requests? And why only now?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,476
    2,578
    60
    #5595 drew84, Dec 18, 2023
    Last edited: Dec 18, 2023
    did as instructed / suggested (above)... store apps came down, no errors... uup files however, failed (errored out) in every case
    went back to script and this time (instead of only the first) changed / replaced every instance of "%aria2%" ... and lo and behold, everything works :D :thumbsup:
    (albeit the creation of the installation media seem markedly slower, this time around)

    Edit: added info... using latest canary builds to download newly released canary builds... now only if I could get the UUP Server to behave as well
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    @oxygen
    thanks for verifying

    it seems aria2 bug or behavior, combined with some "circumstances" (uupdump.net is cloudflare'd)
    i suggested the change to the website author

    p.s. out of curiosity, do you set custom DNS address? which if any?
     
  17. oxygen

    oxygen MDL Novice

    Jan 19, 2008
    32
    3
    0
    I don't think so, at least nothing I've changed manually.
    Though I use VPN, but when I couldn't make the script work i turned off VPN, AV and Firewall :) but still it didn't work.

    Could it be perhaps because the Firefox settings "Enable secure DNS using:" with "Default Protection"??
    This is a default setting nothing I've changed myself :)
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Firefox doesn't affect system connection settings :)

    like i said, it's aria2 issue
    --async-dns=false seems the only workaround