Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

addon will not install #11

Open
inverimus opened this issue Aug 28, 2019 · 9 comments
Open

addon will not install #11

inverimus opened this issue Aug 28, 2019 · 9 comments
Labels
wontfix This will not be worked on

Comments

@inverimus
Copy link

Found an addon that won't install and I don't see any obvious reason why.

https://www.wowinterface.com/downloads/info24980-QuestLogEx.html

@antiwinter
Copy link
Owner

antiwinter commented Aug 29, 2019

  1. Have you tried to install other addons from wowinterface? Are they all failing or only this QuestLogEx is failing?
  2. What is the error log that wowa gives when installing

@antiwinter
Copy link
Owner

antiwinter commented Aug 29, 2019

In some areas of the world, downloading from wowinterface is protected by CDN providers. I am still looking for a solution for this.

@inverimus
Copy link
Author

Every other addon I have tried from wowinterface has worked. This one just says not available.

@antiwinter
Copy link
Owner

This cannot be easily fixed. I am currently using the mmo API instead of scraping wowinterface web page. This issue is because of those two do not match. But I don't want to use scraping at this moment.

There should be very few addons the API and web site cannot match.

@antiwinter antiwinter added the wontfix This will not be worked on label Sep 1, 2019
@ghost
Copy link

ghost commented Sep 7, 2019

I have experienced the same and I am in the US so I don't think it is caused by CDN rejection for oversea access.

I have not looked into the code, but I feel it might because the classic mode is enabled. Having --anyway flag enabled does solve the problem. This flag is hidden from the documentation.

$ wowa add https://www.curseforge.com/wow/addons/bug-grabber

Installing addon...

  ↓ bug-grabber [curse] not availabe [skipped]

0 addons installed
✨  done in 2s.

However, trying to find it with the search feature does result in 0 results.

$ wowa search bug-grabber

Nothing is found

@antiwinter
Copy link
Owner

antiwinter commented Sep 8, 2019

This isn’t the same issue. CDN or API problem only happens to wowinterface.com.

What you have experienced is that the addon you requested does not have a classic version. And --anyway means to install the retail version to the classic version game anyway.

@torkus
Copy link

torkus commented Nov 10, 2019

hi @gcaliber , "Quest Log Experience" is one of about 195 addons that are present on the wowinterface website but are not available through the wowinterface API. My guess is these addons are discontinued/obsolete/beta-only/'removed at author's request'/etc type addons, but I don't know for sure.

Addon managers that use the API (easier and reliable) rather than scraping the website (complicated and error prone) will not be able to 'see' this addon in order to install it.

I think you should raise the issue with the addon author. It may be a setting they deliberately enabled and forgot about.

@torkus
Copy link

torkus commented Nov 10, 2019

... and if you're curious @antiwinter , here is the complete list of these addons: wowi-missing.json.txt

@antiwinter
Copy link
Owner

hi @torkus , you've done much more detailed research on this.

I checked the updated dates from your data, the newest one from the missing list was updated on 2019-10-02. While the oldest one from API database was on 2006-01-09. So discontinued/obsolete seems not to be the only/true reason why they are not presented in the API database.

And I guess the addon authors also don't know why they're not listed in the API database or they don't even know there is an API database... 😅

So if we really want a place to report the issue I think it should be minion.gg

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants