christopherchelpka
christopherchelpka

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

|
Embed
Progress spinner
EddieHinkle
EddieHinkle

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

|
Embed
Progress spinner
christopherchelpka
christopherchelpka

@EddieHinkle Iā€™m using @aaronpkā€™s Aperture. But Iā€™m not sure how to subscribe there either...

|
Embed
Progress spinner
christopherchelpka
christopherchelpka

@aaronpk Thanks! Once a new source is added, does it take some time to appear in Indigenous? Or am I missing another step?

|
Embed
Progress spinner
EddieHinkle
EddieHinkle

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

|
Embed
Progress spinner
christopherchelpka
christopherchelpka

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

|
Embed
Progress spinner
christopherchelpka
christopherchelpka

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

|
Embed
Progress spinner
EddieHinkle
EddieHinkle

@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 šŸ™‚

|
Embed
Progress spinner
christopherchelpka
christopherchelpka

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

|
Embed
Progress spinner
christopherchelpka
christopherchelpka

@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": [] }

|
Embed
Progress spinner
EddieHinkle
EddieHinkle

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

|
Embed
Progress spinner
christopherchelpka
christopherchelpka

@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": [] }

|
Embed
Progress spinner
aaronpk
aaronpk

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

|
Embed
Progress spinner
EddieHinkle
EddieHinkle

@christopherchelpka Ohhh hmm must be something in the Aperture configuration having the wrong url then maybe. @aaronpk any suggestions on how to fix this?

|
Embed
Progress spinner