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
Caused by: org.json.JSONException: JSONObject["rc"] not found.
at org.json.JSONObject.get(JSONObject.java:570) ~[json-20230227.jar!/:?]
at org.json.JSONObject.getInt(JSONObject.java:742) ~[json-20230227.jar!/:?]
at com.chatopera.bot.sdk.Chatbot.purge(Chatbot.java:1067) ~[sdk-3.5.2.jar!/:?]
at com.chatopera.bot.sdk.Chatbot.command(Chatbot.java:223) ~[sdk-3.5.2.jar!/:?]
The text was updated successfully, but these errors were encountered:
报错日志如下:
2024-10-16 13:36:22.388 [nioEventLoopGroup-3-828] DEBUG org.apache.http.wire - http-outgoing-295 << "HTTP/1.1 200 OK[\r][\n]"
2024-10-16 13:36:22.389 [nioEventLoopGroup-3-828] DEBUG org.apache.http.wire - http-outgoing-295 << "Server: nginx[\r][\n]"
2024-10-16 13:36:22.389 [nioEventLoopGroup-3-828] DEBUG org.apache.http.wire - http-outgoing-295 << "Date: Wed, 16 Oct 2024 05:36:22 GMT[\r][\n]"
2024-10-16 13:36:22.390 [nioEventLoopGroup-3-828] DEBUG org.apache.http.wire - http-outgoing-295 << "Content-Type: application/json; charset=utf-8[\r][
\n]"
2024-10-16 13:36:22.390 [nioEventLoopGroup-3-828] DEBUG org.apache.http.wire - http-outgoing-295 << "Content-Length: 271[\r][\n]"
2024-10-16 13:36:22.391 [nioEventLoopGroup-3-828] DEBUG org.apache.http.wire - http-outgoing-295 << "Connection: keep-alive[\r][\n]"
2024-10-16 13:36:22.391 [nioEventLoopGroup-3-828] DEBUG org.apache.http.wire - http-outgoing-295 << "Access-Control-Allow-Origin: *[\r][\n]"
2024-10-16 13:36:22.391 [nioEventLoopGroup-3-828] DEBUG org.apache.http.wire - http-outgoing-295 << "Access-Control-Expose-Headers: WWW-Authenticate,Se
rver-Authorization[\r][\n]"
2024-10-16 13:36:22.392 [nioEventLoopGroup-3-828] DEBUG org.apache.http.wire - http-outgoing-295 << "Vary: Origin[\r][\n]"
2024-10-16 13:36:22.392 [nioEventLoopGroup-3-828] DEBUG org.apache.http.wire - http-outgoing-295 << "X-Powered-By: Express[\r][\n]"
2024-10-16 13:36:22.393 [nioEventLoopGroup-3-828] DEBUG org.apache.http.wire - http-outgoing-295 << "[\r][\n]"
2024-10-16 13:36:22.393 [nioEventLoopGroup-3-828] DEBUG org.apache.http.wire - http-outgoing-295 << "{"message":"No matching document found for id "67
0f50d514f731dfce1a00d1" version 0 modifiedPaths "lastMessageSentAt, history, pendingTopic, currentTopic"","name":"VersionError","version":0,"modifie
dPaths":["lastMessageSentAt","history","pendingTopic","currentTopic"]}"
2024-10-16 13:36:22.393 [nioEventLoopGroup-3-828] DEBUG org.apache.http.headers - http-outgoing-295 << HTTP/1.1 200 OK
2024-10-16 13:36:22.394 [nioEventLoopGroup-3-828] DEBUG org.apache.http.headers - http-outgoing-295 << Server: nginx
2024-10-16 13:36:22.394 [nioEventLoopGroup-3-828] DEBUG org.apache.http.headers - http-outgoing-295 << Date: Wed, 16 Oct 2024 05:36:22 GMT
2024-10-16 13:36:22.394 [nioEventLoopGroup-3-828] DEBUG org.apache.http.headers - http-outgoing-295 << Content-Type: application/json; charset=utf-8
2024-10-16 13:36:22.395 [nioEventLoopGroup-3-828] DEBUG org.apache.http.headers - http-outgoing-295 << Content-Length: 271
2024-10-16 13:36:22.396 [nioEventLoopGroup-3-828] DEBUG org.apache.http.headers - http-outgoing-295 << Connection: keep-alive
2024-10-16 13:36:22.396 [nioEventLoopGroup-3-828] DEBUG org.apache.http.headers - http-outgoing-295 << Access-Control-Allow-Origin: *
2024-10-16 13:36:22.396 [nioEventLoopGroup-3-828] DEBUG org.apache.http.headers - http-outgoing-295 << Access-Control-Expose-Headers: WWW-Authenticate,
Server-Authorization
2024-10-16 13:36:22.397 [nioEventLoopGroup-3-828] DEBUG org.apache.http.headers - http-outgoing-295 << Vary: Origin
2024-10-16 13:36:22.397 [nioEventLoopGroup-3-828] DEBUG org.apache.http.headers - http-outgoing-295 << X-Powered-By: Express
2024-10-16 13:36:22.397 [nioEventLoopGroup-3-828] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
2024-10-16 13:36:22.398 [nioEventLoopGroup-3-828] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-295: set socket ti
meout to 0
2024-10-16 13:36:22.398 [nioEventLoopGroup-3-828] DEBUG org.apache.http.impl.execchain.MainClientExec - Cancelling request execution
2024-10-16 13:36:22.400 [nioEventLoopGroup-3-828] ERROR com.snl.exception.SocketMessagExceptionListener - org.json.JSONException: JSONObject["rc"] not
found.
com.corundumstudio.socketio.handler.SocketIOException: org.json.JSONException: JSONObject["rc"] not found.
at com.corundumstudio.socketio.annotation.OnEventScanner$2.onData(OnEventScanner.java:104) ~[netty-socketio-1.7.19.jar!/:?]
at com.corundumstudio.socketio.namespace.Namespace.onEvent(Namespace.java:147) [netty-socketio-1.7.19.jar!/:?]
....
Caused by: org.json.JSONException: JSONObject["rc"] not found.
at org.json.JSONObject.get(JSONObject.java:570) ~[json-20230227.jar!/:?]
at org.json.JSONObject.getInt(JSONObject.java:742) ~[json-20230227.jar!/:?]
at com.chatopera.bot.sdk.Chatbot.purge(Chatbot.java:1067) ~[sdk-3.5.2.jar!/:?]
at com.chatopera.bot.sdk.Chatbot.command(Chatbot.java:223) ~[sdk-3.5.2.jar!/:?]
The text was updated successfully, but these errors were encountered: