Loqimblaney: snarfed left you a message 9 hours, 13 minutes ago: sorry for the trouble! yeah, if you don't send Accept-Encoding, that actually means you're ok with any encoding, including gzip. https://tools.ietf.org/html/rfc7231#section-5.3.4
Loqimblaney: snarfed left you a message 9 hours, 12 minutes ago: looks like you have to send something like Accept-Encoding: identity to disable it...but that doesn't work here either. (i don't control this serving path; google does.) i'll see what i can do.
mblaneyit would be good to know why my reply didn't show up on your post linked to above, I haven't implemented enough to think that it should work but it would help to find what I should fix first.
snarfedmblaney: yes! mastodon returned 202 to bridgy fed's activitypub post instead of 201, which means it accepted but won't display it. i'll go back through notes to find out why exactly.
calumryan!tell barryf fixed the rsvps that weren’t showing on https://hwclondon.co.uk/meetups/20171018 Looks like the script behind this was trying to handle non-rsvp webmentions that threw the error
Loqi[barryf]: calumryan left you a message 3 hours, 10 minutes ago: fixed the rsvps that weren’t showing on https://hwclondon.co.uk/meetups/20171018 Looks like the script behind this was trying to handle non-rsvp webmentions that threw the error
jeremych_, eli_oat, John__, calumryan, snarfed and [kevinmarks] joined the channel
[eddie]aaronpk: Almost there, but a bit confused. Wondering if you have an easy direction to point me in. I think I have all the indieauth code right, I tried to make it function as closely to the login functions as possible while working with different databases.
[eddie]That makes sense ? And it makes sense that I haven't run into this before because typically I'm writing from scratch so I follow the spec with a closer eye. haha
tbbrown, [kevinmarks], snarfed, snarfed1 and [miklb] joined the channel
[miklb]for me. I do see snarfed in the search. Maybe I don’t have it properly wired up. I have pfefferle’s pubsubhubbub plugin, an atom feed & I configured the nginx conf
[eddie]aaronpk: I have my micropub endpoint and token in the Compass now. Watching my server for a micropub request but haven't seen anything yet. I see the trip on my server (the pink colored section?)
sknebel[miklb]: when I try to access the webfinger thing the url I get redirected to seems wrong, but I'm not 100% sure what it's supposed to be. guess you'll have to ask snarfed to help debug
[eddie]how long does it typically take for compass to process and send a trip to the server. Since I've never done this before, I'm not sure if I have all the job process stuff set up correctly.
[eddie]aaronpk: Ohhh gotcha. All that's showing up in the log since I've started the artisan queue is: [2017-10-17 16:05:11] lumen.INFO: Got a trip record
[eddie]!tell aaronpk: When you get a chance later today (no rush) here's a gist that contains some errors that appeared while running php artisan queue:listen
sknebel(already filed an issue complaining about a specific sentence, but I'll have to think up a friendly way of "I have no idea what a request can and can't look like after reading this" for another one)
aaronpki don't think i've run this in 7 yet. not sure if there was a lot of changes related to namespacing between 5 and 7 but I didn't think there was
[eddie]gotcha. Well that helps I can try using these errors and look through PHP 7 changes and see if that can shed some light on stuff. If so, I'll make a new branch for php7 with any changes I need to make to get things working on my system and that will provide a starting base when you need to head that way.
sknebelyeah. in my implementation I basically have a list of properties I can't handle in duplicate, and then just run a function over all of them that pulls the first entry out and complains if there are more than that
GWGsnarfed: I concurrently added 4 lines to Simple Location that takes the timezone parameter the Micropub plugin now passes, if present, and uses it to change the displayed timezone to the right one.
Loqi[Gargron] >an Atom feed with activitystream data
Just an Atom feed will do too, but it needs to contain a link to a Pubsubhubbub hub
>webfinger support
Yes. Link to Atom feed, link to profile, link to salmon, magic key
>an XRD at .well-known/host-...