@EddieHinkle Iām writing and posting this from Indigenous. If youāre seeing this all went well. Trouble is I canāt figure out how to subscribe to things. Can you help?
@EddieHinkle Iām writing and posting this from Indigenous. If youāre seeing this all went well. Trouble is I canāt figure out how to subscribe to things. Can you help?
@christopherchelpka Yay! Great to hear that it worked!! As far as subscribing, Iām actually working on that for the next release. Right now, you have to subscribe from your Microsub server (which is a big pain and often makes me not subscribe to stuff I would have otherwise lol)
@EddieHinkle Iām using @aaronpkās Aperture. But Iām not sure how to subscribe there either...
@aaronpk Thanks! Once a new source is added, does it take some time to appear in Indigenous? Or am I missing another step?
@christopherchelpka Underneath the source (in Aperture) it should say it has [x] items. If it has more than 0 items underneath the source, it should be showing up in Indigenous.
@EddieHinkle OK. I see that. I added two different feeds, and itās showing: ā2 Sourcesā, but itās still not working. They are not showing up in Together (@cleverdevil) either, so I wonder if Iām doing something wrong on the server side. Thanks for the help!
@EddieHinkle I shouldāve said it is showing ā2 sourcesā under the channel, and ā25 entriesā and ā10 entriesā respectively under the two sources I added. So I think Iām meeting the requirement.
@christopherchelpka Hmmm thatās strange! If itās not showing up in together either, Monocle has pretty good debugging capabilities. https://monocle.p3k.io/ so hopefully that will detect if there are any configuration issues. Try that and let me know your results š
@EddieHinkle I got an error loading the channels and the endpoint returned a response. Should I post it? Any privacy concerns doing that? Also, I put the HTML from Aperture into my footer. Maybe I shouldāve put it somewhere else?
@EddieHinkle This is what Iām getting: { "code": 403, "header": "HTTP/1.1 403 Forbidden\r\nServer: nginx/1.14.0\r\nContent-Type: application/json\r\nTransfer-Encoding: chunked\r\nConnection: keep-alive\r\nX-Powered-By: PHP/7.2.7-1+ubuntu16.04.1+deb.sury.org+1\r\nCache-Control: no-cache, private\r\nDate: Wed, 28 Nov 2018 21:21:38 GMT", "body": { "error": "invaliduser", "errordescription": "This token was issued to a different user", "debug": { "expected": "christopherchelpka.com", "fromtoken": "www.christopherchelpka.com" } }, "error": "", "errordescription": "", "url": "aperture.p3k.io/microsub/...", "debug": "HTTP/1.1 403 Forbidden\r\nServer: nginx/1.14.0\r\nContent-Type: application/json\r\nTransfer-Encoding: chunked\r\nConnection: keep-alive\r\nX-Powered-By: PHP/7.2.7-1+ubuntu16.04.1+deb.sury.org+1\r\nCache-Control: no-cache, private\r\nDate: Wed, 28 Nov 2018 21:21:38 GMT\r\n\r\n{\"error\":\"invaliduser\",\"errordescription\":\"This token was issued to a different user\",\"debug\":{\"expected\":\"https:\/\/christopherchelpka.com\/\",\"from_token\":\"http:\/\/www.christopherchelpka.com\/\"}}", "headers": { "Server": "nginx/1.14.0", "Content-Type": "application/json", "Transfer-Encoding": "chunked", "Connection": "keep-alive", "X-Powered-By": "PHP/7.2.7-1+ubuntu16.04.1+deb.sury.org+1", "Cache-Control": "no-cache, private", "Date": "Wed, 28 Nov 2018 21:21:38 GMT" }, "rels": [] }
@christopherchelpka Ohhhh, I see whatās going on. There is a mis-match with your url. One has the straight domain and one has www. It seems the token from your endpoint is returning www but youāre logging in with your plain domain. Maybe try logging into Monocle with www. prefixed onto your domain and see what happens?
@EddieHinkle No deal. š { "code": 403, "header": "HTTP/1.1 403 Forbidden\r\nServer: nginx/1.14.0\r\nContent-Type: application/json\r\nTransfer-Encoding: chunked\r\nConnection: keep-alive\r\nX-Powered-By: PHP/7.2.7-1+ubuntu16.04.1+deb.sury.org+1\r\nCache-Control: no-cache, private\r\nDate: Wed, 28 Nov 2018 21:56:07 GMT", "body": { "error": "invaliduser", "errordescription": "This token was issued to a different user", "debug": { "expected": "christopherchelpka.com", "fromtoken": "www.christopherchelpka.com" } }, "error": "", "errordescription": "", "url": "aperture.p3k.io/microsub/...", "debug": "HTTP/1.1 403 Forbidden\r\nServer: nginx/1.14.0\r\nContent-Type: application/json\r\nTransfer-Encoding: chunked\r\nConnection: keep-alive\r\nX-Powered-By: PHP/7.2.7-1+ubuntu16.04.1+deb.sury.org+1\r\nCache-Control: no-cache, private\r\nDate: Wed, 28 Nov 2018 21:56:07 GMT\r\n\r\n{\"error\":\"invaliduser\",\"errordescription\":\"This token was issued to a different user\",\"debug\":{\"expected\":\"https:\/\/christopherchelpka.com\/\",\"from_token\":\"http:\/\/www.christopherchelpka.com\/\"}}", "headers": { "Server": "nginx/1.14.0", "Content-Type": "application/json", "Transfer-Encoding": "chunked", "Connection": "keep-alive", "X-Powered-By": "PHP/7.2.7-1+ubuntu16.04.1+deb.sury.org+1", "Cache-Control": "no-cache, private", "Date": "Wed, 28 Nov 2018 21:56:07 GMT" }, "rels": [] }
@christopherchelpka Sorry it's not super obvious. Go into a channel in Aperture, then click "New Source" and you can enter a URL to subscribe to.
@christopherchelpka Ohhh hmm must be something in the Aperture configuration having the wrong url then maybe. @aaronpk any suggestions on how to fix this?