-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
java.lang.IllegalStateException: STREAMED: (GetRewardServlet.java:36) #5356
Comments
In my view, this is not really a bug, it's due to passing invalid parameters, and there should be similar scenarios. |
This is not a bug, but it must also return normal information, not an exception. |
@forfreeday Can you try to submit a PR and improve it? |
@halibobo1205 |
@forfreeday |
System information
OS :
Linux
JVM :
Oracle 1.8
Version :
4.7.2
Commit hash:
9e95599
codeVersion:
18031
Expected behaviour
Returns normal results when requesting
getReward
interface.result
Actual behaviour
When I request
getReward
interface, it returns an exception message, and it should return the correct result.Steps to reproduce the behaviour
Requesting the GetRewardServlet interface
return error message
The text was updated successfully, but these errors were encountered: