Implement WireGuard support.
Implement WireGuard support.
Implement WireGuard support.
I can't get wireguard to work on Ubuntu 21.10, see chat discussion in slack for details.
2 issues:
vpn-next.tuxed.net and I don't know why, I don't get an error. Also if I install the wireguard package I see the same behavior.vpn-next.tuxed.net list. If I select one I get the error:Traceback (most recent call last):
File "/home/gijs/Work/surfnet/python-eduvpn-client/eduvpn/interface/event.py", line 165, in on_chosen_profile
connection = connect_server_info.connect(app, profile, oauth_session)
File "/home/gijs/Work/surfnet/python-eduvpn-client/eduvpn/server.py", line 261, in connect
remote.check_response(response)
File "/home/gijs/Work/surfnet/python-eduvpn-client/eduvpn/remote.py", line 52, in check_response
uri = response.history[0].url
IndexError: list index out of range
still the same issues but with a different error:
2022年04月05日 14:33:38,191 - configure-connection - ERROR - eduvpn.interface.event - event.py:167 - error connecting
Traceback (most recent call last):
File "/home/gijs/Work/surfnet/python-eduvpn-client/eduvpn/interface/event.py", line 165, in on_chosen_profile
connection = connect_server_info.connect(app, profile, oauth_session)
File "/home/gijs/Work/surfnet/python-eduvpn-client/eduvpn/server.py", line 261, in connect
remote.check_response(response)
File "/home/gijs/Work/surfnet/python-eduvpn-client/eduvpn/remote.py", line 56, in check_response
msg = f"Got error code {response.status_code} requesting {uri}"
UnboundLocalError: local variable 'uri' referenced before assignment
Please use 4 space indentation
whoops, thanks
I prefer to keep the try branch as short as possible, with an else branch for the rest.
Great addition @jwijenbergh!
No due date set.
No dependencies set.
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?