@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?