-
Notifications
You must be signed in to change notification settings - Fork 735
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
Failed to convert JsonString. #996
Comments
@lwx979458 What error? Please provide details |
@bitwiseman The obtained issue object is in the following format: So I'll make an error when I convert it to JsonString. How can I get the normal form Object? |
@lwx979458 |
@bitwiseman |
You said:
Please provide the rest of the stack trace from that exception. |
@bitwiseman |
@bitwiseman |
@bitwiseman |
How can I convert the obtained issue object to JsonString? |
@lwx979458 Here's an example: github-api/src/test/java/org/kohsuke/github/GitHubStaticTest.java Lines 227 to 231 in 9151102
As a separate point, when someone asks for a stacktrace from an exception they mean something that looks like this:
|
The org/kohsuke/github/GitHubResponse.java is modified to avoid the problem that the request header contains a null key.
|
I resolved the null key problem in the request header. However, when an object of an issue is converted to a JsonString, the request is continuously initiated.
|
@lwx979458 (I updated your comment to use code blocks (triple-backtick). Okay, this is bug. I see the problem. Certain fields that should be |
How to convert an issue object to String? An error occurs during each conversion.
The text was updated successfully, but these errors were encountered: