pkill -SIGUSR2 -l Emacs
https://stackoverflow.com/a/48161577
1 PHP Notice: Undefined index: kind in /var/www/html/wp-content/plugins/indieweb-post-kinds/includes/class-kind-metabox.php on line 43
1754 PHP Notice: Undefined index: name in /var/www/html/wp-content/plugins/indieweb-post-kinds/views/kind-checkin.php on line 12
21 PHP Notice: Undefined index: type in /var/www/html/wp-content/plugins/indieweb-post-kinds/includes/class-kind-plugins.php on line 117
21 PHP Notice: Undefined index: type in /var/www/html/wp-content/plugins/indieweb-post-kinds/includes/parse-this/includes/functions.php on line 11
166 PHP Notice: Undefined index: url in /var/www/html/wp-content/plugins/indieweb-post-kinds/views/kind-rsvp.php on line 11
Created child theme https://dougbeal@github.com/dougbeal/iw26-child.git
support in wp micropub: https://github.com/indieweb/wordpress-micropub/issues/190
https://indieweb.org/micropub_media_endpoint#Query_the_last_thing_uploaded
[09-Mar-2019 23:59:14 UTC] PHP Notice: Array to string conversion in /var/www/html/wp-content/plugins/syndication-links/includes/class-syn-meta.php on line 146
[09-Mar-2019 23:59:14 UTC] PHP Notice: Array to string conversion in /var/www/html/wp-content/plugins/syndication-links/includes/class-syn-meta.php on line 446
‘authEndpoint’,*
‘tokenEndpoint’,*
‘syndicateTo’,*
Context
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map
page.js:5013 (anonymous function)
_browser2.default.runtime.sendMessage({
action: ‘focus-window’,
payload: {
pageEntry: pageEntry,
selectedEntry: selectedEntry
}
});
Several localStorage fail to remove
1. Omnibear log into https://dougbeal.com with Bridgy Publish plugin activbe
2. Omnibear log out
3. disable Bridgy Publish
4. Omnibear log in
5. Successful bridgy github syndication
I was disabling the obsolete WordPress plugin Bridgy Publish, since the functionality is now in Syndication Links. The github target name was bridgy-publish_github and now is github-bridgy. After disabling the plugin I logged out/in with Omnibear to https://dougbeal.com. The log shows just the new syndication targets:
[
{
uid: bridgy-publish_twitter
name: Twitter via Bridgy Publish
},
{
uid: bridgy-publish_flickr
name: Flickr via Bridgy Publish
},
{
uid: bridgy-publish_github
name: Github via Bridgy Publish
},
]
Sending a reply gives a Status 400 error:
{
message: Error sending request
status: 400
data: h=entry&in-reply-to=https%3A%2F%2Fgithub.com%2Fdougbeal%2Fdocker-dougbeal.com%2Fissues%2F7&content=Fixed%20by%20https%3A%2F%2Fgithub.com%2Findieweb%2Findiewebify-me%2Fissues%2F75%0A%F0%9F%8E%89&category%5B%5D=docker-dougbeal.com&category%5B%5D=github&category%5B%5D=h-card&mp-slug=fixed-by-https-githubcom-indieweb-indiewebify&mp-syndicate-to%5B%5D=bridgy-publish_github&mp-syndicate-to%5B%5D=github-bridgy
method: post
url: https://dougbeal.com/wp-json/micropub/1.0/endpoint
headers: {
Accept: application/json, text/plain, */*
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
}
}
due to Omnibear sending both the old and new targets.
π