EOSIO-cleos wallet create命令抛出错误“无效的内容长度响应”

时间:2018-07-15 13:44:31

标签: eos

根据EOSIO Docs,我运行了cleos wallet create命令来创建我的第一个default钱包。但是,它会引发以下错误。

3401237ms thread-0 main.cpp:2756 main ] Failed with error: Assert Exception (10) response_content_length >= 0: Invalid content-length response

1 个答案:

答案 0 :(得分:0)

经过few github个问题之后,我发现对config.ini进行以下更改将解决此错误。

配置文件位置:/tmp/eosio/config和文件:config.ini,属性http-validate-host应该从1(true)更改为0(false ),如下所示:

http-validate-host=0