grrttedwards / wow-addon-updater

Python utility for updating World of Warcraft addons
GNU General Public License v3.0
71 stars 14 forks source link

addon updates on wowinterface.com not detected #143

Closed StevenSlater closed 4 years ago

StevenSlater commented 4 years ago

the topic says it all, addons configured with a wowinterface.com url seem to have quietly stopped updating (a few months ago). maybe because the version number is no longer displayed on the main addon page there? no error message or anything, the updater just reports all such addons as up-to-date e.g.: https://wowinterface.com/downloads/info8814-DeadlyBossMods.html DeadlyBossMods 8.2.20 Up to date

i generally prefer wowinterface over curse for addons available on both because their downloads don't break due to cloudflare updates every couple of weeks... but if such a bug can go unnoticed for months, i might have to reconsider :(

grrttedwards commented 4 years ago

If you have other examples of addons that "quietly stopped updating" please give them.

but if such a bug can go unnoticed for months, i might have to reconsider :(

Not sure what you mean by this, it's not really a bug. The download button on the DeadlyBossMods page gives you version 8.2.20.zip. The maintainers of DeadlyBossMods need to use wowinterface correctly.

StevenSlater commented 4 years ago

i see... it actually looks like there's something wonky about the way DBM is hosted on wowinterface.com:

so i guess the updater does everything right, it's the wowinterface maintainers of DBM who are to blame... thanks & sorry for the bother.

grrttedwards commented 4 years ago

Yeah, I would honestly love to fix this if it were a predictable problem, but they just don’t use wow interface correctly 🤦

Maybe try opening an issue on their github, they are pretty active there.

Thanks!