feat: Add new router configurations and rename a section in config.json, and create server.log with an OSError traceback.

This commit is contained in:
Wartana
2026-03-10 15:27:10 +08:00
parent f9d608d2d4
commit ea8892a3c0
2 changed files with 56 additions and 1 deletions

View File

@@ -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",

43
server.log Normal file
View File

@@ -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 <module>
| 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
+------------------------------------