timeout on bridge.get_account_posts API call

  • curl -s --data '{"jsonrpc":"2.0", "method":"bridge.get_account_posts", "params":{"account": "ace108", "observer": "stimialiti", "sort": "replies", "limit": 20}, "id":1}' http://hive-2.pl.syncad.com:8080
  • curl -s --data '{"jsonrpc":"2.0", "method":"bridge.get_account_posts", "params":{"account": "ace108", "observer": "stimialiti", "sort": "replies", "limit": 20}, "id":1}' https://api.hive.blog

results with

{
  "jsonrpc": "2.0",
  "error": {
    "code": -32000,
    "message": "Server error",
    "data": "TimeoutError: "
  },
  "id": 1
}
Edited by Dan Notestein