Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm not able to get it worked #3

Open
kocercan opened this issue Jun 29, 2020 · 3 comments
Open

I'm not able to get it worked #3

kocercan opened this issue Jun 29, 2020 · 3 comments

Comments

@kocercan
Copy link

I'm very happy for I found this project. After few tries I can't get over this error. My system is Linux Mint 19.3

$python3 remmina_mremoteng_conv.py -f vf-ptt.xml
Traceback (most recent call last):
File "remmina_mremoteng_conv.py", line 225, in
main()
File "remmina_mremoteng_conv.py", line 193, in main
recursion_for_get_group_name([], root)
File "remmina_mremoteng_conv.py", line 125, in recursion_for_get_group_name
recursion_for_get_group_name(cur_group_name + [cur_node.attrib['Name']], cur_node)
File "remmina_mremoteng_conv.py", line 125, in recursion_for_get_group_name
recursion_for_get_group_name(cur_group_name + [cur_node.attrib['Name']], cur_node)
File "remmina_mremoteng_conv.py", line 147, in recursion_for_get_group_name
PassDecrypt(cur_node.attrib['Password']), True)
File "/home/ercan/.local/lib/python3.6/site-packages/secretstorage/collection.py", line 115, in create_item
self.ensure_not_locked()
File "/home/ercan/.local/lib/python3.6/site-packages/secretstorage/collection.py", line 55, in ensure_not_locked
raise LockedException('Collection is locked!')
secretstorage.exceptions.LockedException: Collection is locked!

@mkud
Copy link
Owner

mkud commented Jun 29, 2020

I tryed to produce this error.
Do you have this dialog box when you first start remmina?

VirtualBox_mint_29_06_2020_15_51_36

@kocercan
Copy link
Author

I've never seen this "unlock login keyring" prompt before.

@kocercan
Copy link
Author

I just found a solution for this. I've unlocked keyring via "passwords and keys(Sea Horse)" right click login and choose unlock. The script finished without any error. When I check remmina I saw the script only imported ssh entries. It just ignores entries with Protocol="RDP" I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants