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
From sdk 0.4 to 0.6, there was a change to c2pa.sign_ps256 which causes this error if not addressed:
"bad parameter: Other TypeError('ECPrivateKey.sign() takes 2 positional arguments but 3 were given')"
Parameters to that function changed. It used to take a file path and now it expects the PEM cert string. Since they are both strings, it's confusing. It's more flexible not depending on file I/O.
From sdk 0.4 to 0.6, there was a change to
c2pa.sign_ps256
which causes this error if not addressed:Parameters to that function changed. It used to take a file path and now it expects the PEM cert string. Since they are both strings, it's confusing. It's more flexible not depending on file I/O.
From Discord.
The text was updated successfully, but these errors were encountered: