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

problems getting feed/ feed_entries #3622

Open
donteatyellowsno opened this issue Mar 4, 2020 · 0 comments
Open

problems getting feed/ feed_entries #3622

donteatyellowsno opened this issue Mar 4, 2020 · 0 comments

Comments

@donteatyellowsno
Copy link

from what I understand from the API documentation i should be able to get the feed just like its possible to get the blog from either condenser API or follow_api using this command
curl -s --data '{"jsonrpc":"2.0", "method":"follow_api.get_feed_entries", "params":{"account":"steemit","start_entry_id":0,"limit":1}, "id":1}' https://api.steemit.com
or from a node other than steemit.
however I am getting an error message from both APIs. From condenser API i get
{"jsonrpc":"2.0","error":{"code":-32003,"message":"Assert Exception:_follow_api: follow_api_plugin not enabled.","data":{"code":10,"name":"assert_exception","message":"Assert Exception","stack":[{"context":{"level":"error","file":"condenser_api.cpp","line":1785,"method":"get_feed","hostname":"","timestamp":"2020-03-04T15:57:07"},"format":"_follow_api: follow_api_plugin not enabled.","data":{}}]}},"id":1}
while from follow_api i get
{"jsonrpc":"2.0","error":{"code":-32601,"message":"Method not found","data":"follow_api.get_feed"},"id":1}
get_blog API on the other hand works

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

1 participant