grrttedwards / wow-addon-updater

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

Curse -> Raid Invite Classic throws error #145

Closed Kiraan75 closed 4 years ago

Kiraan75 commented 4 years ago

"Failed to find addon version number for game version: GameVersion.classic, https://www.curseforge.com/wow/addons/raid-invite-classic"

From many curse-addons (which install / update correctly) only THIS one throws the above mentioned error. "pipenv update" done several times. Did I do something wrong?

addon-updater.log

grrttedwards commented 4 years ago

You’re doing everything right! And great details in the issue, thank you!

The problem here is that that addon only has a “beta” release on Curse. The updater can only find addons that are a full “release” channel version. Sorry about that one.

I’ve considered what it would take to support beta releases, and at the time it didn’t seem worth the trouble. So hopefully the author of that addon can publish a full release version soon.

Kiraan75 commented 4 years ago

Hi Garrett,Oh I see, that's absolutely ok! Thanks for your investigation and quick response :-)Best regards,René--Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail gesendet.Am 30.05.20, 13:48 schrieb Garrett Edwards notifications@github.com:

You’re doing everything right! And great details in the issue, thank you! The problem here is that that addon only has a “beta” release on Curse. The updater can only find addons that are a full “release” channel version. Sorry about that one. I’ve considered what it would take to support beta releases, and at the time it didn’t seem worth the trouble. So hopefully the author of that addon can publish a full release version soon. —You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.

grrttedwards commented 4 years ago

Hi, opened #149 for tracking this