Skip to content
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

getUserBlogs returning invalid response for OLW #58

Open
darenm opened this issue Mar 16, 2018 · 1 comment
Open

getUserBlogs returning invalid response for OLW #58

darenm opened this issue Mar 16, 2018 · 1 comment

Comments

@darenm
Copy link

darenm commented Mar 16, 2018

Trying to add a miniblog.core blog to OLW returns the following error:

image

@adricadar
Copy link

I found the culprit.
It comes from MetaWeblogService when it tries to use get the blog name _config["blog:name"] it doesn't exist and the exception is thrown.

There are 2 possible solution to solve this:

  1. The easiest one, in the appsetings.json file, under the blog add property name.
  2. It's a guess, but I think the owner was supposed to be there, as following _config["blog:owner"]

I can make the changes, but which one is the desired one in this case? (my preference is 2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants