Always Include Plugin Field Error(s) #105 - #107
Conversation
…ng "" as designed.
|
I'm not 100% sure this solves our issue here. The value that was sent to the server was I think we should instead add some better logging to this so we can catch the client side of things and maybe we can fix the root cause of it. It happens so infrequently that I don't think it's urgent to fix immediately. |
|
You are correct, I was not thinking too bright here. But then that would be an hotfix not a true permanent solution. |
Reversed old commit
….com/Ralumbi/wiseoldman-runelite-plugin into Always-Include-Plugin-Field-Error(s)
|
I have done some research and this would be the best explanation now why it sometimes put \u0000 back as response towards json. The API response sometimes contained null characters (\u0000), which caused JsonSyntaxException when parsing the JSON response. I know this isn't top prio, but I started this PR and now I feel obligated to fix it. |
|
Sorry for a super late reply to this. |
Fixing issue #105