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

Receiving TypeError: Cannot read property 'securityLevel' of undefined for some passwords #10

Open
ubersol opened this issue Feb 20, 2014 · 0 comments

Comments

@ubersol
Copy link

ubersol commented Feb 20, 2014

Hello,

Apologies if this has been discussed before, but I did not see it.

In some passwords, not all of them, I get this error below:

/usr/local/lib/node_modules/1pass/lib/contents.js:98
      return this.detail().openContents.securityLevel || 'SL5';
                                       ^
TypeError: Cannot read property 'securityLevel' of undefined
    at Item.Contents.Item.Item.securityLevel (/usr/local/lib/node_modules/1pass/lib/contents.js:98:40)
    at Database.search (/usr/local/lib/node_modules/1pass/lib/database.js:47:32)
    at /usr/local/lib/node_modules/1pass/lib/app.js:60:32
    at /usr/local/lib/node_modules/1pass/lib/app.js:106:20
    at ChildProcess.<anonymous> (/usr/local/lib/node_modules/1pass/lib/password_server.js:28:20)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at handleMessage (child_process.js:318:10)
    at Pipe.channel.onread (child_process.js:345:11)

whereas some others work. Not sure if this is an issue on myside or something I am doing wrong. For example:

[drende@lem ~]$ 1pass gmail
1. Gmail (Login)  https://www.google.com/accounts/ServiceLoginAuth
  Email: <user_name>
  Passwd: <password>
  PersistentCookie: 
  signIn: Sign in

Any help would be greatly appreciated !

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

1 participant