Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
H
hivemind
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 43
    • Issues 43
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 8
    • Merge Requests 8
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • hive
  • hivemind
  • Issues
  • #110

Closed
Open
Opened Nov 20, 2020 by Pawel Maniora@pmanioraDeveloper

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 Dec 11, 2020 by Dan Notestein
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: hive/hivemind#110