Auto-submit works inconsistently

victrolux
victrolux
Community Member
edited April 2014 in Mac

My first use of 1PW4 (v 4.1.2)

I've noticed that on the Mac (Safari7.0.3) the auto-submit works inconsistently USING THE SAME LOGIN. As a test, I repeatedly double click my AgileBits discussion login:

http://discussions.agilebits.com/entry/signin

Approximately 25% of the time it results in an auto-submit of the username and password. The other 75% of the time it opens the sign-in page but does NOT fill in and submit the name & PW.

BTW on my iPad version of 1PW4(v 4.3.2) auto-submit works every time.

Thanks,

Victor

Comments

  • Megan
    Megan
    1Password Alumni

    Hi @victrolux‌

    I'm sorry to hear that you're having trouble with the 1Password extension right now. Thanks so much for including your version number, that gives us a much better place to start!

    Have you installed the Autosubmit Script yet? This should make submitting Logins a more reliable experience.

    If you're still seeing this issue after installing the script, please let me know and we'll investigate further!

  • victrolux
    victrolux
    Community Member

    Thanks Megan

    Interesting... after installing the auto submit... NOW when I double click the login file in 1PW or use the "Command+\" short cut in the login form for my agile bits forum, I get an error warning:

    "The operation couldn't be completed. /Users/(my user name)/Library/Application Scripts/2BUAC4S2C.com.agilebits.onepassword-osx-helper/1Password_Autosubmit.scpt:162:173:script error: expected end of line, etc. But found class name. Parentheses – 2741)"

    FYI: I believe I had previously installed the auto submit script. But did so again after your reply... just to be sure. If that's relevant.

    Thanks

  • victrolux
    victrolux
    Community Member
    edited April 2014

    RESOLVED: I fixed the above problem (error message).

    I found and opened (in Apple-script editor) the auto-submit script. There seemed to be an error in the script... having to do with a line end. i simply added a return to one particular line, creating a line break, and now the script works again.

    I don't know if this error was present in the script you had me download, or is somehow it "broke" on it's own after my download. either way... interesting and, "NEVERMIND!"

    FYI, I have pasted the code I found in the script before and after the change I made.


    before I added a line break:

    --This simple script allows 1Password

    --to perform autosubmit by pressing the return key on your behalf

    tell application "System Events" to keystroke return tell application "System Events" to keystroke return

    tell application "System Events" to keystroke return

    tell application "System Events" to keystroke return

    after I added a line break:

    --This simple script allows 1Password

    --to perform autosubmit by pressing the return key on your behalf

    tell application "System Events" to keystroke return

    tell application "System Events" to keystroke return

    tell application "System Events" to keystroke return

    tell application "System Events" to keystroke return


    thanx,
    Victor

  • Jasper
    edited April 2014

    Hi @victrolux‌,

    I'm glad to hear that's resolved! :)

    The script seems to install fine for me, so it must just be something that went wrong in your case.

    Is your original problem fixed now as well?

  • victrolux
    victrolux
    Community Member
    edited April 2014

    yes everything seems to work now. tho, ironically, I JUST updated my MAS version to 4.3. So all is good. THANX

  • Awesome! Please let us know if you have any other questions. We're always here to help! :)

This discussion has been closed.