Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
3 years agoHelp moving from StickyPassword to 1 Password, please [Solved]
Hi thank you for your help, in advance!
I have downloaded the mrc-converter-suite and Perl, as well as the export of the xml version of StickyPassword. I've gotten stuck in the import part in the c...
Former Member
3 years agoMrC I think I found some of my error, but still can't get a converted file.
C:\Users\jules\Desktop\mrc-converter-suite>perl convert.pl -v stickypassword --ignoretimestamps ..\pm_export.xml
Use of uninitialized value $value in sprintf at
C:/Users/jules/Desktop/mrc-converter-suite/./Converters/Stickypassword.pm line 370 (#1)
(W uninitialized) An undefined value was used as if it were already
defined. It was interpreted as a "" or a 0, but maybe it was a mistake.
To suppress this warning assign a defined value to your variables.
To help you figure out what was undefined, perl will try to tell you
the name of the variable (if any) that was undefined. In some cases
it cannot do this, so it also tells you what operation you used the
undefined value in. Note, however, that perl optimizes your program
and the operation displayed in the warning may not necessarily appear
literally in your program. For example, "that $foo" is usually
optimized into "that " . $foo, and the warning will refer to the
concatenation (.) operator, even though there is no . in
your program.
Uncaught exception from user code:
Error parsing time at C:/Strawberry/perl/lib/Time/Piece.pm line 598.
Time::Piece::strptime("Time::Piece", 16010101, "%Y%m%d") called at C:/Users/jules/Desktop/mrc-converter-suite/./Converters/Stickypassword.pm line 468
Converters::Stickypassword::parse_date_string(16010101) called at C:/Users/jules/Desktop/mrc-converter-suite/./Converters/Stickypassword.pm line 483
Converters::Stickypassword::date2epoch(16010101, "local") called at C:/Users/jules/Desktop/mrc-converter-suite/./Converters/Stickypassword.pm line 125
Converters::Stickypassword::ANON(16010101, "birthdate") called at C:/Users/jules/Desktop/mrc-converter-suite/./MCS/Core.pm line 151
MCS::Core::normalize_records(MCS::Core=HASH(0x3c39db8), MCS::Generators::PUX=HASH(0x53f2068), "identity", ARRAY(0x3c3a6f0), HASH(0x3c3a798)) called at C:/Users/jules/Desktop/mrc-converter-suite/./Converters/Stickypassword.pm line 251
Converters::Stickypassword::import(Converters::Stickypassword=HASH(0x3c42b78), "..\pm_export.xml", undef) called at convert.pl line 200
C:\Users\jules\Desktop\mrc-converter-suite>