cos-python-sdk
cos-python-sdk copied to clipboard
character mapping must return integer, None or unicode
如果我添加一行
self._secret_key = str(self._secret_key)
这个错误会消失。
但是出现新的错误是:
'ascii' codec can't decode byte 0xe7 in position 2: ordinal not in range(128)