lastpass / lastpass-cli

LastPass command line interface tool
GNU General Public License v2.0
2.86k stars 290 forks source link

Attempting to create a shared folder with the same name as one that already exists in the enterprise does not display an error. #322

Open vivianho opened 7 years ago

vivianho commented 7 years ago

Repro instructions:

Then:

➜  ~ lpass share userls abc
Error: Share abc not found.
➜  ~ lpass share userls Shared-abc
Error: Share Shared-abc not found.
➜  ~ lpass share create abc
Folder Shared-abc created.
➜  ~ lpass share userls abc
Error: Share abc not found.
➜  ~ lpass share userls Shared-abc
Error: Share Shared-abc not found.

Expected outcome: Folder Shared-abc created. should not be displayed, the folder failed to be created. There should be a meaningful error that is shown instead here.

MeOnGitHub123 commented 5 years ago

had same experience - for most of the shared folders it helps to remove them in the GUI and even purging them ( unluckily not possible vai cmd-line yet - #229

but yes issue still exists