Attempting to get warp running on an Ubuntu server without a GUI and I’m running into an issue using Warp for Teams.
warp-cli teams-enroll contoso
Couldn’t register callback via xdg-mime: No such file or directory (os error 2)
Couldn’t register browser callbacks. This flow may not be supported on this OS.
No such file or directory (os error 2)
A browser window should open at the following URL:
Exact same issue here! The application handler, even on firefox, does not do anything! And in on the help menu, there is apparently a way to log in in a non-interactive fashion, but the id and secret keys are nowhere to be found in the teams UI.
warp-cli teams-enroll [OPTIONS] <team>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
--access-client-id <CLIENT_ID> Client ID for non-interactive authentication.
--access-client-secret <CLIENT_SECRET> Client secret for non-interactive authentication
Had to downgrade to warp-cli 2021.7.2 to be able to teams-enroll. Then. removed that version and installed the latest 2021.8.1 that has that feature broken as explained above!