You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file base_chain.py line 88, I suggest to change the code base64.b16decode(encoded_base, casefold=False).decode('utf-8', 'replace')
to base64.b16decode(encoded_base.upper(), casefold=False).decode('utf-8', 'replace')