FEATURE: support bonjour .local names
jmgk77 opened this issue · 1 comments
jmgk77 commented
Hi
Excelent tool. As suggestion, would be nice if it support .local name resolution:
eris@eris:~/Lixo/3D$ ./klipper_estimator_linux --config_moonraker_url http://mainsail.local dump-config > config.json
Failed to load printer configuration: request failed: error sending request for url (http://mainsail.local/printer/objects/query?configfile=settings): error trying to connect: dns error: failed to lookup address information: Try again
Dont work...
./klipper_estimator_linux --config_moonraker_url http://192.168.0.11 dump-config > config.json
Works
dalegaard commented
Hi @jmgk77
This relies on the local resolver setup, not klippet_estimator
. See #18 (comment) .
Best regards
Lasse