Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
hive
hive
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 17
    • Merge Requests 17
  • 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
  • hivehive
  • Issues
  • #8

Closed
Open
Opened Mar 18, 2020 by netuoso@netuosoDeveloper

RPC Error when querying getDiscussionsByBlog

This issue may fit with jussi better than here. Not sure what is causing the error yet.

var steem = require('steem')
steem.api.setOptions({url: 'https://api.hive.blog'})
steem.api.getDiscussionsByBlog({tag: 'netuoso', limit: 1}, (err,res)=>{console.log(err,res)}) // this works
steem.api.getDiscussionsByBlog({tag: 'lemouth-dev', limit: 1}, (err,res)=>{console.log(err,res)}) // this doesn't work

We need to check getDiscussionsByBlog and figure out why the above call is erroring. The same error does not happen on https://api.steemit.com

Edited Mar 18, 2020 by netuoso
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: hive/hive#8