-
Notifications
You must be signed in to change notification settings - Fork 17
Server error "got an unexpected keyword argument 'basic_logging'" #38
Comments
The jsonrpcserver dependency was updated in August and the upgrade removed logging. You can roll back to jsonrpcserver 4.2 and web3-gear will work. |
Thank you @nftpaper that did fix it! I'm gonna leave the issue open until a fix for this change has been implemented. This is a nice workaround for now tho |
Was having the same issue; swapping to jsonrpcserver 4.2 also fixed the 'basic_logging error' on my end. However, I'm still having an issue trying to run a contract migration through truffle on the testnet. It seems to start the migration, but then it fails at a certain point; during a request for 'eth_gasPrice' with the error 'Method not found'. <-- {"jsonrpc": "2.0", "result": "0x9fa30f", "id": 13} |
@nbodtorf you need to add a gasPrice coefficient to your truffle-config.js file. example:
|
@nftpaper That fixed it. Thanks so much. |
Hey @nbodtorf can you share what version of Truffle you were using? I'm also getting "Method not found" but for
|
Server process:
Truffle logs
The text was updated successfully, but these errors were encountered: