Thank you very much for your open source spirit, I got the following error when trying the command "docker run -p 8330:8330 manus-sandbox"
(manus) ubuntu@ubuntu:/datadeep/deep/guanglei/manus/opt/.manus/.sandbox-runtime$ docker run -p 8330:8330 manus-sandbox
Traceback (most recent call last):
File "/opt/.manus/.sandbox-runtime/start_server.py", line 7, in
from app.server import app
File "/opt/.manus/.sandbox-runtime/app/server.py", line 20, in
from app.terminal_socket_server import TerminalSocketServer
File "/opt/.manus/.sandbox-runtime/app/terminal_socket_server.py", line 9, in
from app.tools.terminal import terminal_manager
File "/opt/.manus/.sandbox-runtime/app/tools/terminal/init.py", line 1, in
from .terminal_manager import Terminal, terminal_manager
File "/opt/.manus/.sandbox-runtime/app/tools/terminal/terminal_manager.py", line 15, in
from app.types.messages import (
File "/opt/.manus/.sandbox-runtime/app/types/messages.py", line 3, in
from app.types.browser_types import BrowserAction, BrowserActionResult
File "/opt/.manus/.sandbox-runtime/app/types/browser_types.py", line 2, in
from browser_use.agent.views import ActionModel
File "/opt/.manus/.sandbox-runtime/browser_use/init.py", line 4, in
from browser_use.agent.service import Agent
File "/opt/.manus/.sandbox-runtime/browser_use/agent/service.py", line 23, in
from browser_use.agent.message_manager.service import MessageManager
File "/opt/.manus/.sandbox-runtime/browser_use/agent/message_manager/service.py", line 12, in
from browser_use.agent.views import ActionResult, AgentOutput, AgentStepInfo, MessageManagerState
File "/opt/.manus/.sandbox-runtime/browser_use/agent/views.py", line 15, in
from browser_use.browser.views import BrowserStateHistory
File "/opt/.manus/.sandbox-runtime/browser_use/browser/views.py", line 5, in
from browser_use.dom.history_tree_processor.service import DOMHistoryElement
File "/opt/.manus/.sandbox-runtime/browser_use/dom/history_tree_processor/service.py", line 5, in
from browser_use.dom.views import DOMElementNode
File "/opt/.manus/.sandbox-runtime/browser_use/dom/views.py", line 18, in
@DataClass(frozen=False)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dataclasses.py", line 1222, in wrap
return _process_class(cls, init, repr, eq, order, unsafe_hash,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dataclasses.py", line 1027, in _process_class
_init_fn(all_init_fields,
File "/usr/local/lib/python3.11/dataclasses.py", line 545, in _init_fn
raise TypeError(f'non-default argument {f.name!r} '
TypeError: non-default argument 'text' follows default argument
Thank you very much for your open source spirit, I got the following error when trying the command "docker run -p 8330:8330 manus-sandbox"
(manus) ubuntu@ubuntu:/datadeep/deep/guanglei/manus/opt/.manus/.sandbox-runtime$ docker run -p 8330:8330 manus-sandbox
Traceback (most recent call last):
File "/opt/.manus/.sandbox-runtime/start_server.py", line 7, in
from app.server import app
File "/opt/.manus/.sandbox-runtime/app/server.py", line 20, in
from app.terminal_socket_server import TerminalSocketServer
File "/opt/.manus/.sandbox-runtime/app/terminal_socket_server.py", line 9, in
from app.tools.terminal import terminal_manager
File "/opt/.manus/.sandbox-runtime/app/tools/terminal/init.py", line 1, in
from .terminal_manager import Terminal, terminal_manager
File "/opt/.manus/.sandbox-runtime/app/tools/terminal/terminal_manager.py", line 15, in
from app.types.messages import (
File "/opt/.manus/.sandbox-runtime/app/types/messages.py", line 3, in
from app.types.browser_types import BrowserAction, BrowserActionResult
File "/opt/.manus/.sandbox-runtime/app/types/browser_types.py", line 2, in
from browser_use.agent.views import ActionModel
File "/opt/.manus/.sandbox-runtime/browser_use/init.py", line 4, in
from browser_use.agent.service import Agent
File "/opt/.manus/.sandbox-runtime/browser_use/agent/service.py", line 23, in
from browser_use.agent.message_manager.service import MessageManager
File "/opt/.manus/.sandbox-runtime/browser_use/agent/message_manager/service.py", line 12, in
from browser_use.agent.views import ActionResult, AgentOutput, AgentStepInfo, MessageManagerState
File "/opt/.manus/.sandbox-runtime/browser_use/agent/views.py", line 15, in
from browser_use.browser.views import BrowserStateHistory
File "/opt/.manus/.sandbox-runtime/browser_use/browser/views.py", line 5, in
from browser_use.dom.history_tree_processor.service import DOMHistoryElement
File "/opt/.manus/.sandbox-runtime/browser_use/dom/history_tree_processor/service.py", line 5, in
from browser_use.dom.views import DOMElementNode
File "/opt/.manus/.sandbox-runtime/browser_use/dom/views.py", line 18, in
@DataClass(frozen=False)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dataclasses.py", line 1222, in wrap
return _process_class(cls, init, repr, eq, order, unsafe_hash,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dataclasses.py", line 1027, in _process_class
_init_fn(all_init_fields,
File "/usr/local/lib/python3.11/dataclasses.py", line 545, in _init_fn
raise TypeError(f'non-default argument {f.name!r} '
TypeError: non-default argument 'text' follows default argument