Mainsail, Moonraker, and Klipper won't connect to each other

This page summarizes the projects mentioned and recommended in the original post on /r/klippers

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • moonraker

    Web API Server for Klipper

  • -------------------- Log Start | Thu Oct 19 14:05:22 2023 -------------------- data_path: /home/android/printer_data is_default_data_path: True config_file: /home/android/printer_data/config/moonraker.conf startup_warnings: [] verbose: False debug: False asyncio_debug: False is_backup_config: False is_python_package: False instance_uuid: 766564b4528e4af4b923afa059b299a9 unix_socket_path: /home/android/printer_data/comms/moonraker.sock software_version: v0.8.0-186-g2641fc5 git_branch: master git_remote: origin git_repo_url: https://github.com/Arksine/moonraker.git modified_files: [] unofficial_components: [] log_file: /home/android/printer_data/logs/moonraker.log python_version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] msgspec_enabled: False uvloop_enabled: False 2023-10-19 10:05:22,915 [confighelper.py:read_file()] - Configuration File '/home/android/printer_data/config/moonraker.conf' parsed, total size: 1368 B 2023-10-19 10:05:22,916 [server.py:add_log_rollover_item()] - #################### Moonraker Configuration #################### [server] host = 0.0.0.0 port = 7125 klippy_uds_address = /home/android/printer_data/comms/klippy.sock [authorization] trusted_clients = 10.0.0.0/8 127.0.0.0/8 169.254.0.0/16 172.16.0.0/12 192.168.0.0/16 FE80::/10 ::1/128 192.168.2.1 cors_domains = *.lan *.local *://localhost *://localhost:* *://my.mainsail.xyz *://app.fluidd.xyz [octoprint_compat] [history] [update_manager] channel = dev refresh_interval = 168 [update_manager mainsail-config] type = git_repo primary_branch = master path = ~/mainsail-config origin = https://github.com/mainsail-crew/mainsail-config.git managed_services = klipper [update_manager mainsail] type = web channel = stable repo = mainsail-crew/mainsail path = ~/mainsail [update_manager mobileraker] type = git_repo path = /home/android/mobileraker_companion origin = https://github.com/Clon1998/mobileraker_companion.git primary_branch = main managed_services = mobileraker env = /home/android/mobileraker-env/bin/python requirements = scripts/mobileraker-requirements.txt install_script = scripts/install-mobileraker-companion.sh [update_manager fluidd-config] type = git_repo primary_branch = master path = ~/fluidd-config origin = https://github.com/fluidd-core/fluidd-config.git managed_services = klipper [update_manager fluidd] type = web channel = stable repo = fluidd-core/fluidd path = ~/fluidd ################################################################# All Configuration Files: /home/android/printer_data/config/moonraker.conf ################################################################# ------------------- omitting a bunch of HTTP registrations ----------------------- System Info: ***python*** version: (3, 9, 2, 'final', 0) version_string: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] ***cpu_info*** cpu_count: 4 bits: 64bit processor: aarch64 cpu_desc: serial_number: hardware_desc: Qualcomm Technologies, Inc MSM8992 model: total_memory: 1858336 memory_units: kB ***sd_info*** manufacturer_id: 11 manufacturer: Unknown oem_id: 0100 product_name: 016G7 product_revision: 3.2 serial_number: 000bce12 manufacturer_date: 2/2082 capacity: Unknown total_bytes: 0 ***distribution*** name: Debian GNU/Linux 11 (bullseye) id: debian version: 11 version_parts: {'major': '11', 'minor': '', 'build_number': ''} like: codename: bullseye release_info: {} ***virtualization*** virt_type: none virt_identifier: none ***network*** ***canbus*** ***Allowed Services*** klipper_mcu webcamd MoonCord KlipperScreen moonraker-telegram-bot moonraker-obico sonar crowsnest octoeverywhere ratos-configurator mobileraker ------------------- omitting a bunch of HTTP registrations ----------------------- 2023-10-19 10:05:23,843 [authorization.py:__init__()] - Authorization Configuration Loaded Trusted Clients: 192.168.2.1 10.0.0.0/8 127.0.0.0/8 169.254.0.0/16 172.16.0.0/12 192.168.0.0/16 fe80::/10 ::1/128 CORS Domains: .*\.lan .*\.local .*://localhost .*://localhost:.* .*://my\.mainsail\.xyz .*://app\.fluidd\.xyz ------------------- omitting a bunch of HTTP registrations ----------------------- 2023-10-19 10:05:24,089 [server.py:load_component()] - Component (octoprint_compat) loaded 2023-10-19 10:05:24,115 [server.py:_initialize_component()] - Performing Component Post Init: [dbus_manager] 2023-10-19 10:05:24,154 [server.py:_initialize_component()] - Performing Component Post Init: [file_manager] 2023-10-19 10:05:24,166 [server.py:_initialize_component()] - Performing Component Post Init: [machine] 2023-10-19 10:05:24,167 [machine.py:validation_init()] - Validation version in database out of date 2023-10-19 10:05:24,261 [server.py:_initialize_component()] - Component [machine] failed post init Traceback (most recent call last): File "/home/android/moonraker/moonraker/server.py", line 225, in _initialize_component await ret File "/home/android/moonraker/moonraker/components/machine.py", line 252, in component_init await self.sys_provider.initialize() File "/home/android/moonraker/moonraker/components/machine.py", line 1014, in initialize self.systemd_mgr = await self.dbus_mgr.get_interface( File "/home/android/moonraker/moonraker/components/dbus_manager.py", line 123, in get_interface ret = await self.get_interfaces(bus_name, bus_path, File "/home/android/moonraker/moonraker/components/dbus_manager.py", line 135, in get_interfaces introspection = await self.bus.introspect(bus_name, bus_path) File "/home/android/moonraker-env/lib/python3.9/site-packages/dbus_next/aio/message_bus.py", line 216, in introspect return await asyncio.wait_for(future, timeout=timeout) File "/usr/lib/python3.9/asyncio/tasks.py", line 481, in wait_for return fut.result() File "/home/android/moonraker-env/lib/python3.9/site-packages/dbus_next/message_bus.py", line 195, in reply_notify BaseMessageBus._check_method_return(reply, err, 's') File "/home/android/moonraker-env/lib/python3.9/site-packages/dbus_next/message_bus.py", line 615, in _check_method_return raise DBusError._from_message(msg) dbus_next.errors.DBusError: Launch helper exited with unknown return code 1 2023-10-19 10:05:24,262 [server.py:add_warning()] - Component 'machine' failed to load with error: Launch helper exited with unknown return code 1 2023-10-19 10:05:24,262 [server.py:_initialize_component()] - Performing Component Post Init: [proc_stats] 2023-10-19 10:05:24,262 [server.py:_initialize_component()] - Performing Component Post Init: [announcements] 2023-10-19 10:05:24,264 [server.py:_initialize_component()] - Performing Component Post Init: [webcam] 2023-10-19 10:05:24,265 [server.py:_initialize_component()] - Performing Component Post Init: [klippy_connection] 2023-10-19 10:05:24,266 [server.py:_initialize_component()] - Performing Component Post Init: [authorization] 2023-10-19 10:05:24,266 [server.py:_initialize_component()] - Performing Component Post Init: [update_manager] 2023-10-19 10:05:24,374 [base_deploy.py:log_info()] - PackageDeploy: PackageKit Provider Configured 2023-10-19 10:05:24,417 [update_manager.py:_handle_auto_refresh()] - update_manger: Install validation pending, bypassing initial refresh 2023-10-19 10:05:24,417 [machine.py:_check_service_file()] - Performing Service Validation... 2023-10-19 10:05:24,418 [server.py:add_warning()] - Unable to retrieve Moonraker service info. Service file must be updated manually. 2023-10-19 10:05:24,420 [extensions.py:start_unix_server()] - Creating Unix Domain Socket at '/home/android/printer_data/comms/moonraker.sock' 2023-10-19 10:05:24,423 [server.py:start_server()] - Starting Moonraker on (0.0.0.0, 7125), Hostname: localhost 2023-10-19 10:05:24,425 [app.py:listen()] - SSL Certificate/Key not configured, aborting HTTPS Server startup

  • mainsail-config

    Mainsail klipper macros and settings

  • -------------------- Log Start | Thu Oct 19 14:05:22 2023 -------------------- data_path: /home/android/printer_data is_default_data_path: True config_file: /home/android/printer_data/config/moonraker.conf startup_warnings: [] verbose: False debug: False asyncio_debug: False is_backup_config: False is_python_package: False instance_uuid: 766564b4528e4af4b923afa059b299a9 unix_socket_path: /home/android/printer_data/comms/moonraker.sock software_version: v0.8.0-186-g2641fc5 git_branch: master git_remote: origin git_repo_url: https://github.com/Arksine/moonraker.git modified_files: [] unofficial_components: [] log_file: /home/android/printer_data/logs/moonraker.log python_version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] msgspec_enabled: False uvloop_enabled: False 2023-10-19 10:05:22,915 [confighelper.py:read_file()] - Configuration File '/home/android/printer_data/config/moonraker.conf' parsed, total size: 1368 B 2023-10-19 10:05:22,916 [server.py:add_log_rollover_item()] - #################### Moonraker Configuration #################### [server] host = 0.0.0.0 port = 7125 klippy_uds_address = /home/android/printer_data/comms/klippy.sock [authorization] trusted_clients = 10.0.0.0/8 127.0.0.0/8 169.254.0.0/16 172.16.0.0/12 192.168.0.0/16 FE80::/10 ::1/128 192.168.2.1 cors_domains = *.lan *.local *://localhost *://localhost:* *://my.mainsail.xyz *://app.fluidd.xyz [octoprint_compat] [history] [update_manager] channel = dev refresh_interval = 168 [update_manager mainsail-config] type = git_repo primary_branch = master path = ~/mainsail-config origin = https://github.com/mainsail-crew/mainsail-config.git managed_services = klipper [update_manager mainsail] type = web channel = stable repo = mainsail-crew/mainsail path = ~/mainsail [update_manager mobileraker] type = git_repo path = /home/android/mobileraker_companion origin = https://github.com/Clon1998/mobileraker_companion.git primary_branch = main managed_services = mobileraker env = /home/android/mobileraker-env/bin/python requirements = scripts/mobileraker-requirements.txt install_script = scripts/install-mobileraker-companion.sh [update_manager fluidd-config] type = git_repo primary_branch = master path = ~/fluidd-config origin = https://github.com/fluidd-core/fluidd-config.git managed_services = klipper [update_manager fluidd] type = web channel = stable repo = fluidd-core/fluidd path = ~/fluidd ################################################################# All Configuration Files: /home/android/printer_data/config/moonraker.conf ################################################################# ------------------- omitting a bunch of HTTP registrations ----------------------- System Info: ***python*** version: (3, 9, 2, 'final', 0) version_string: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] ***cpu_info*** cpu_count: 4 bits: 64bit processor: aarch64 cpu_desc: serial_number: hardware_desc: Qualcomm Technologies, Inc MSM8992 model: total_memory: 1858336 memory_units: kB ***sd_info*** manufacturer_id: 11 manufacturer: Unknown oem_id: 0100 product_name: 016G7 product_revision: 3.2 serial_number: 000bce12 manufacturer_date: 2/2082 capacity: Unknown total_bytes: 0 ***distribution*** name: Debian GNU/Linux 11 (bullseye) id: debian version: 11 version_parts: {'major': '11', 'minor': '', 'build_number': ''} like: codename: bullseye release_info: {} ***virtualization*** virt_type: none virt_identifier: none ***network*** ***canbus*** ***Allowed Services*** klipper_mcu webcamd MoonCord KlipperScreen moonraker-telegram-bot moonraker-obico sonar crowsnest octoeverywhere ratos-configurator mobileraker ------------------- omitting a bunch of HTTP registrations ----------------------- 2023-10-19 10:05:23,843 [authorization.py:__init__()] - Authorization Configuration Loaded Trusted Clients: 192.168.2.1 10.0.0.0/8 127.0.0.0/8 169.254.0.0/16 172.16.0.0/12 192.168.0.0/16 fe80::/10 ::1/128 CORS Domains: .*\.lan .*\.local .*://localhost .*://localhost:.* .*://my\.mainsail\.xyz .*://app\.fluidd\.xyz ------------------- omitting a bunch of HTTP registrations ----------------------- 2023-10-19 10:05:24,089 [server.py:load_component()] - Component (octoprint_compat) loaded 2023-10-19 10:05:24,115 [server.py:_initialize_component()] - Performing Component Post Init: [dbus_manager] 2023-10-19 10:05:24,154 [server.py:_initialize_component()] - Performing Component Post Init: [file_manager] 2023-10-19 10:05:24,166 [server.py:_initialize_component()] - Performing Component Post Init: [machine] 2023-10-19 10:05:24,167 [machine.py:validation_init()] - Validation version in database out of date 2023-10-19 10:05:24,261 [server.py:_initialize_component()] - Component [machine] failed post init Traceback (most recent call last): File "/home/android/moonraker/moonraker/server.py", line 225, in _initialize_component await ret File "/home/android/moonraker/moonraker/components/machine.py", line 252, in component_init await self.sys_provider.initialize() File "/home/android/moonraker/moonraker/components/machine.py", line 1014, in initialize self.systemd_mgr = await self.dbus_mgr.get_interface( File "/home/android/moonraker/moonraker/components/dbus_manager.py", line 123, in get_interface ret = await self.get_interfaces(bus_name, bus_path, File "/home/android/moonraker/moonraker/components/dbus_manager.py", line 135, in get_interfaces introspection = await self.bus.introspect(bus_name, bus_path) File "/home/android/moonraker-env/lib/python3.9/site-packages/dbus_next/aio/message_bus.py", line 216, in introspect return await asyncio.wait_for(future, timeout=timeout) File "/usr/lib/python3.9/asyncio/tasks.py", line 481, in wait_for return fut.result() File "/home/android/moonraker-env/lib/python3.9/site-packages/dbus_next/message_bus.py", line 195, in reply_notify BaseMessageBus._check_method_return(reply, err, 's') File "/home/android/moonraker-env/lib/python3.9/site-packages/dbus_next/message_bus.py", line 615, in _check_method_return raise DBusError._from_message(msg) dbus_next.errors.DBusError: Launch helper exited with unknown return code 1 2023-10-19 10:05:24,262 [server.py:add_warning()] - Component 'machine' failed to load with error: Launch helper exited with unknown return code 1 2023-10-19 10:05:24,262 [server.py:_initialize_component()] - Performing Component Post Init: [proc_stats] 2023-10-19 10:05:24,262 [server.py:_initialize_component()] - Performing Component Post Init: [announcements] 2023-10-19 10:05:24,264 [server.py:_initialize_component()] - Performing Component Post Init: [webcam] 2023-10-19 10:05:24,265 [server.py:_initialize_component()] - Performing Component Post Init: [klippy_connection] 2023-10-19 10:05:24,266 [server.py:_initialize_component()] - Performing Component Post Init: [authorization] 2023-10-19 10:05:24,266 [server.py:_initialize_component()] - Performing Component Post Init: [update_manager] 2023-10-19 10:05:24,374 [base_deploy.py:log_info()] - PackageDeploy: PackageKit Provider Configured 2023-10-19 10:05:24,417 [update_manager.py:_handle_auto_refresh()] - update_manger: Install validation pending, bypassing initial refresh 2023-10-19 10:05:24,417 [machine.py:_check_service_file()] - Performing Service Validation... 2023-10-19 10:05:24,418 [server.py:add_warning()] - Unable to retrieve Moonraker service info. Service file must be updated manually. 2023-10-19 10:05:24,420 [extensions.py:start_unix_server()] - Creating Unix Domain Socket at '/home/android/printer_data/comms/moonraker.sock' 2023-10-19 10:05:24,423 [server.py:start_server()] - Starting Moonraker on (0.0.0.0, 7125), Hostname: localhost 2023-10-19 10:05:24,425 [app.py:listen()] - SSL Certificate/Key not configured, aborting HTTPS Server startup

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • mobileraker_companion

    Companion for mobileraker, enabling push notification.

  • -------------------- Log Start | Thu Oct 19 14:05:22 2023 -------------------- data_path: /home/android/printer_data is_default_data_path: True config_file: /home/android/printer_data/config/moonraker.conf startup_warnings: [] verbose: False debug: False asyncio_debug: False is_backup_config: False is_python_package: False instance_uuid: 766564b4528e4af4b923afa059b299a9 unix_socket_path: /home/android/printer_data/comms/moonraker.sock software_version: v0.8.0-186-g2641fc5 git_branch: master git_remote: origin git_repo_url: https://github.com/Arksine/moonraker.git modified_files: [] unofficial_components: [] log_file: /home/android/printer_data/logs/moonraker.log python_version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] msgspec_enabled: False uvloop_enabled: False 2023-10-19 10:05:22,915 [confighelper.py:read_file()] - Configuration File '/home/android/printer_data/config/moonraker.conf' parsed, total size: 1368 B 2023-10-19 10:05:22,916 [server.py:add_log_rollover_item()] - #################### Moonraker Configuration #################### [server] host = 0.0.0.0 port = 7125 klippy_uds_address = /home/android/printer_data/comms/klippy.sock [authorization] trusted_clients = 10.0.0.0/8 127.0.0.0/8 169.254.0.0/16 172.16.0.0/12 192.168.0.0/16 FE80::/10 ::1/128 192.168.2.1 cors_domains = *.lan *.local *://localhost *://localhost:* *://my.mainsail.xyz *://app.fluidd.xyz [octoprint_compat] [history] [update_manager] channel = dev refresh_interval = 168 [update_manager mainsail-config] type = git_repo primary_branch = master path = ~/mainsail-config origin = https://github.com/mainsail-crew/mainsail-config.git managed_services = klipper [update_manager mainsail] type = web channel = stable repo = mainsail-crew/mainsail path = ~/mainsail [update_manager mobileraker] type = git_repo path = /home/android/mobileraker_companion origin = https://github.com/Clon1998/mobileraker_companion.git primary_branch = main managed_services = mobileraker env = /home/android/mobileraker-env/bin/python requirements = scripts/mobileraker-requirements.txt install_script = scripts/install-mobileraker-companion.sh [update_manager fluidd-config] type = git_repo primary_branch = master path = ~/fluidd-config origin = https://github.com/fluidd-core/fluidd-config.git managed_services = klipper [update_manager fluidd] type = web channel = stable repo = fluidd-core/fluidd path = ~/fluidd ################################################################# All Configuration Files: /home/android/printer_data/config/moonraker.conf ################################################################# ------------------- omitting a bunch of HTTP registrations ----------------------- System Info: ***python*** version: (3, 9, 2, 'final', 0) version_string: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] ***cpu_info*** cpu_count: 4 bits: 64bit processor: aarch64 cpu_desc: serial_number: hardware_desc: Qualcomm Technologies, Inc MSM8992 model: total_memory: 1858336 memory_units: kB ***sd_info*** manufacturer_id: 11 manufacturer: Unknown oem_id: 0100 product_name: 016G7 product_revision: 3.2 serial_number: 000bce12 manufacturer_date: 2/2082 capacity: Unknown total_bytes: 0 ***distribution*** name: Debian GNU/Linux 11 (bullseye) id: debian version: 11 version_parts: {'major': '11', 'minor': '', 'build_number': ''} like: codename: bullseye release_info: {} ***virtualization*** virt_type: none virt_identifier: none ***network*** ***canbus*** ***Allowed Services*** klipper_mcu webcamd MoonCord KlipperScreen moonraker-telegram-bot moonraker-obico sonar crowsnest octoeverywhere ratos-configurator mobileraker ------------------- omitting a bunch of HTTP registrations ----------------------- 2023-10-19 10:05:23,843 [authorization.py:__init__()] - Authorization Configuration Loaded Trusted Clients: 192.168.2.1 10.0.0.0/8 127.0.0.0/8 169.254.0.0/16 172.16.0.0/12 192.168.0.0/16 fe80::/10 ::1/128 CORS Domains: .*\.lan .*\.local .*://localhost .*://localhost:.* .*://my\.mainsail\.xyz .*://app\.fluidd\.xyz ------------------- omitting a bunch of HTTP registrations ----------------------- 2023-10-19 10:05:24,089 [server.py:load_component()] - Component (octoprint_compat) loaded 2023-10-19 10:05:24,115 [server.py:_initialize_component()] - Performing Component Post Init: [dbus_manager] 2023-10-19 10:05:24,154 [server.py:_initialize_component()] - Performing Component Post Init: [file_manager] 2023-10-19 10:05:24,166 [server.py:_initialize_component()] - Performing Component Post Init: [machine] 2023-10-19 10:05:24,167 [machine.py:validation_init()] - Validation version in database out of date 2023-10-19 10:05:24,261 [server.py:_initialize_component()] - Component [machine] failed post init Traceback (most recent call last): File "/home/android/moonraker/moonraker/server.py", line 225, in _initialize_component await ret File "/home/android/moonraker/moonraker/components/machine.py", line 252, in component_init await self.sys_provider.initialize() File "/home/android/moonraker/moonraker/components/machine.py", line 1014, in initialize self.systemd_mgr = await self.dbus_mgr.get_interface( File "/home/android/moonraker/moonraker/components/dbus_manager.py", line 123, in get_interface ret = await self.get_interfaces(bus_name, bus_path, File "/home/android/moonraker/moonraker/components/dbus_manager.py", line 135, in get_interfaces introspection = await self.bus.introspect(bus_name, bus_path) File "/home/android/moonraker-env/lib/python3.9/site-packages/dbus_next/aio/message_bus.py", line 216, in introspect return await asyncio.wait_for(future, timeout=timeout) File "/usr/lib/python3.9/asyncio/tasks.py", line 481, in wait_for return fut.result() File "/home/android/moonraker-env/lib/python3.9/site-packages/dbus_next/message_bus.py", line 195, in reply_notify BaseMessageBus._check_method_return(reply, err, 's') File "/home/android/moonraker-env/lib/python3.9/site-packages/dbus_next/message_bus.py", line 615, in _check_method_return raise DBusError._from_message(msg) dbus_next.errors.DBusError: Launch helper exited with unknown return code 1 2023-10-19 10:05:24,262 [server.py:add_warning()] - Component 'machine' failed to load with error: Launch helper exited with unknown return code 1 2023-10-19 10:05:24,262 [server.py:_initialize_component()] - Performing Component Post Init: [proc_stats] 2023-10-19 10:05:24,262 [server.py:_initialize_component()] - Performing Component Post Init: [announcements] 2023-10-19 10:05:24,264 [server.py:_initialize_component()] - Performing Component Post Init: [webcam] 2023-10-19 10:05:24,265 [server.py:_initialize_component()] - Performing Component Post Init: [klippy_connection] 2023-10-19 10:05:24,266 [server.py:_initialize_component()] - Performing Component Post Init: [authorization] 2023-10-19 10:05:24,266 [server.py:_initialize_component()] - Performing Component Post Init: [update_manager] 2023-10-19 10:05:24,374 [base_deploy.py:log_info()] - PackageDeploy: PackageKit Provider Configured 2023-10-19 10:05:24,417 [update_manager.py:_handle_auto_refresh()] - update_manger: Install validation pending, bypassing initial refresh 2023-10-19 10:05:24,417 [machine.py:_check_service_file()] - Performing Service Validation... 2023-10-19 10:05:24,418 [server.py:add_warning()] - Unable to retrieve Moonraker service info. Service file must be updated manually. 2023-10-19 10:05:24,420 [extensions.py:start_unix_server()] - Creating Unix Domain Socket at '/home/android/printer_data/comms/moonraker.sock' 2023-10-19 10:05:24,423 [server.py:start_server()] - Starting Moonraker on (0.0.0.0, 7125), Hostname: localhost 2023-10-19 10:05:24,425 [app.py:listen()] - SSL Certificate/Key not configured, aborting HTTPS Server startup

  • fluidd-config

    Fluidd base configuration for Klipper

  • -------------------- Log Start | Thu Oct 19 14:05:22 2023 -------------------- data_path: /home/android/printer_data is_default_data_path: True config_file: /home/android/printer_data/config/moonraker.conf startup_warnings: [] verbose: False debug: False asyncio_debug: False is_backup_config: False is_python_package: False instance_uuid: 766564b4528e4af4b923afa059b299a9 unix_socket_path: /home/android/printer_data/comms/moonraker.sock software_version: v0.8.0-186-g2641fc5 git_branch: master git_remote: origin git_repo_url: https://github.com/Arksine/moonraker.git modified_files: [] unofficial_components: [] log_file: /home/android/printer_data/logs/moonraker.log python_version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] msgspec_enabled: False uvloop_enabled: False 2023-10-19 10:05:22,915 [confighelper.py:read_file()] - Configuration File '/home/android/printer_data/config/moonraker.conf' parsed, total size: 1368 B 2023-10-19 10:05:22,916 [server.py:add_log_rollover_item()] - #################### Moonraker Configuration #################### [server] host = 0.0.0.0 port = 7125 klippy_uds_address = /home/android/printer_data/comms/klippy.sock [authorization] trusted_clients = 10.0.0.0/8 127.0.0.0/8 169.254.0.0/16 172.16.0.0/12 192.168.0.0/16 FE80::/10 ::1/128 192.168.2.1 cors_domains = *.lan *.local *://localhost *://localhost:* *://my.mainsail.xyz *://app.fluidd.xyz [octoprint_compat] [history] [update_manager] channel = dev refresh_interval = 168 [update_manager mainsail-config] type = git_repo primary_branch = master path = ~/mainsail-config origin = https://github.com/mainsail-crew/mainsail-config.git managed_services = klipper [update_manager mainsail] type = web channel = stable repo = mainsail-crew/mainsail path = ~/mainsail [update_manager mobileraker] type = git_repo path = /home/android/mobileraker_companion origin = https://github.com/Clon1998/mobileraker_companion.git primary_branch = main managed_services = mobileraker env = /home/android/mobileraker-env/bin/python requirements = scripts/mobileraker-requirements.txt install_script = scripts/install-mobileraker-companion.sh [update_manager fluidd-config] type = git_repo primary_branch = master path = ~/fluidd-config origin = https://github.com/fluidd-core/fluidd-config.git managed_services = klipper [update_manager fluidd] type = web channel = stable repo = fluidd-core/fluidd path = ~/fluidd ################################################################# All Configuration Files: /home/android/printer_data/config/moonraker.conf ################################################################# ------------------- omitting a bunch of HTTP registrations ----------------------- System Info: ***python*** version: (3, 9, 2, 'final', 0) version_string: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] ***cpu_info*** cpu_count: 4 bits: 64bit processor: aarch64 cpu_desc: serial_number: hardware_desc: Qualcomm Technologies, Inc MSM8992 model: total_memory: 1858336 memory_units: kB ***sd_info*** manufacturer_id: 11 manufacturer: Unknown oem_id: 0100 product_name: 016G7 product_revision: 3.2 serial_number: 000bce12 manufacturer_date: 2/2082 capacity: Unknown total_bytes: 0 ***distribution*** name: Debian GNU/Linux 11 (bullseye) id: debian version: 11 version_parts: {'major': '11', 'minor': '', 'build_number': ''} like: codename: bullseye release_info: {} ***virtualization*** virt_type: none virt_identifier: none ***network*** ***canbus*** ***Allowed Services*** klipper_mcu webcamd MoonCord KlipperScreen moonraker-telegram-bot moonraker-obico sonar crowsnest octoeverywhere ratos-configurator mobileraker ------------------- omitting a bunch of HTTP registrations ----------------------- 2023-10-19 10:05:23,843 [authorization.py:__init__()] - Authorization Configuration Loaded Trusted Clients: 192.168.2.1 10.0.0.0/8 127.0.0.0/8 169.254.0.0/16 172.16.0.0/12 192.168.0.0/16 fe80::/10 ::1/128 CORS Domains: .*\.lan .*\.local .*://localhost .*://localhost:.* .*://my\.mainsail\.xyz .*://app\.fluidd\.xyz ------------------- omitting a bunch of HTTP registrations ----------------------- 2023-10-19 10:05:24,089 [server.py:load_component()] - Component (octoprint_compat) loaded 2023-10-19 10:05:24,115 [server.py:_initialize_component()] - Performing Component Post Init: [dbus_manager] 2023-10-19 10:05:24,154 [server.py:_initialize_component()] - Performing Component Post Init: [file_manager] 2023-10-19 10:05:24,166 [server.py:_initialize_component()] - Performing Component Post Init: [machine] 2023-10-19 10:05:24,167 [machine.py:validation_init()] - Validation version in database out of date 2023-10-19 10:05:24,261 [server.py:_initialize_component()] - Component [machine] failed post init Traceback (most recent call last): File "/home/android/moonraker/moonraker/server.py", line 225, in _initialize_component await ret File "/home/android/moonraker/moonraker/components/machine.py", line 252, in component_init await self.sys_provider.initialize() File "/home/android/moonraker/moonraker/components/machine.py", line 1014, in initialize self.systemd_mgr = await self.dbus_mgr.get_interface( File "/home/android/moonraker/moonraker/components/dbus_manager.py", line 123, in get_interface ret = await self.get_interfaces(bus_name, bus_path, File "/home/android/moonraker/moonraker/components/dbus_manager.py", line 135, in get_interfaces introspection = await self.bus.introspect(bus_name, bus_path) File "/home/android/moonraker-env/lib/python3.9/site-packages/dbus_next/aio/message_bus.py", line 216, in introspect return await asyncio.wait_for(future, timeout=timeout) File "/usr/lib/python3.9/asyncio/tasks.py", line 481, in wait_for return fut.result() File "/home/android/moonraker-env/lib/python3.9/site-packages/dbus_next/message_bus.py", line 195, in reply_notify BaseMessageBus._check_method_return(reply, err, 's') File "/home/android/moonraker-env/lib/python3.9/site-packages/dbus_next/message_bus.py", line 615, in _check_method_return raise DBusError._from_message(msg) dbus_next.errors.DBusError: Launch helper exited with unknown return code 1 2023-10-19 10:05:24,262 [server.py:add_warning()] - Component 'machine' failed to load with error: Launch helper exited with unknown return code 1 2023-10-19 10:05:24,262 [server.py:_initialize_component()] - Performing Component Post Init: [proc_stats] 2023-10-19 10:05:24,262 [server.py:_initialize_component()] - Performing Component Post Init: [announcements] 2023-10-19 10:05:24,264 [server.py:_initialize_component()] - Performing Component Post Init: [webcam] 2023-10-19 10:05:24,265 [server.py:_initialize_component()] - Performing Component Post Init: [klippy_connection] 2023-10-19 10:05:24,266 [server.py:_initialize_component()] - Performing Component Post Init: [authorization] 2023-10-19 10:05:24,266 [server.py:_initialize_component()] - Performing Component Post Init: [update_manager] 2023-10-19 10:05:24,374 [base_deploy.py:log_info()] - PackageDeploy: PackageKit Provider Configured 2023-10-19 10:05:24,417 [update_manager.py:_handle_auto_refresh()] - update_manger: Install validation pending, bypassing initial refresh 2023-10-19 10:05:24,417 [machine.py:_check_service_file()] - Performing Service Validation... 2023-10-19 10:05:24,418 [server.py:add_warning()] - Unable to retrieve Moonraker service info. Service file must be updated manually. 2023-10-19 10:05:24,420 [extensions.py:start_unix_server()] - Creating Unix Domain Socket at '/home/android/printer_data/comms/moonraker.sock' 2023-10-19 10:05:24,423 [server.py:start_server()] - Starting Moonraker on (0.0.0.0, 7125), Hostname: localhost 2023-10-19 10:05:24,425 [app.py:listen()] - SSL Certificate/Key not configured, aborting HTTPS Server startup

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts