-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Description
2025-09-16 13:32:43,281 - INFO - Calling endpoint: get_current_time, with args: {'timezone': 'string'}
INFO: 172.18.0.1:47726 - "POST /time/get_current_time HTTP/1.1" 500 Internal Server Error
2025-09-16 13:32:43,319 - INFO - Unexpected error calling get_current_time: Traceback (most recent call last):
File "/app/.cache/uv/archive-v0/_FFSHNNB6lXQfkCjR1Pmb/lib/python3.13/site-packages/mcpo/utils/main.py", line 300, in tool
raise HTTPException(
...<2 lines>...
)
fastapi.exceptions.HTTPException: 500: {'message': "Error processing mcp-server-time query: 'str' object has no attribute 'message'"}
2025-09-16 13:37:01,709 - INFO - Calling endpoint: convert_time, with args: {'source_timezone': 'string', 'time': 'string', 'target_timezone': 'string'}
INFO: 172.18.0.1:55496 - "POST /time/convert_time HTTP/1.1" 500 Internal Server Error
2025-09-16 13:37:01,732 - INFO - Unexpected error calling convert_time: Traceback (most recent call last):
File "/app/.cache/uv/archive-v0/_FFSHNNB6lXQfkCjR1Pmb/lib/python3.13/site-packages/mcpo/utils/main.py", line 300, in tool
raise HTTPException(
...<2 lines>...
)
fastapi.exceptions.HTTPException: 500: {'message': "Error processing mcp-server-time query: 'str' object has no attribute 'message'"}