现有连接被远程主机强行关闭 [BigChainDB]
An existing connection was forcibly closed by the remote host [BigChainDB]
我在使用 bigchaindb 时遇到这个错误
我正在关注这个文档:
https://docs.bigchaindb.com/projects/py-driver/en/master/usage.html
我在输入这一行时遇到了这个错误,
sent_creation_tx = bdb.transactions.send_commit(fulfilled_creation_tx)
之前的一切都正常。
不知道如何进行下一步
这取决于 "remote host" 是什么。
您要将 fulfilled_creation_tx
发送到哪里?到本地机器 (localhost) 上的 BigchainDB 节点?到 BigchainDB 测试网?别的地方?该问题的答案将决定您的 "BigchainDB Root URL"。这是一个帮助您确定 BigchainDB 根 URL 的页面:http://docs.bigchaindb.com/projects/py-driver/en/latest/connect.html
我在使用 bigchaindb 时遇到这个错误
我正在关注这个文档: https://docs.bigchaindb.com/projects/py-driver/en/master/usage.html
我在输入这一行时遇到了这个错误,
sent_creation_tx = bdb.transactions.send_commit(fulfilled_creation_tx)
之前的一切都正常。 不知道如何进行下一步
这取决于 "remote host" 是什么。
您要将 fulfilled_creation_tx
发送到哪里?到本地机器 (localhost) 上的 BigchainDB 节点?到 BigchainDB 测试网?别的地方?该问题的答案将决定您的 "BigchainDB Root URL"。这是一个帮助您确定 BigchainDB 根 URL 的页面:http://docs.bigchaindb.com/projects/py-driver/en/latest/connect.html