coinbase-commerce-python icon indicating copy to clipboard operation
coinbase-commerce-python copied to clipboard

Python 3 encoding utf-8

Open percevaq opened this issue 5 years ago • 0 comments

Error: File "/usr/local/lib/python3.6/dist-packages/coinbase_commerce/webhook.py", line 34, in _compute_signature mac = hmac.new(secret.encode('utf-8'), │ AttributeError: 'bool' object has no attribute 'encode'

percevaq avatar Dec 19 '20 01:12 percevaq