waldner
waldner
Same here, the workaround is also inconvenient because it requires editing a lot of panels.
May be related to https://github.com/vlaci/openconnect-sso/issues/135 ?
No sorry, in the end the need to do the conversion went away so I didn't investigate further,
The problem seems to be in the way that `argparse.REMAINDER` is handled in python 3.11, I'm looking for more information.
No, in fact the problem is that the fix (https://github.com/vlaci/openconnect-sso/blame/master/openconnect_sso/cli.py#L125) is not in Pypi yet. So, released version 0.8.1 is broken because of this line: ``` setattr(namespace, self.dest, values[1:]) ```
I'll check it out as soon as I have a moment, thanks.
Yes master is working (note I only tested this specific thing).
From what I could gather, yes. Basically `service-sync` controls whether the local skupper syncs (ie reads/writes) the local services with what is being advertised on the skupper network, with all...
Just installed the new version in archlinux and the bug is fixed! Thanks!
So it turns out this was due to a misbehaving tftp client, which was sending an unexpected ACK after an error was received from the server, corrupting the server status...