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
However, the OCSRequester treats the output as a JSON and it breaks.
I believe that some methods return XML regardless of the format=json parameter on the request, and the library should probably be robust enough to detect such cases and parse the response appropriately.
The text was updated successfully, but these errors were encountered:
Example:
After some debugging it looks like the response sent by the server looks like this:
However, the
OCSRequester
treats the output as a JSON and it breaks.I believe that some methods return XML regardless of the
format=json
parameter on the request, and the library should probably be robust enough to detect such cases and parse the response appropriately.The text was updated successfully, but these errors were encountered: