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

Trailing / in moonraker url on command line fails to work #11

Closed
richardjm opened this issue Jan 29, 2022 · 1 comment
Closed

Trailing / in moonraker url on command line fails to work #11

richardjm opened this issue Jan 29, 2022 · 1 comment

Comments

@richardjm
Copy link

richardjm commented Jan 29, 2022

Compare the two

C:\Users\accou\OneDrive\Reprap\klipper_estimator>"C:\Users\accou\OneDrive\Reprap\klipper_estimator\klipper_estimator.exe" --config_moonraker_url http://voronpi.lan/ post-process "c:\Users\accou\OneDrive\Desktop\20mm-box-Doc 2.4-Voron eSun Abs+ Purple.gcode"
Failed to load printer configuration: reqwest::Error { kind: Decode, source: Error("missing field `result`", line: 1, column: 390) }

C:\Users\accou\OneDrive\Reprap\klipper_estimator>"C:\Users\accou\OneDrive\Reprap\klipper_estimator\klipper_estimator.exe" --config_moonraker_url http://voronpi.lan post-process "c:\Users\accou\OneDrive\Desktop\20mm-box-Doc 2.4-Voron eSun Abs+ Purple.gcode"

C:\Users\accou\OneDrive\Reprap\klipper_estimator>

Also typo of reqwest should be request

@dalegaard
Copy link
Collaborator

Hi!

I couldn't reproduce this, but expect it's somehow related to using/not using a reverse proxy in front of Moonraker. I improved the robustness here so it should be good in next release.

reqwest isn't a typo, it's the name of the library used for HTTP requests :-)

Best regards
Lasse

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

No branches or pull requests

2 participants