之前沒有用過 vscode 的 virtualenv
換成虛擬環境後
永豐金api 的 Shioaji 會發生錯誤
現在連不是用虛擬環境都會發生錯誤
ValueError: The seed must be exactly 32 bytes long
請問要怎麼解決呢
代碼跟之前可以用的時候一樣沒改過
但現在就是登入不了
import Shioaji as sj
api = sj.Shioaji()
api.login("身分證", "密碼")
跑出以下錯誤
in __init__
raise exc.ValueError(
nacl.exceptions.ValueError: The seed must be exactly 32 bytes long