Sebastjan Trepca

Results 15 comments of Sebastjan Trepca

This is due to how Powershell handles double-quotes: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_quoting_rules?view=powershell-7.2

you'll need to file an issue with PowerShell to fix that, that's how they handle if double/single quotes are mixed

Tried running with: `chia wallet coins split -a 0.1` ``` Exception from 'wallet' 'NoneType' object has no attribute 'startswith': Traceback (most recent call last): File "/Users/trepca/dev/chia-blockchain/chia/cmds/cmds_util.py", line 86, in get_any_service_client...

any idea if this breaks tools that rely on parsing our logs, like chiadog?

A more long term solution might be to add support in Chia Dog to parse `DEBUG` log level entries too. That way it doesn't affect it if this repo changes...

happening to me too on `MacOS 10.14.6` (PARI installed using `homebrew`). Have enabled `parisizemax` in .gprc but didn't help.