Sergey Kolupaev

Results 91 comments of Sergey Kolupaev

Other clients do not warn you about this issue. Commander works just fine with teams like this ``` Syncing... Could not decrypt team TJU9UU06iWOp1QrNfJGfNQ key: My Vault> ei -t Team...

@lucabartoli That is a valid point. This warning should be logged as INFO not WARNING. It will be fixed in the next Commander release. Thank you

Commander 17.0.15 has been released. It suppresses this warning in a non-interactive mode.

We receive reports like similar to this one periodically, but could never duplicate it. Non-Latin characters are loaded just fine providing that these characters are UTF-8 encoded. The data returned...

The Commander shows debug information when `debug` mode is on. The `debug` command toggles the debug mode. `import` in the debug mode show requests to the LastPass backend. Here is...

`None` means the response from Lastpass has no data. This API call returns Lastpass vault data including shared folders. It is really hard to tell why`getaccts.php` has empty output. Lastpass...

``` [https://lastpass.com:443] "GET /getaccts.php?mobile=1&requestsrc=cli&hasplugin=3.0.23 HTTP/1.1" 200 None ``` `None` at the end of line is suspicious. It looks like the LastPass backend (or some proxy) cancelled the request with no...

This issue could be duplicated when a user adds/modifies its permissions in a shared folder. Add permissions error originates at the .Net SDK. The fix can be release any time....

It is not clear what is the issue. Commander is expected to be installed into a separate Python virtual environment. `pip` packages including Commander are installed into the ${YOUR_VIRTUAL_ENVIRONMENT}/lib/pythonX.X/site-packages/ folder....