Skip to content
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

Raise Unknown Type Issue #9

Open
cunz1974 opened this issue Jul 8, 2023 · 1 comment
Open

Raise Unknown Type Issue #9

cunz1974 opened this issue Jul 8, 2023 · 1 comment

Comments

@cunz1974
Copy link

cunz1974 commented Jul 8, 2023

When running the script or saving the script to the pad, the following issue is raised.
java.lang.Exception: Unknown data type (0) for message dispatching

Plugin Version: v1.0.5
Autojs6 Version: 6.3.2
Issue Description:
java.lang.Exception: Unknown data type (10) for message dispatching
at org.autojs.autojs.runtime.ScriptRuntime.popException(ScriptRuntime.java:84)
at org.autojs.autojs.pluginclient.JsonSocket.onMessageDispatch(JsonSocket.java:221)
at org.autojs.autojs.pluginclient.JsonSocket.lambda$monitorMessage$0(JsonSocket.java:331)
at org.autojs.autojs.pluginclient.JsonSocket.$r8$lambda$va2cxRhe8N9XY6l6jBcuYwu6HoA(Unknown Source:0)
at org.autojs.autojs.pluginclient.JsonSocket$$ExternalSyntheticLambda0.run(Unknown Source:6)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:920)
16:04:05.159/E: Unknown data type (0) for message dispatching

@erebusx
Copy link

erebusx commented Jul 18, 2023

虽然看不到具体的提示,但提示“Unknown data type (0) for message dispatching”,插件也是v1.0.5,autojs6也是6.3.2。
之前autojs6用6.3.0,插件没更新之前是好的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants