Thread Tools Display Modes
Prev Previous Post   Next Post Next
10-31-22, 10:07 AM   #1
Mayron
A Frostmaul Preserver
 
Mayron's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 275
AddOn Updater API not working and need help

EDIT: Solved the problem by switching to Postman instead of via terminal.

I'm trying to use the same curl commands I've used many times in the past but now they are failing. I tried regenerating the API token and that didn't solve the problem.

I have uploaded the WoW retail version of my addon using the site instead of the API, but I don't think I can use that same approach for the Wrath Classic and Classic Era versions (please correct me if I'm wrong as I wish I could do this).

This is the command I'm using in command prompt on windows:

Code:
curl -H "x-api-token: <my-api-token>" -F "id=12345" -F "version=6.7.0-wrath" -F "compatible=3.4.0" -F "[email protected]" https://api.wowinterface.com/addons/update
and I get this error:

curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.

Also, on a side note, I would love to delete the Burning Crusade Classic version so users can't download those old files. Blizzard removed the ability to play this version of WoW so it makes no sense to keep it and only confuses users.

AddOn URL: https://www.wowinterface.com/downloa...-MayronUI.html


I have the files ready to be uploaded but I can't. I could give the field temporarily to a mod to do it for me if it's a hard fix. Hope to hear back soon ty

Last edited by Mayron : 10-31-22 at 10:28 AM.
  Reply With Quote
 

WoWInterface » Site Forums » Site help, bugs, suggestions/questions » AddOn Updater API not working and need help


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off