jeremy lee
jeremy lee
i had this issue as well but.. it has to do with using a different version of a php plugin. what fixed it for me was `sudo add-apt-repository -y ppa:ondrej/php`...
i know in some qt wallets.. you can set a default change address. setting that in piwallet DB should alleviate the issue. so you will have a new user basically...
I think i may be missing the issue. but if this is due to receiving the error `Cannot read property length of undefined` it is more likely due 1. the...
> File "_**censored**_", line 197, in _get_response raise JSONRPCException({ bitcoinrpc.authproxy.JSONRPCException: -342: non-JSON HTTP response with '401 Unauthorized' from server it looks like the daemon or wallet you are trying to...
The problem comes from the requests module and sending multiple requests at a time. It doesn't have enough time to fully process the request before you are sending another request....