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
Fixed edge case where ecid may start with 0x when saving blobs to TSS Saver.
java.lang.NumberFormatException: For input string: "0x162431234501E" under radix 16
at java.base/java.lang.NumberFormatException.forInputString(Unknown Source)
at java.base/java.lang.Long.parseLong(Unknown Source)
at [email protected]/airsquared.blobsaver.app.TSS.saveBlobsTSSSaver(Unknown Source)
at [email protected]/airsquared.blobsaver.app.TSS.call(Unknown Source)
...
Co-authored-by: airsquared <[email protected]>
0 commit comments