#known 2017-10-26

2017-10-26 UTC
[kevinmarks], [miklb], [eddie], j12t, [jeremycherfas] and jeremycherfas joined the channel
#
jeremycherfas
For what it is worth, my Known is version 0.9.9 Build 2017091201 IndiePub version ).2 hosted on a Dreamhost VPS to which I have made no changes.
j12t, mapkyca, martin4, jeremycherfas, seekr, tantek and [manton] joined the channel
#
jeremycherfas
The IndiePub plugin is supposedly deprecated, in core. But with that plugin disabled, there are no endpoints visible. Am I missing something?
#
jeremycherfas
@manton: Possible breakthrough. For the firswt time. OSX app has responded with Micropub API settings have been updated. Will now try to post.
#
jeremycherfas
No dice! Error sending post.
#
jeremycherfas
Ah, OK. I now understand about the plugin being deprecated. It is still a plugin, but is now part of the Idno plugins. Got it.
[eddie] joined the channel
#
mapkyca
not really deprecated, but nobody has had much time to do much dev on it so it's probably suffered from bitrot...
#
Loqi
mapkyca: [cleverdevil] left you a message 1 week, 1 day ago: thanks for letting me know, I went ahead and created an issue here - https://github.com/idno/Known/issues/1924 ... happy to provide any additional info!
#
jeremycherfas
mapkyca I have been trying to sort out the problem of posting from the micro.blog app to Known. The hard part is, it works for some people, but not for me.
#
jeremycherfas
I have also had difficulty in the past importing a downloaded RSS backup. If there were a guaranteed way of backing up and restoring I would be prepared to attempt a fresh install from the public zip.
#
mapkyca
You could try the later builds for import export, and failing data would always be interesting to see. Re microblog, it's probably a connection issue. Hard to debug unless we can get curl output or something from microblog
#
mapkyca
but like i said, not really done much dev so it's probably not kept track of api changes
#
jeremycherfas
Quill is still OK though.
#
mapkyca
likely some quirk between your install/server setup and mb then...
#
mapkyca
if, as you say, others are having no problems posting the same things
#
jeremycherfas
I think some are having problems and others are not.
#
mapkyca
need more data then .. :/
#
mapkyca
willing to bet there's something in the response/not in the response which your server is spitting out, that others aren't, but that quill is quietly handling/ignoring
#
jeremycherfas
I cannot see anything in my logs.
#
jeremycherfas
Would it show there?
#
jeremycherfas
As for import/export, I didn't get much interest when I last mentioned it. :(
#
mapkyca
if it's in server response, no. It'll be in the result that mb gets back from the api calls. Can you install a version of MB yourself? I can't recall if it's installable. If you can if you can replicate the fault on that then you could compare the response from your known and a working one elsewhere
#
mapkyca
or if you can replicate with just straight curl
#
mapkyca
basically you're looking for a difference to the response between working/not working for the same requests
#
jeremycherfas
I don't think one can install micro.blog. But I have suggested to manton that looking at CURL might supply answers.
badtuple and [cleverdevil] joined the channel
#
[cleverdevil]
I’m just boarding my flight home, but when I’m up in the air with WiFi I’ll try and reconnect here and see if I can help.
#
jeremycherfas
Thanks cleverdevil
#
[cleverdevil]
Sure thing!
[markmhendrickso joined the channel
#
jeremycherfas
mapkyca I have access to phpadmin and could export my Known database. Could I then reimport if necessary?
#
[cleverdevil]
Okay so I’m delayed in departure sitting at the gate. I can help out for a bit but only from my phone.
#
[cleverdevil]
It sounds like Quill works, but not Micro.blog. Is that right?
#
jeremycherfas
That is right.
#
[cleverdevil]
One common thing I’ve seen that can cause problems is a mismatch between http and https or a prefix mismatch (www.domain.com vs domain.com).
#
jeremycherfas
Known is at stream.jeremycherfas.net and both stream and jeremycherfas.nt have Let's Encrypt.
#
[cleverdevil]
Are you certain that you’re supplying the proper full URL to Micro.blog and that Known reports the same URL back and forth?
[keithjgrant] joined the channel
#
[cleverdevil]
It appears that you are allowing both HTTP and HTTPS.
#
jeremycherfas
I'm supplying https://stream.jeremycherfas.net/ to micro.blog. DSo you think I should try /profile?
#
[cleverdevil]
I’m wondering if you should try bare HTTP?
#
[cleverdevil]
Maybe Known is reporting the non-SSL endpoint to Micro.blog or something.
#
jeremycherfas
I thought I had changed the htaccess. Maybe I haven't
#
[cleverdevil]
Yeah forcing SSL would be wise.
#
jeremycherfas
Let me try that first. Maybe I only did it for jeremycherfas.net, not for the sub-domain.
#
[cleverdevil]
Cool. Let me know what you find! I’m limited to what I can easily do from my phone until we take off. Once I’m up in the air I can pull out my laptop and be a little more useful ?
#
jeremycherfas
I don't want to disturb your flight!
#
[cleverdevil]
Not a big deal. Happy to help.
#
jeremycherfas
But I reckon fixing forcing SSL is probably worth doing anyway.
#
jeremycherfas
Will this do it:
#
jeremycherfas
RewriteCond %{HTTPS} off
#
jeremycherfas
Looks like that worked.
#
jeremycherfas
Will try micro.blog again.
#
[cleverdevil]
Cool. I have something slightly different but if it works roll with it.
#
[cleverdevil]
It’s hard for me to copy/paste from iOS terminal app to here ?
#
jeremycherfas
I can believe it.
#
jeremycherfas
OK, that didn't work. Will try shifting the end point to /profile.
#
[cleverdevil]
Can’t hurt to try!
#
jeremycherfas
Still no dice. I may as well record what I tried and then give up again.
#
jeremycherfas
Oh no, one more thing to try /profile/jeremy I am a single user, but it can't hurt.
#
jeremycherfas
As I feared ...
#
[cleverdevil]
One other thing I’d consider is setting up a totally fresh install just for testing purposes on the same VPS under a different sub domain.
#
[cleverdevil]
If it works, then it’s something specific to that one Known install.
#
[cleverdevil]
If it doesn’t then it may be something to do with the VPS configuration.
#
jeremycherfas
Yup. I had thought of that, although I was also a bit worried about how to export and re-import my DB. The last time I tried that it would not work at all.
#
jeremycherfas
I asked ^^^ if I can use export import from phpmyadmin to do that. Could I?
#
[cleverdevil]
I wouldn’t bother with export and import.
#
[cleverdevil]
Just set up a totally fresh and blank Known instance.
#
jeremycherfas
Yes, but if it works, what then? I don't want to lose the old contents.
#
[cleverdevil]
If it works, then we can talk about how to get your data moved, or you can just point the working install to the old database and see if that makes things work.
#
[cleverdevil]
MySQL dump and reload is pretty easy. I can help with that if needed later.
#
jeremycherfas
Ah, right. Just edit the config.ini?
#
jeremycherfas
Well, it is getting pretty late here, so I'll maybe save that for tomorrow.
#
jeremycherfas
Eliminating possibilities is also extremely useful. Thanks for your help. Safe travels.
#
[cleverdevil]
Cool. No worries. We will get you working eventually! ?
#
jeremycherfas
Cleverdevil++ For help and advice.
#
Loqi
cleverdevil has 8 karma in this channel (54 overall)
[eddie] and j12t joined the channel