python-bittrex icon indicating copy to clipboard operation
python-bittrex copied to clipboard

TypeError: Unicode-objects must be encoded before hashing

Open walter-morawa opened this issue 6 years ago • 0 comments

To avoid this error, change line 36 to:

        signature = hmac.new(self.secret.encode('utf-8'), url.encode('utf-8'), hashlib.sha512).hexdigest()

walter-morawa avatar Jul 18 '18 22:07 walter-morawa