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

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

  1. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    @Paul Mercer
    pt-PT and pt-BR locale update for 1.5.0.

    Thnks!
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. perceivedelusion

    perceivedelusion MDL Member

    Mar 10, 2010
    141
    16
    10
    Am I the only person not smart enough to gain access to the UUP Dump website. I times out and says 'Non-reachable.'
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,084
    4,363
    90
    reuploaded with updated lang files: pt-br, pt-pt, zh-cn
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. perceivedelusion

    perceivedelusion MDL Member

    Mar 10, 2010
    141
    16
    10
    at Paul Mercer,
    If I continue not gaining access to UUP Dump, I saw your sight as an alternate for UUP files. I noticed you upgrading it, is there anything I should know about accessing/using it in an idiot proof way?
    I can't even spell UUP.

    THANKS
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. 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...
  6. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    260
    160
    10
    @luzea , uupdump website speaks ERR_CONNECTION_TIMED_OUT now.

    I use uupdump local server too, but I wish website work well.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. perceivedelusion

    perceivedelusion MDL Member

    Mar 10, 2010
    141
    16
    10
    I wish someone could fix UUPDump. It takes at least 30 seconds to time out.
    Paul Mercer just said his local server could easily take 10 minutes or more to give results
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,084
    4,363
    90
    Lol I never said anything like that, you can add any build in less than a 30 secs
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. perceivedelusion

    perceivedelusion MDL Member

    Mar 10, 2010
    141
    16
    10
    It was kinda-like that,
    Post 5154
    " ...~40 builds from Windows Update in ~10 minutes, ..."

    You didn't use the word "easily", I did. Bad use of an artistic license.
    I forgot to thank you for the instructions on the way to do it.
    Thank You.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    take 10 minutes to bring builds information and finish the fetching process.
    Then you can use the Local Server the same way you used the website that is now offline.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. perceivedelusion

    perceivedelusion MDL Member

    Mar 10, 2010
    141
    16
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. overclockthesun

    overclockthesun MDL Novice

    Nov 11, 2017
    2
    0
    0
    Is it just me or is UUP site down since the last few days?
     
  13. W_fantasma

    W_fantasma MDL Senior Member

    Apr 10, 2012
    335
    277
    10
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. bouloss

    bouloss MDL Junior Member

    Jan 12, 2008
    82
    30
    0
    i'm new to the uupdump server after i run update.cmd and when i try run.cmd i received this message
    Parse error: syntax error, unexpected 'private' (T_PRIVATE), expecting variable (T_VARIABLE) in C:\Users\sa****\Desktop\dev-server-master\dev-server-master\src\api\shared\cache.php on line 22
     
  15. 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...
  16. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,084
    4,363
    90
    #5157 Paul Mercer, Sep 17, 2023
    Last edited: Sep 17, 2023
    I was thinking how to speed up builds auto fetch with uupdump-get-fileinfo+packs.cmd script
    first run might be too long for new users, so it's better to fetch fileinfo only

    how it works now:
    1. run packsgen.php first to get packs - new users are not affected because database is epmty, but useful if WU is unstable and packs weren't generated previously
    2. run fetchdetect.php to get fileinfo and packs for that build - very long operation, new builds should be processed one by one


    so, here's the plan:
    1. run packsgen.php first to get packs - new users are not affected because database is epmty
    2. run fetchupd.php to get fileinfo only - this step should be much faster, you can see a lot of builds in DB after a minute or so
    3. run packsgen.php again to get packs - all stuff from the 2nd step will be generated (5-7 minutes), but you can close it and generate metadata manually on the website with one click

    second run of uupdump-get-fileinfo+packs.cmd:
    1. run packsgen.php first to get packs - if user closed the window then all packs will be regenerated at this step
    2. run fetchupd.php to get fileinfo only - fast check of new builds if MSFT released something new

    I think it would be better for new users but the trade off is overall it's faster to get fileinfo+packs at the same time in 7-10 minutes with fetchdetect.php
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Maybe just uupdump-get-fileinfo.cmd to detect builds, then the user generate metadata manually on demand for his chosen build
    and uupdump-generate-packs.cmd to generate metadata for all builds in database
     
  18. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,084
    4,363
    90
    users want all in one solution because they're lost in 3 scripts :p

    uploaded v1.5.1 with changes above for now
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,938
    450
    Actually that can be in that GUI cmd we discussed when this all started, where you can setup the server with the desired UUP packages?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...