uni-app 更新后jql管理器无法进行查询
uni-app 更新后jql管理器无法进行查询 | PC开发环境操作系统 | Windows | | PC开发环境操作系统版本号 | 20H2 | | HBuilderX版本号 | 3.3.7 |
产品分类: HbuilderX
示例代码:
db.collection('uni-id-users').get()
操作步骤:
最新HBuilderAlpha,jql管理器查询任意表
预期结果:
正常查询
实际结果:
无查询结果,控制台一直时 正在查询中
bug描述:
jql管理器无法查询数据,控制台一直显示正在查询中
更新hbuilderx后异常
- 本地运行云函数异常 *
** 连接本地云函数时访问正常 **
hbuiderx日志如下
2022-01-13 04:35:19.254 [WARNING:] [Expression] "Unsupport Expr : unicloud.canShowClientDBActionDeleteFiles"
2022-01-13 04:35:21.922 [INFO:] trigger copy file in explorer view
2022-01-13 04:35:58.086 [WARNING:] QProcess: Destroyed while process ("D:\\dev\\HBuilderX-Alpha\\plugins\\jre\\bin\\java.exe") is still running.
2022-01-13 04:35:58 [LanguageServerProcess] java.net.SocketException: Connection reset by peer: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
at java.io.DataOutputStream.write(Unknown Source)
at java.io.DataOutputStream.writeUTF(Unknown Source)
at java.io.DataOutputStream.writeUTF(Unknown Source)
at com.pandora.console.core.thread.ConsoleMessageThread.run(ConsoleMessageThread.java:70)
2022-01-13 04:35:58.106 [WARNING:] uniapp compiled errorOccurred====== "进程已崩溃"
2022-01-13 04:36:19.353 [WARNING:] Request Timeout( 200 )!!! when: "textDocument/openHelp"
2022-01-13 04:37:38.152 [WARNING:] QObject::setParent: Cannot set parent, new parent is in a different thread
2022-01-13 04:39:14.021 [INFO:] node "D:/dev/HBuilderX-Alpha/plugins/node/node.exe"
2022-01-13 04:39:14.024 [INFO:] args ("--max-old-space-size=2048", "D:/dev/HBuilderX-Alpha/plugins/uniapp-cli/bin/uniapp-cli.js")
2022-01-13 04:41:08 [LanguageServerProcess] source dir:G:\xspace\singl-app\unpackage\dist\dev\app-plus/
2022-01-13 04:41:28 [LanguageServerProcess] java.net.SocketException: Connection reset by peer: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
at java.io.DataOutputStream.write(Unknown Source)
at java.io.DataOutputStream.writeUTF(Unknown Source)
at java.io.DataOutputStream.writeUTF(Unknown Source)
at com.pandora.console.core.thread.ConsoleMessageThread.run(ConsoleMessageThread.java:70)
2022-01-13 04:41:28.372 [WARNING:] QProcess: Destroyed while process ("D:\\dev\\HBuilderX-Alpha\\plugins\\jre\\bin\\java.exe") is still running.
2022-01-13 04:41:28.393 [WARNING:] uniapp compiled errorOccurred====== "进程已崩溃"
2022-01-13 12:17:13.206 [WARNING:] [Expression] "Unsupport Expr : unicloud.canShowClientDBActionDeleteFiles"
2022-01-13 12:18:39.989 [WARNING:] QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout
更多关于uni-app 更新后jql管理器无法进行查询的实战教程也可以访问 https://www.itying.com/category-93-b0.html
2 回复
3.3.8版本已修复此问题

