Viewing a response to: @gokulnk/re-sambillingham-re-gokulnk-re-sambillingham-tutorial-beginner-friendly-build-your-first-steem-bot-in-javascript-30minutes-20180122t145010549z
okay thanks for clarifying, it's 100% possible to send comments through code. See this broadcast function - https://github.com/code-with-sam/steem-versary-bot/blob/master/bot.js#L183 notice the operations array on line 150 - https://github.com/code-with-sam/steem-versary-bot/blob/master/bot.js#L150
author | sambillingham |
---|---|
permlink | re-gokulnk-re-sambillingham-re-gokulnk-re-sambillingham-tutorial-beginner-friendly-build-your-first-steem-bot-in-javascript-30minutes-20180122t203222385z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://github.com/code-with-sam/steem-versary-bot/blob/master/bot.js#L183","https://github.com/code-with-sam/steem-versary-bot/blob/master/bot.js#L150"],"app":"steemit/0.1"} |
created | 2018-01-22 20:32:21 |
last_update | 2018-01-22 20:32:21 |
depth | 4 |
children | 3 |
last_payout | 2018-01-29 20:32:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 301 |
author_reputation | 34,876,406,478,004 |
root_title | "TUTORIAL - Beginner friendly - Build your first steem bot in Javascript - 30minutes " |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 31,471,381 |
net_rshares | 0 |
Looks like I am having issues with all the broadcast functions. stream functions are working fine though. Let me know if we can discuss this in steemchat.
author | gokulnk |
---|---|
permlink | re-sambillingham-re-gokulnk-re-sambillingham-re-gokulnk-re-sambillingham-tutorial-beginner-friendly-build-your-first-steem-bot-in-javascript-30minutes-20180122t212403673z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-22 21:24:06 |
last_update | 2018-01-22 21:24:06 |
depth | 5 |
children | 2 |
last_payout | 2018-01-29 21:24:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 156 |
author_reputation | 17,871,219,215,380 |
root_title | "TUTORIAL - Beginner friendly - Build your first steem bot in Javascript - 30minutes " |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 31,481,196 |
net_rshares | 0 |
perhaps you are trying to do ```steem.api.broadcast()``` when it should be ```steem.broadcast()``` ? Also check you're not redefining ```steem``` anywhere? p.s post your full code as a gist!
author | sambillingham |
---|---|
permlink | re-gokulnk-re-sambillingham-re-gokulnk-re-sambillingham-re-gokulnk-re-sambillingham-tutorial-beginner-friendly-build-your-first-steem-bot-in-javascript-30minutes-20180122t212613969z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-22 21:26:15 |
last_update | 2018-01-22 21:26:15 |
depth | 6 |
children | 1 |
last_payout | 2018-01-29 21:26:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 193 |
author_reputation | 34,876,406,478,004 |
root_title | "TUTORIAL - Beginner friendly - Build your first steem bot in Javascript - 30minutes " |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 31,481,639 |
net_rshares | 0 |
For ACCOUNT_WIF I was using the actual password and not the posting key. After changing that it is working well. Since it was WIF related issue other calls were working and only those where WIF was involved were throwing the error. I wish the message was little more verbose. It could have saved me a lot of time :P Thanks for your inputs.
author | gokulnk |
---|---|
permlink | re-sambillingham-re-gokulnk-re-sambillingham-re-gokulnk-re-sambillingham-re-gokulnk-re-sambillingham-tutorial-beginner-friendly-build-your-first-steem-bot-in-javascript-30minutes-20180123t133118141z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-23 13:31:21 |
last_update | 2018-01-23 13:31:21 |
depth | 7 |
children | 0 |
last_payout | 2018-01-30 13:31:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 342 |
author_reputation | 17,871,219,215,380 |
root_title | "TUTORIAL - Beginner friendly - Build your first steem bot in Javascript - 30minutes " |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 31,649,721 |
net_rshares | 0 |