-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An error occurred when parsing BOC. #114
Comments
org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.Error: Refs overflow. No more refs. |
is the provided boc in base64 format correct?
java.lang.IllegalArgumentException: Illegal base64 character 20 |
An error occurs when parsing boc. The method used is the same as in the test demo. The code is as shown below. The boc returned to me by the front end is te6cckEBBAEAtgAB5YgAlD1yqVdk0qlpwQi8ulsjwDDo/YSx3APfjz1xH99JO/gDm0s7c///+Is+QLHgAAAAhJft+sw70ELop+3omnYGpNymjxbt1D0R+d vBHHALSTOnM6fJNjLnbnd5xIP/R6MQoczKp3IUqQ4aRs01zknYRBkBAgoOw8htAwIDAAAAZkIAW00HHut12f/NC/tW5Pn7E92ChiR2/Z5zNkK+oU6Tt7KYehIAAAAAAAAAAAAAAAAAAAAAN+CuKA=, is there a problem with boc or is there a problem with my parsing.
The text was updated successfully, but these errors were encountered: