Spoolman
Spoolman copied to clipboard
Moonraker updater broken for spoolman
Describe the bug
I can't get the moonraker manager to work with Spoolman.
My setup:
used guide: https://www.youtube.com/watch?v=hRjlJ8aPaOY&t=192s
File Path: /home/pi/spoolman
Donkie suggested:
[update_manager spoolman]
type: web
channel: stable
repo: Donkie/Spoolman
path: ~/Spoolman
I altered mine to the following cause it caused an issue (I didn't use a capital letter in my folder name):
[update_manager spoolman]
type: web
channel: stable
repo: Donkie/Spoolman
path: ~/spoolman
All of that results in this output:
Hardware + Software info
hardware: pi 4
OS: raspbian
spoolman: 0.15.0
Found in moonraker log
2024-01-07 00:01:01,657 [base_deploy.py:log_info()] - Web Client spoolman: Invalid Web Installation, aborting remote refresh
2024-01-07 00:01:01,657 [web_deploy.py:_log_client_info()] - Web Client spoolman Detected:
Repo: Donkie/Spoolman
Channel: stable
Path: /home/pi/spoolman
Local Version: ?
Remote Version: ?
Valid: False
Fallback Client Detected: False
Pre-release: False
Download Url: ?
Download Size: 0
Content Type: ?
Rollback Version: ?
Rollback Repo: ?
It's probably due to the fact that the updater only works if your current spoolman version is at least 0.15.0. You need to manually install that like before. Any future updates however, should be compatible.
I did before i even attempted any of this
the up to date check just says invalid
Same issue here. exactly same.
Fixed the issue - update_manager does not work if you install with Docker. You need to remove the container and install as standalone. then it will all work.