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
我是通过程序将内存划分一部分内存作为虚拟的临时盘,但pwsh在执行时报错,能否改进支持这样的盘的读写呢,提示如下:
Pwsh
Error: EISDIR: illegal operation on a directory, realpath 'z:\Temp'
思考
There's an environment issue with the pwsh tool — EISDIR error on realpath 'z:\Temp'. This seems to be a harness-level sandbox problem with the temp directory. Let me try again — maybe it's transient, or maybe I need to set a different working directory. Let me try with an explicit workdir parameter.
pwsh 沙箱临时目录报错,换一个明确的工作目录重试:
失败
Pwsh
Error: EISDIR: illegal operation on a directory, realpath 'z:\Temp'
思考
The pwsh tool itself is broken in this session (EISDIR on z:\Temp realpath — a harness environment issue, unrelated to my command). I can't run shell commands.
pwsh 工具本身故障(z:\Temp 目录问题,会话级环境问题)。改用 MCP 查找可用的 HTML 渲染工具:
工具调用
ws_mcp_search · html screenshot render browser capture
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
我是通过程序将内存划分一部分内存作为虚拟的临时盘,但pwsh在执行时报错,能否改进支持这样的盘的读写呢,提示如下:
Pwsh
Error: EISDIR: illegal operation on a directory, realpath 'z:\Temp'
思考
There's an environment issue with the pwsh tool — EISDIR error on realpath 'z:\Temp'. This seems to be a harness-level sandbox problem with the temp directory. Let me try again — maybe it's transient, or maybe I need to set a different working directory. Let me try with an explicit workdir parameter.
pwsh 沙箱临时目录报错,换一个明确的工作目录重试:
失败
Pwsh
Error: EISDIR: illegal operation on a directory, realpath 'z:\Temp'
思考
The pwsh tool itself is broken in this session (EISDIR on z:\Temp realpath — a harness environment issue, unrelated to my command). I can't run shell commands.
pwsh 工具本身故障(z:\Temp 目录问题,会话级环境问题)。改用 MCP 查找可用的 HTML 渲染工具:
工具调用
ws_mcp_search · html screenshot render browser capture
All reactions