Jump to content

thomasSDK

Member
  • Posts

    1
  • Joined

  • Last visited

Everything posted by thomasSDK

  1. Hi blacs30, This is an amazing Workflow but im running into some issues getting it up and running and it would be great if you could help me out and if you can explain whats going wrong in the code as well that would be amazing (ive had a bit of a poke around but dont have much experience with Python). Im running version 1.2.4 and Alfred 4 with Script Editor and Alfred both added to the Accessibly permissions of Privacy and Security. When trying to Login the enter password popup shows but when I enter my password nothing happens, here is the log from the debug console (ive managed to login via the bitwarden-cli in the terminal btws) Cheers [22:32:04.480] Bitwarden CLI[Keyword] Processing complete [22:32:04.481] Bitwarden CLI[Keyword] Passing output '' to Run Script [22:32:09.923] STDERR: Bitwarden CLI[Run Script] . 22:32:04 workflow.py:2055 DEBUG ---------- Bitwarden CLI (1.2.4) ---------- 22:32:04 <string>:120 DEBUG MAIN: Started 22:32:04 <string>:132 DEBUG MAIN: 2fa method not set 22:32:04 <string>:142 DEBUG MAIN: 2fa not used 22:32:04 <string>:97 DEBUG START get_bw_exec 22:32:04 <string>:106 DEBUG END found get_bw_exec 22:32:04 <string>:149 DEBUG MAIN: Start login without 2fa 22:32:04 <string>:54 DEBUG login: - bw Start running bw login 22:32:04 <string>:17 DEBUG login: START for ********@mail.com and title: Enter Bitwarden password 22:32:04 <string>:37 DEBUG login: START osascript to ask for the password. 22:32:09 <string>:40 DEBUG login: Evaluate returned result status from the password entry. 22:32:09 <string>:45 DEBUG login: osascript - An error occured: 2019-09-28 22:32:04.818 osascript[96370:371271] isPrefsCreateCacheFromEnabledAndDefaultInputSources - can't find anything from GetInputSourceEnabledPrefs, use defaultASCIIKeyLayoutDict = <CFBasicHash 0x7fb48d532f10 [0x7fff9600f8e0]>{type = mutable dict, count = 3, entries => 0 : <CFString 0x7fff9607a818 [0x7fff9600f8e0]>{contents = "InputSourceKind"} = <CFString 0x7fff960bfd58 [0x7fff9600f8e0]>{contents = "Keyboard Layout"} 1 : <CFString 0x7fff960abe98 [0x7fff9600f8e0]>{contents = "KeyboardLayout ID"} = <CFNumber 0x7c28f854af23cc1f [0x7fff9600f8e0]>{value = +2, type = kCFNumberSInt64Type} 9 : <CFString 0x7fff96075518 [0x7fff9600f8e0]>{contents = "KeyboardLayout Name"} = British } 22:32:09 workflow.py:2074 ERROR local variable 'out' referenced before assignment Traceback (most recent call last): File "workflow/workflow.py", line 2067, in run func(self) File "<string>", line 150, in main File "<string>", line 57, in login UnboundLocalError: local variable 'out' referenced before assignment 22:32:09 workflow.py:2097 DEBUG ---------- finished in 5.290s ---------- [22:32:09.928] Bitwarden CLI[Run Script] Processing complete [22:32:09.929] Bitwarden CLI[Run Script] Passing output '<?xml version="1.0" encoding="utf-8"?> <items><item valid="no"><title>Error in workflow 'Bitwarden CLI'</title><subtitle>local variable 'out' referenced before assignment</subtitle><icon>/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertStopIcon.icns</icon></item></items>' to Post Notification
×
×
  • Create New...