Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix initial development environment #593

Merged
merged 1 commit into from
Feb 8, 2022
Merged

chore: fix initial development environment #593

merged 1 commit into from
Feb 8, 2022

Conversation

pataar
Copy link
Member

@pataar pataar commented Jan 28, 2022

I couldn't start the development environment initially using Docker.

Got this error:

PermissionError: [Errno 13] Permission denied: '/root/.moonraker_database'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/node/moonraker/moonraker/moonraker.py", line 872, in main
    server = Server(app_args, file_logger, event_loop)
  File "/home/node/moonraker/moonraker/moonraker.py", line 152, in __init__
    self._load_components(config)
  File "/home/node/moonraker/moonraker/moonraker.py", line 230, in _load_components
    self.load_component(config, component)
  File "/home/node/moonraker/moonraker/moonraker.py", line 257, in load_component
    raise ServerError(msg)
utils.ServerError: Unable to load component: (database)
2022-01-28 14:14:43,035 [moonraker.py:main()] - Server Shutdown

Providing the correct database path fixed it.

@meteyou meteyou merged commit 20240fc into mainsail-crew:develop Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants