We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From AppCenter Report:
Application Specific Information: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'NaN number in JSON write'
It's an objective-c exception from JSONSerialization.data(withJSONObject: final, options: option). Even the try-catch from Swift can't catch it.
JSONSerialization.data(withJSONObject: final, options: option)
try-catch
The text was updated successfully, but these errors were encountered:
Fixed: https://download.proxyman.io/beta/Proxyman_5.6.1_Fix_crash_invalid_protobuf_json.dmg
Sorry, something went wrong.
NghiaTranUIT
No branches or pull requests
Description
From AppCenter Report:
It's an objective-c exception from
JSONSerialization.data(withJSONObject: final, options: option)
. Even thetry-catch
from Swift can't catch it.Steps to Reproduce
Current Behavior
Expected Behavior
Environment
The text was updated successfully, but these errors were encountered: