View Single Post
03-19-15, 09:21 PM   #26
Niketa
A Wyrmkin Dreamwalker
 
Niketa's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2013
Posts: 54
I'm having trouble getting it to even check at all. I honestly don't know much about any of this at all, so I wouldn't be surprised if it's a silly mistake.

Here is my log:
Code:
-- Edited
I kind of messed around with changing some of the keys trying to see if that's what was messing it up, but nothing seemed to help. The last I have it is set as default values. Also I couldn't get it to do anything at first until I realized the thing about taking the "webhook" out of the url for the app. I saw you mentioned you had updated that, but I don't think it was updated in the wiki under the addon list page (which is where I found the instructions).

Anyway, I kind of left it alone for a while so I could make some changes to my addon and then came back to try again when I finished. I've tried resending the webhook several times and it still won't do anything. I see in your log it starts doing it's business but the most it's wanting to do so far is just get the addon list.

Here is my addon.js:
Code:
[
{
"path": "BusyAndAway",
"repo": "busy-and-away",
"curse": "busy-and-away",
"wowi": "22492",
"changelog": true
}
]

Last edited by Niketa : 03-19-15 at 10:43 PM.
  Reply With Quote