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

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

  1. 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 :)
     
  2. 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.
     
  3. 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?
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    55,776
    129,722
    450
    AV interfering?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. 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.
     
  6. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,482
    2,591
    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
     
  7. 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?
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    55,776
    129,722
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Jingzin

    Jingzin MDL Addicted

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

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,813
    101,310
    340
    #5591 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
     
  11. oxygen

    oxygen MDL Novice

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

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,233
    10,571
    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...
  13. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,482
    2,591
    60
    #5594 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
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,813
    101,310
    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?
     
  15. 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 :)
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,813
    101,310
    340
    Firefox doesn't affect system connection settings :)

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

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,233
    10,571
    270
    Interesting. Maybe the parameter should be added to all aria2 statements in the uupdump app scripts, until this is resolved.

    Personally, I'm using unbound with upstream DNS over TLS. No issues.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...