python-tailscale icon indicating copy to clipboard operation
python-tailscale copied to clipboard

Gross patch for tailscale.py

Open brandonscript opened this issue 1 month ago • 1 comments

There is some weird behavior (#1262) where the client expects a dict and the API is now (?) returning a list, as well as mismatched property casing (snake hair_pinning vs. camel hairPinning).

This is not the "correct" way to fix it, but it will at least get things working again.

Proposed Changes

Not actually proposing these changes, but demonstrating the problem and a workaround for anyone who needs this temporarily patched.

Related Issues

([Github link][autolink-references] to related issues or pull requests) #1262

brandonscript avatar Nov 11 '25 20:11 brandonscript

Can be closed in favor of #1265 and #1267.

lmagyar avatar Nov 12 '25 13:11 lmagyar