View Single Post
08-03-14, 01:11 PM   #1
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
404 error with WoWI Mod Uploader

Attempting to use Shadowed's WoWI Mod Uploader to cross-post ZIPs produced by the Curse packager (since you guys don't have any way to pull in libraries when packaging from Git ) fails with a 404 error:

> java WoWIUploader -curse-page "librealminfo" -api-key "*****" -ftitle "LibRealmInfo"
Username: Phanx
Password: *****
Logged into Phanx, session id aed419ddfbdd039ad75c1855de44d2a3

Loading your submitted mods...
java.io.FileNotFoundException: http://www.wowinterface.com/downloads/editfile_xml.php?do=listfiles&l
=Phanx&p=fe19d34bb9e18f43e49fce9e1a77305c
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at WoWIUploader.getUserMods(WoWIUploader.java:346)
at WoWIUploader.<init>(WoWIUploader.java:173)
at WoWIUploader.main(WoWIUploader.java:1343)
No relevant, or exact matches found for "LibRealmInfo"
I realize this tool isn't an official WoWI product, but is the XML file it's looking for supposed to be missing from that location, and if so, is it still available at some other URL?
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote