[GH-ISSUE #62] Workspace settings 500 errors for system-info and system-logs #16

Closed
opened 2026-03-03 11:58:25 +03:00 by kerem · 0 comments
Owner

Originally created by @sergeiosipov on GitHub (Jul 21, 2025).
Original GitHub issue: https://github.com/finmars-platform/finmars-core/issues/62

Originally assigned to: @HenkKalkwater on GitHub.

Workspace settings page (v/system/dashboard) on opening give following errors:

{
  "url": "http://eu-central.finmars.com/realm0v4ry/space0o5as/api/v1/utils/system-info/",
  "method": "GET",
  "username": "sergei_osipov",
  "status_code": 500,
  "message": "Server got itself in trouble",
  "datetime": "2025-07-21 22:35:13",
  "details": {
    "type": "server_error",
    "errors": [
      {
        "code": "error",
        "detail": "The command was not found or was not executable: /bin/bash.",
        "error_key": null,
        "attr": null
      }
    ],
    "traceback": [
      "        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"pty_spawn.py\", line 205, in __init__\n    self._spawn(command, args, preexec_fn, dimensions)\n  File \"pty_spawn.py\", line 276, in _spawn\n    raise ExceptionPexpect('The command was not found or was not ' +\npexpect.exceptions.ExceptionPexpect: The command was not found or was not executable: /bin/bash."
    ]
  }
}
{
  "url": "http://eu-central.finmars.com/realm0v4ry/space0o5as/api/v1/utils/system-logs/",
  "method": "GET",
  "username": "sergei_osipov",
  "status_code": 500,
  "message": "Server got itself in trouble",
  "datetime": "2025-07-21 22:35:13",
  "details": {
    "type": "server_error",
    "errors": [
      {
        "code": "error",
        "detail": "The command was not found or was not executable: /bin/bash.",
        "error_key": null,
        "attr": null
      }
    ],
    "traceback": [
      "        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"pty_spawn.py\", line 205, in __init__\n    self._spawn(command, args, preexec_fn, dimensions)\n  File \"pty_spawn.py\", line 276, in _spawn\n    raise ExceptionPexpect('The command was not found or was not ' +\npexpect.exceptions.ExceptionPexpect: The command was not found or was not executable: /bin/bash."
    ]
  }
}
Originally created by @sergeiosipov on GitHub (Jul 21, 2025). Original GitHub issue: https://github.com/finmars-platform/finmars-core/issues/62 Originally assigned to: @HenkKalkwater on GitHub. Workspace settings page (v/system/dashboard) on opening give following errors: ``` { "url": "http://eu-central.finmars.com/realm0v4ry/space0o5as/api/v1/utils/system-info/", "method": "GET", "username": "sergei_osipov", "status_code": 500, "message": "Server got itself in trouble", "datetime": "2025-07-21 22:35:13", "details": { "type": "server_error", "errors": [ { "code": "error", "detail": "The command was not found or was not executable: /bin/bash.", "error_key": null, "attr": null } ], "traceback": [ " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"pty_spawn.py\", line 205, in __init__\n self._spawn(command, args, preexec_fn, dimensions)\n File \"pty_spawn.py\", line 276, in _spawn\n raise ExceptionPexpect('The command was not found or was not ' +\npexpect.exceptions.ExceptionPexpect: The command was not found or was not executable: /bin/bash." ] } } ``` ``` { "url": "http://eu-central.finmars.com/realm0v4ry/space0o5as/api/v1/utils/system-logs/", "method": "GET", "username": "sergei_osipov", "status_code": 500, "message": "Server got itself in trouble", "datetime": "2025-07-21 22:35:13", "details": { "type": "server_error", "errors": [ { "code": "error", "detail": "The command was not found or was not executable: /bin/bash.", "error_key": null, "attr": null } ], "traceback": [ " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"pty_spawn.py\", line 205, in __init__\n self._spawn(command, args, preexec_fn, dimensions)\n File \"pty_spawn.py\", line 276, in _spawn\n raise ExceptionPexpect('The command was not found or was not ' +\npexpect.exceptions.ExceptionPexpect: The command was not found or was not executable: /bin/bash." ] } } ```
kerem closed this issue 2026-03-03 11:58:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/finmars-core#16
No description provided.