I have a brand new install of Kasm Workspaces CE. The only thing I did a little different than the install guide is I moved the /var/lib/Docker files, with the exception of network and volumes to a larger SSD drive. The program seems to be running fine for the three image workspaces I've created. The error log though is reporting an error with the kasm_agent. The frequency of the error is every hour. An export of the error is as follows:
{
"host": "proxy",
"ingest_date": "202410221029",
"application": "kasm_agent",
"levelname": "ERROR",
"funcname": null,
"kasm_user_name": null,
"message": "Error Getting Image: (lscr.io/linuxserver/freecad:latest) : 500 Server Error for http+docker://localhost/v1.47/auth: Internal Server Error (\"Get \"https://ghcr.io/v2/\": denied: denied\") \nTraceback (most recent call last):\n File \"docker/api/client.py\", line 265, in _raise_for_status\n File \"requests/models.py\", line 1021, in raise_for_status\nrequests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http+docker://localhost/v1.47/auth\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File \"provision.py\", line 2144, in check_images\n File \"provision.py\", line 2193, in get_image\n File \"docker/client.py\", line 197, in login\n File \"docker/api/daemon.py\", line 152, in login\n File \"docker/api/client.py\", line 271, in _result\n File \"docker/api/client.py\", line 267, in _raise_for_status\n File \"docker/errors.py\", line 39, in create_api_error_from_http_exception\ndocker.errors.APIError: 500 Server Error for http+docker://localhost/v1.47/auth: Internal Server Error (\"Get \"https://ghcr.io/v2/\": denied: denied\")",
"traceback": null,
"error_stack": null,
"process": "main.handler",
"client_ip": null,
"user_agent": null,
"allow": null,
"url": null,
"site": null,
"domain": null,
"category": null
}
I've set the logging to clear on a daily interval versus a 7 day interval so as to try to keep the number of errors in the log down. That said, I'd rather correct the issue even though there seem to be no ill effect to the user experience side.
Thanks in advance
I have a brand new install of Kasm Workspaces CE. The only thing I did a little different than the install guide is I moved the /var/lib/Docker files, with the exception of network and volumes to a larger SSD drive. The program seems to be running fine for the three image workspaces I've created. The error log though is reporting an error with the kasm_agent. The frequency of the error is every hour. An export of the error is as follows: { "host": "proxy", "ingest_date": "202410221029", "application": "kasm_agent", "levelname": "ERROR", "funcname": null, "kasm_user_name": null, "message": "Error Getting Image: (lscr.io/linuxserver/freecad:latest) : 500 Server Error for http+docker://localhost/v1.47/auth: Internal Server Error (\"Get \"https://ghcr.io/v2/\": denied: denied\") \nTraceback (most recent call last):\n File \"docker/api/client.py\", line 265, in _raise_for_status\n File \"requests/models.py\", line 1021, in raise_for_status\nrequests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http+docker://localhost/v1.47/auth\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File \"provision.py\", line 2144, in check_images\n File \"provision.py\", line 2193, in get_image\n File \"docker/client.py\", line 197, in login\n File \"docker/api/daemon.py\", line 152, in login\n File \"docker/api/client.py\", line 271, in _result\n File \"docker/api/client.py\", line 267, in _raise_for_status\n File \"docker/errors.py\", line 39, in create_api_error_from_http_exception\ndocker.errors.APIError: 500 Server Error for http+docker://localhost/v1.47/auth: Internal Server Error (\"Get \"https://ghcr.io/v2/\": denied: denied\")", "traceback": null, "error_stack": null, "process": "main.handler", "client_ip": null, "user_agent": null, "allow": null, "url": null, "site": null, "domain": null, "category": null } I've set the logging to clear on a daily interval versus a 7 day interval so as to try to keep the number of errors in the log down. That said, I'd rather correct the issue even though there seem to be no ill effect to the user experience side. Thanks in advance