-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use syndication targets on Known #152
Comments
I think it's related to idno/known#2001 I think @EdwardHinkle knows a quick workaround, so pinging. Although I wonder whether I should make this work .. I think the iOS version can handle it. |
Gotcha, I will see if Eddie has a workaround. Thanks! |
@voss could you try the following:
Change:
to
I've checked the latest master version, to give you more context where to look:
The change needs to happen in the 'config' case block, not underneath (Indigenous does not call 'syndicate-to' anymore anyway. That should fix it. The spec also says it should be an array, so I'd rather see an update in the future in Known instead of having to add code in indigenous for this. |
That worked @swentel. Thanks a lot! I'll make an effort to submit a change to core Known for this during the week. |
ok awesome, I'm going to close this then |
In reference to IndiePass/indiepass-android#152 Indigenous was throwing errors when using known as it expects syndication targets to be an array, and not string. I changed this on my own instance of known 0.9.9-a (build = 2018101001) and Indigenous can now read the syndication targets correctly. I also checked using Quill, and Aperture, where the syndication targets also work.
fixing syndication target for micropub clients per: IndiePass/indiepass-android#152 (comment)
I'm using latest indigenous release with Known (0.9.9-a). I have a number of syndication targets setup: github, flickr, mastodon, twitter. I used to be able to syndicate to those, but maybe around 1+ month ago (I don't recall precisely), the checkboxes disappeared, and when I try create a piece of content, I get the following error message in a toast:
"Error parsing syndication targets: Value github::access_token at 0 of type java.lang.String cannot be converted to JSONObject"
To check whether it is an issue with the syndication targets, I tried loading up Quill, which shows the syndication targets just fine:
Can I provide you with any details that can help verify if this is an Indigenous issue, or not?
The text was updated successfully, but these errors were encountered: