From ea8892a3c06fe20a5106fc874474f75c64917814 Mon Sep 17 00:00:00 2001 From: Wartana Date: Tue, 10 Mar 2026 15:27:10 +0800 Subject: [PATCH] feat: Add new router configurations and rename a section in `config.json`, and create `server.log` with an OSError traceback. --- config.json | 14 +++++++++++++- server.log | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 server.log diff --git a/config.json b/config.json index 25e13a3..a4d30d9 100644 --- a/config.json +++ b/config.json @@ -15,6 +15,18 @@ "user": "chatbot", "pass": "K0s0ng11@2026" }, + "router-dimensi-core": { + "host": "103.138.63.66", + "port": 80, + "user": "chatbot", + "pass": "K0s0ng11@2026" + }, + "router-dimensi-lb": { + "host": "103.19.228.232", + "port": 80, + "user": "chatbot", + "pass": "K0s0ng11@2026" + }, "router-dimensi-ccr1036": { "host": "103.138.63.184", "port": 80, @@ -46,7 +58,7 @@ } } }, - "goldnet": { + "goldnet-keramas": { "alias": "Goldnet Keramas", "billing": { "host": "139.180.190.239", diff --git a/server.log b/server.log new file mode 100644 index 0000000..77614da --- /dev/null +++ b/server.log @@ -0,0 +1,43 @@ +nohup: ignoring input + + Exception Group Traceback (most recent call last): + | File "/home/wartana/myApp/billing-mcp/src/server.py", line 446, in + | asyncio.run(main()) + | File "/usr/lib/python3.11/asyncio/runners.py", line 190, in run + | return runner.run(main) + | ^^^^^^^^^^^^^^^^ + | File "/usr/lib/python3.11/asyncio/runners.py", line 118, in run + | return self._loop.run_until_complete(task) + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + | File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete + | return future.result() + | ^^^^^^^^^^^^^^^ + | File "/home/wartana/myApp/billing-mcp/src/server.py", line 438, in main + | async with stdio_server() as (read_stream, write_stream): + | File "/usr/lib/python3.11/contextlib.py", line 211, in __aexit__ + | await anext(self.gen) + | File "/home/wartana/myApp/billing-mcp/venv/lib/python3.11/site-packages/mcp/server/stdio.py", line 85, in stdio_server + | async with anyio.create_task_group() as tg: + | File "/home/wartana/myApp/billing-mcp/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 783, in __aexit__ + | raise BaseExceptionGroup( + | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception) + +-+---------------- 1 ---------------- + | Traceback (most recent call last): + | File "/home/wartana/myApp/billing-mcp/venv/lib/python3.11/site-packages/mcp/server/stdio.py", line 63, in stdin_reader + | async for line in stdin: + | File "/home/wartana/myApp/billing-mcp/venv/lib/python3.11/site-packages/anyio/_core/_fileio.py", line 83, in __aiter__ + | line = await self.readline() + | ^^^^^^^^^^^^^^^^^^^^^ + | File "/home/wartana/myApp/billing-mcp/venv/lib/python3.11/site-packages/anyio/_core/_fileio.py", line 99, in readline + | return await to_thread.run_sync(self._fp.readline) + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + | File "/home/wartana/myApp/billing-mcp/venv/lib/python3.11/site-packages/anyio/to_thread.py", line 63, in run_sync + | return await get_async_backend().run_sync_in_worker_thread( + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + | File "/home/wartana/myApp/billing-mcp/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 2502, in run_sync_in_worker_thread + | return await future + | ^^^^^^^^^^^^ + | File "/home/wartana/myApp/billing-mcp/venv/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 986, in run + | result = context.run(func, *args) + | ^^^^^^^^^^^^^^^^^^^^^^^^ + | OSError: [Errno 9] Bad file descriptor + +------------------------------------