node icon indicating copy to clipboard operation
node copied to clipboard

Node identity export to file error on Windows

Open andrey-mysterium opened this issue 2 years ago • 2 comments

Describe the bug We have an empty file after export identities on Windows system

To Reproduce Steps to reproduce the behavior:

  1. identities export path
  2. we have a Success response but file is empty

Expected behavior A destination file need to contain a valid JSON identities data

Environment (please complete the following information):

  • Windows

andrey-mysterium avatar Jul 26 '22 09:07 andrey-mysterium

This feels more like a desktop issue, not the node itself.

tomasmik avatar Jul 26 '22 09:07 tomasmik

This feels more like a desktop issue, not the node itself.

Yes, it seems true. But need to check it.

andrey-mysterium avatar Jul 26 '22 09:07 andrey-mysterium

So I prepare Windows setup and get such results:

1 Execute Myst node application 2 Run Myst CLI and get only one identities in list 3 From my other computer export identity as a JSON text

identities export IDENTITY PASS

4 Import this identity to Windows based test node

identity import PASS {..json..}

5 Export identity to file

Image

6 Check is file exist (yes)

Image

7 Open the file and check content (yes)

Image

8 Remove all .mysterium keystore files on Windows setup 9 Import identity from saved file (done)

Image

So identities export to file work properly from first look.

andrey-mysterium avatar Oct 16 '22 10:10 andrey-mysterium