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

unknown error #946

Open
passtock opened this issue Mar 26, 2025 · 1 comment
Open

unknown error #946

passtock opened this issue Mar 26, 2025 · 1 comment

Comments

@passtock
Copy link

2025-03-26 13:04:28.112 | INFO | app.agent.toolcall:think:81 - 🛠️ Manus selected 1 tools to use
2025-03-26 13:04:28.113 | INFO | app.agent.toolcall:think:85 - 🧰 Tools being prepared: ['browser_use']
2025-03-26 13:04:28.117 | INFO | app.agent.toolcall:think:88 - 🔧 Tool arguments: {"scroll_amount":500,"action":"scroll_down"}
2025-03-26 13:04:28.119 | INFO | app.agent.toolcall:execute_tool:179 - 🔧 Activating tool: 'browser_use'...
2025-03-26 13:04:28.157 | INFO | app.agent.toolcall:act:149 - 🎯 Tool 'browser_use' completed its mission! Result: Observed output of cmd browser_use executed:
Scrolled down by 500 pixels
2025-03-26 13:04:28.159 | INFO | main:main:17 - Request processing completed.
Exception ignored in: <function _ProactorBasePipeTransport.del at 0x0000022B4C9CF600>
Traceback (most recent call last):
File "C:\Users\passp\AppData\Local\Programs\Python\Python312\Lib\asyncio\proactor_events.py", line 116, in del
_warn(f"unclosed transport {self!r}", ResourceWarning, source=self)
^^^^^^^^
File "C:\Users\passp\AppData\Local\Programs\Python\Python312\Lib\asyncio\proactor_events.py", line 80, in repr
info.append(f'fd={self._sock.fileno()}')
^^^^^^^^^^^^^^^^^^^
File "C:\Users\passp\AppData\Local\Programs\Python\Python312\Lib\asyncio\windows_utils.py", line 102, in fileno
raise ValueError("I/O operation on closed pipe")
ValueError: I/O operation on closed pipe
Exception ignored in: <function BaseSubprocessTransport.del at 0x0000022B4C9CDDA0>
Traceback (most recent call last):
File "C:\Users\passp\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_subprocess.py", line 125, in del
_warn(f"unclosed transport {self!r}", ResourceWarning, source=self)
^^^^^^^^
File "C:\Users\passp\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_subprocess.py", line 70, in repr
info.append(f'stdin={stdin.pipe}')
^^^^^^^^^^^^
File "C:\Users\passp\AppData\Local\Programs\Python\Python312\Lib\asyncio\proactor_events.py", line 80, in repr
info.append(f'fd={self._sock.fileno()}')
^^^^^^^^^^^^^^^^^^^
File "C:\Users\passp\AppData\Local\Programs\Python\Python312\Lib\asyncio\windows_utils.py", line 102, in fileno
raise ValueError("I/O operation on closed pipe")
ValueError: I/O operation on closed pipe

It seems to work fine until the middle, but then it stops with this error.

@congliu19
Copy link

我也遇到相同的问题了,写文件时有问题,应该是之前不知道怎么被错误关闭了。

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