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
java.lang.ClassCastException: class java.lang.Boolean cannot be cast to class com.alibaba.fastjson.JSONArray (java.lang.Boolean is in module java.base of loader 'bootstrap'; com.alibaba.fastjson.JSONArray is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader @5b0c5eea)
at com.alibaba.fastjson.JSONObject.getJSONArray(JSONObject.java:131)
at com.shuzijun.leetcode.plugin.manager.CodeManager$SubmitCheckTask.run(CodeManager.java:396)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)