8000 在win下的wsl2里面启动就报错了,加了用户组之后就少了groupmod: invalid group ID 'kubespider'这个错误,其他的看不懂是什么问题 · Issue #525 · opennaslab/kubespider · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
在win下的wsl2里面启动就报错了,加了用户组之后就少了groupmod: invalid group ID 'kubespider'这个错误,其他的看不懂是什么问题 #525
Open
@WilliamHWM

Description

@WilliamHWM

13:53:50 Process Process-1:
2024-06-16 13:53:50 Traceback (most recent call last):
2024-06-16 13:53:50 File "/app/kubespider/core/config_handler.py", line 153, in get_notification_provider
2024-06-16 13:53:50 return notification_provider_init_func[provider_type](
2024-06-16 13:53:50 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
2024-06-16 13:53:50 KeyError: 'slack_notification_provider'
2024-06-16 13:53:50
2024-06-16 13:53:50 During handling of the above exception, another exception occurred:
2024-06-16 13:53:50
2024-06-16 13:53:50 Traceback (most recent call last):
2024-06-16 13:53:50 File "/usr/local/lib/python3.11/multiprocessing/process.py", line 314, in bootstrap
2024-06-16 13:53:50 self.run()
2024-06-16 13:53:50 File "/usr/local/lib/python3.11/multiprocessing/process.py", line 108, in run
2024-06-16 13:53:50 self.target(*self.args, **self.kwargs)
2024-06-16 13:53:50 File "/app/kubespider/core/runner.py", line 23, in run
2024-06-16 13:53:50 kubespider_controller.config()
2024-06-16 13:53:50 File "/app/kubespider/core/kubespider_controller.py", line 34, in config
2024-06-16 13:53:50 self.notifications_providers = config_handler.init_notification_config()
2024-06-16 13:53:50 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-06-16 13:53:50 File "/app/kubespider/core/config_handler.py", line 189, in init_notification_config
2024-06-16 13:53:50 init_notification_providers.append(get_notification_provider(name, conf))
2024-06-16 13:53:50 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-06-16 13:53:50 File "/app/kubespider/core/config_handler.py", line 158, in get_notification_provider
2024-06-16 13:53:50 raise Exception(str('unknown notification provider type %s', provider_type)) from exc
2024-06-16 13:53:50 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-06-16 13:53:50 TypeError: decoding str is not supported
2024-06-16 14:00:24 groupmod: invalid group ID 'kubespider'
2024-06-16 14:00:24 usermod: no changes
2024-06-16 14:00:24
2024-06-16 14:00:24 _ _ _ _
2024-06-16 14:00:24 | | ___ | |
___ ___ _ __ (
) | | ___ _ __
2024-06-16 14:00:24 | |/ / | | | '
\ / _ / | ' | |/ _` |/ _ \ '
|
2024-06-16 14:00:24 | <| |
| | |
) | /_ \ |) | | (| | / |
2024-06-16 14:00:24 |_|_\
,|.
/ _||/ ./||_,|___||
2024-06-16 14:00:24 |_|
2024-06-16 14:00:24
2024-06-16 14:00:24 KubeSpider - A global resource download orchestration system
2024-06-16 14:00:24 Build Tag: ${GITHUB_SHA}
2024-06-16 14:00:24 2024-06-16 14:00:24,806-INFO: File handler start running...
2024-06-16 14:00:24 Process Process-1:
2024-06-16 14:00:24 Traceback (most recent call last):
2024-06-16 14:00:24 File "/app/kubespider/core/config_handler.py", line 153, in get_notification_provider
2024-06-16 14:00:24 return notification_provider_init_func[provider_type](
2024-06-16 14:00:24 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
2024-06-16 14:00:24 KeyError: 'slack_notification_provider'
2024-06-16 14:00:24
2024-06-16 14:00:24 During handling of the above exception, another exception occurred:
2024-06-16 14:00:24
2024-06-16 14:00:24 Traceback (most recent call last):
2024-06-16 14:00:24 File "/usr/local/lib/python3.11/multiprocessing/process.py", line 314, in _bootstrap
2024-06-16 14:00:24 self.run()
2024-06-16 14:00:24 File "/usr/local/lib/python3.11/multiprocessing/process.py", line 108, in run
2024-06-16 14:00:24 self._target(*self._args, **self._kwargs)
2024-06-16 14:00:24 File "/app/kubespider/core/runner.py", line 23, in run
2024-06-16 14:00:24 kubespider_controller.config()
2024-06-16 14:00:24 File "/app/kubespider/core/kubespider_controller.py", line 34, in config
2024-06-16 14:00:24 self.notifications_providers = config_handler.init_notification_config()
2024-06-16 14:00:24 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-06-16 14:00:24 File "/app/kubespider/core/config_handler.py", line 189, in init_notification_config
2024-06-16 14:00:24 init_notification_providers.append(get_notification_provider(name, conf))
2024-06-16 14:00:24 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-06-16 14:00:24 File "/app/kubespider/core/config_handler.py", line 158, in get_notification_provider
2024-06-16 14:00:24 raise Exception(str('unknown notification provider type %s', provider_type)) from exc
2024-06-16 14:00:24 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-06-16 14:00:24 TypeError: decoding str is not supported

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0