fix: cert check on connect, force IPv4, remove hardcoded IP from bridge.sh #63
Reference in New Issue
Block a user
No description provided.
Delete Branch "p2l/KX-Bridge-Release:feature/bridge-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Three small housekeeping fixes to
kobrax_client.pyandbridge.sh:FileNotFoundErrorwith a helpful message whenanycubic_slicer.crt/.keyare missing, rather than surfacing a cryptic SSL error deep in the TLS handshakegetaddrinfo(AF_INET)beforecreate_connectionin two places — prevents connection failures on dual-stack networks where the printer hostname resolves to an IPv6 address the printer does not listen onPRINTER_IP="192.168.178.94"— this was shipped as the upstream default and confuses new users who copy the script without realising it contains someone else's LAN addresswoah, should have rebased first! Closing.
Pull request closed