This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Our first step of the new Authors Portal is Live! Learn more or click here to check it out!
When I try
curl -sdS https://wow.curseforge.com/api/projects/{my package id}/package?token={my token id}
I get
<html><head><title>Object moved</title></head><body><h2>Object moved to <a href="/error?aspxerrorpath=/api/projects/my package id/package">here</a>.</h2></body></html>
What does this mean?
What is a "package id"? You should be using your project ID, which is displayed at the top of the right sidebar on the CurseForge project's page.
Sorry, I meant the projectID.
Edit: we use this https://www.curseforge.com/forums/wow-sites/wow-sites-feedback/182992-github-and-automatic-packaging#c5 if that matters.
Which project is that? If its a WoWAce project, you may also need to call the API endpoint on the WoWAce domain, and not curseforge.
https://github.com/AdiAddons/LibPlayerSpells-1.0/blob/master/.travis.yml#L29 is how use it
I should have posted this link instead of my crazy copy/pasta fail, I'm sorry for this :(
You could see the error message on travis-ci (scroll to the bottom and click on "Deploying application" - line 345 in the log)
When I try
I get
What does this mean?
What is a "package id"? You should be using your project ID, which is displayed at the top of the right sidebar on the CurseForge project's page.
Sorry, I meant the projectID.
Edit: we use this https://www.curseforge.com/forums/wow-sites/wow-sites-feedback/182992-github-and-automatic-packaging#c5 if that matters.
Which project is that? If its a WoWAce project, you may also need to call the API endpoint on the WoWAce domain, and not curseforge.
https://github.com/AdiAddons/LibPlayerSpells-1.0/blob/master/.travis.yml#L29 is how use it
I should have posted this link instead of my crazy copy/pasta fail, I'm sorry for this :(
You could see the error message on travis-ci (scroll to the bottom and click on "Deploying application" - line 345 in the log)