shipsaw / AP-Downloader

Downloader for Armstrong Powerhouse Products
MIT License
6 stars 0 forks source link

All packs showing as out of date #7

Open Slenderman7676 opened 7 months ago

Slenderman7676 commented 7 months ago

Hello once again. I've been using the latest version of your program for a while now but as of recently I logged in and the program has flagged ALL of my AP addons as out of date. I have got the latest versions of all packs since I actually logged in to AP to check the last updated dates and I also reinstalled some addons with the downloader to test if they would clear but they STILL are marked as out of date. I'm going to guess that something has changed on AP's end that is interferring with the way the downloader checks for updates. In addition to this there still seems to be issues with some products installing the wrong branding patch or not even downloading their BP at all. Please look into and fix this ASAP, thanks.

shipsaw commented 7 months ago

It seems that AP no longer provide the "Content-Length" header that I use to determine if the file has been changed. If I can't find a workaround the "determine updates" functionality may no longer be possible

Slenderman7676 commented 7 months ago

I have an idea for a workaround although it may be choppy. Essentially on login make the application render the downloads webpage and scrape the text of each pack from the rendered webpage and then check if the "updated" text is a later date than the last time you installed that pack. I'm not a software/web designer so I dunno if this would be able to work.

On Thu, 11 Apr 2024 at 02:59, Paul Kirby @.***> wrote:

It seems that AP no longer provide the "Content-Length" header that I use to determine if the file has been changed. If I can't find a workaround the "determine updates" functionality may no longer be possible

— Reply to this email directly, view it on GitHub https://github.com/shipsaw/AP-Downloader/issues/7#issuecomment-2048798907, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW33MBLF6WZFXA4GOUEHAR3Y4XVBDAVCNFSM6AAAAABGA6BINKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBYG44TQOJQG4 . You are receiving this because you authored the thread.Message ID: @.***>

Slenderman7676 commented 6 months ago

Any updates?