首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >testrpc抛出错误“这尚未实现”

testrpc抛出错误“这尚未实现”
EN

Ethereum用户
提问于 2016-11-21 16:30:24
回答 1查看 132关注 0票数 1

我正在使用testrpc和块菌来构建一个测试本地区块链。当我运行“松露测试”时,我得到了异常。

你能帮帮我吗。

谢谢,

代码语言:javascript
复制
ERROR:jsonrpc.manager:API Exception: {'message': 'This has not yet been implemented', 'args': ('This has not yet been implemented',), 'type': 'NotImplementedError'} 
Traceback (most recent call last):
  File "/home/sarath/.local/lib/python2.7/site-packages/jsonrpc/manager.py", line 108, in _get_responses
    result = method(*request.args, **request.kwargs)
  File "/home/sarath/.local/lib/python2.7/site-packages/testrpc/server.py", line 33, in inner
    return rpc_fn(*args, **kwargs)
  File "/home/sarath/.local/lib/python2.7/site-packages/testrpc/testrpc.py", line 158, in eth_newBlockFilter
    raise NotImplementedError("This has not yet been implemented")
NotImplementedError: This has not yet been implemented
EN

回答 1

Ethereum用户

回答已采纳

发布于 2016-11-21 18:56:11

看起来你在使用。松露被设计用于与NodeJs testrpc一起工作。

你需要做的是:

pip uninstall eth-testrpc

npm install -g ethereumjs-testrpc

票数 0
EN
页面原文内容由Ethereum提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://ethereum.stackexchange.com/questions/10186

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档