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

Unable to Login #114

Closed
joshrhoades opened this issue Dec 4, 2019 · 1 comment
Closed

Unable to Login #114

joshrhoades opened this issue Dec 4, 2019 · 1 comment

Comments

@joshrhoades
Copy link

Installed the latest build, and the first run I got the login prompt, entered all that (correctly), and got a 401 error (despite the info being correct). Tried again, and got nothing, no prompt, no error, no response at all. Killed Alfred and restarted it and still can't get any prompt. I cleaned and re-installed, logged in again (using id.atlassian.com instead of the branded URL), and got a 405 response, and could not get back to the login prompt again.

Here's the debug log from Alfred:

[10:44:08.857] Logging Started...
[10:44:11.448] jira[Script Filter] Queuing argument ''
[10:44:11.681] jira[Script Filter] Script with argv '(null)' finished
[10:44:11.684] STDERR: jira[Script Filter] Unable to get options. auth.checkConfig did not pass.
[10:44:11.685] jira[Script Filter] <?xml version="1.0"?>
<items>
  <item valid="yes" arg="login">
    <title>Login</title>
    <icon>/Users/USER/Downloads/alfred-jira-master/resources/icons/login.png</icon>
  </item>
</items>
[10:44:24.232] jira[Script Filter] Processing complete
[10:44:24.233] jira[Script Filter] Passing output 'login' to Run Script
[10:44:24.716] ERROR: jira[Run Script] /Users/USER/Downloads/alfred-jira-master/lib/jira/auth.js:19
      if (err) throw err;
               ^

Error: Command failed: /bin/zsh -c "eval \$(echo \"\$(/usr/libexec/path_helper -s)\" | awk -F';' '{ print \$1 }'); npm run electron login"
internal/modules/cjs/loader.js:895
    throw err;
    ^

Error: Cannot find module './'
Require stack:
- /Users/USER/Downloads/alfred-jira-master/node_modules/.bin/electron
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15)
    at Function.Module._load (internal/modules/cjs/loader.js:785:27)
    at Module.require (internal/modules/cjs/loader.js:956:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object.<anonymous> (/Users/USER/Downloads/alfred-jira-master/node_modules/.bin/electron:3:16)
    at Module._compile (internal/modules/cjs/loader.js:1063:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1103:10)
    at Module.load (internal/modules/cjs/loader.js:914:32)
    at Function.Module._load (internal/modules/cjs/loader.js:822:14)
    at Function.Module.runMain (internal/modules/cjs/loader.js:1143:12) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/Users/USER/Downloads/alfred-jira-master/node_modules/.bin/electron'
  ]
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] electron: `electron . "login"`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] electron script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/USER/.npm/_logs/2019-12-04T18_44_24_628Z-debug.log

    at ChildProcess.exithandler (child_process.js:295:12)
    at ChildProcess.emit (events.js:210:5)
    at maybeClose (internal/child_process.js:1028:16)
    at Socket.<anonymous> (internal/child_process.js:430:11)
    at Socket.emit (events.js:210:5)
    at Pipe.<anonymous> (net.js:659:12) {
  killed: false,
  code: 1,
  signal: null,
  cmd: `/bin/zsh -c "eval \\$(echo \\"\\$(/usr/libexec/path_helper -s)\\" | awk -F';' '{ print \\$1 }'); npm run electron login"`
}
[10:44:24.749] jira[Run Script] Processing complete
[10:44:24.750] jira[Run Script] Passing output '' to Post Notification
[10:47:52.404] Logging Stopped.
[10:48:38.786] Logging Started...
[10:48:40.557] jira[Script Filter] Queuing argument ''
[10:48:40.797] jira[Script Filter] Script with argv '(null)' finished
[10:48:40.799] STDERR: jira[Script Filter] Unable to get options. auth.checkConfig did not pass.
[10:48:40.799] jira[Script Filter] <?xml version="1.0"?>
<items>
  <item valid="yes" arg="login">
    <title>Login</title>
    <icon>/Users/USER/sourcecode/alfred-jira/resources/icons/login.png</icon>
  </item>
</items>
[10:48:41.339] jira[Script Filter] Processing complete
[10:48:41.340] jira[Script Filter] Passing output 'login' to Run Script
[10:49:16.750] STDERR: jira[Run Script] (node:7468) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
Credentials erased!
[10:49:16.751] jira[Run Script] Processing complete
[10:49:16.752] jira[Run Script] Passing output '405: Method Not Allowed
' to Post Notification
[10:49:21.568] jira[Script Filter] Queuing argument ''
[10:49:21.828] jira[Script Filter] Script with argv '(null)' finished
[10:49:21.829] STDERR: jira[Script Filter] Unable to get options. auth.checkConfig did not pass.
[10:49:21.829] jira[Script Filter] <?xml version="1.0"?>
<items>
  <item valid="yes" arg="login">
    <title>Login</title>
    <icon>/Users/USER/sourcecode/alfred-jira/resources/icons/login.png</icon>
  </item>
</items>
[10:49:22.326] jira[Script Filter] Processing complete
[10:49:22.327] jira[Script Filter] Passing output 'login' to Run Script
[10:49:22.812] ERROR: jira[Run Script] /Users/USER/sourcecode/alfred-jira/lib/jira/auth.js:19
      if (err) throw err;
               ^

Error: Command failed: /bin/zsh -c "eval \$(echo \"\$(/usr/libexec/path_helper -s)\" | awk -F';' '{ print \$1 }'); npm run electron login"
internal/modules/cjs/loader.js:895
    throw err;
    ^

Error: Cannot find module './'
Require stack:
- /Users/USER/sourcecode/alfred-jira/node_modules/.bin/electron
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15)
    at Function.Module._load (internal/modules/cjs/loader.js:785:27)
    at Module.require (internal/modules/cjs/loader.js:956:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object.<anonymous> (/Users/USER/sourcecode/alfred-jira/node_modules/.bin/electron:3:16)
    at Module._compile (internal/modules/cjs/loader.js:1063:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1103:10)
    at Module.load (internal/modules/cjs/loader.js:914:32)
    at Function.Module._load (internal/modules/cjs/loader.js:822:14)
    at Function.Module.runMain (internal/modules/cjs/loader.js:1143:12) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/Users/USER/sourcecode/alfred-jira/node_modules/.bin/electron'
  ]
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] electron: `electron . "login"`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] electron script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/USER/.npm/_logs/2019-12-04T18_49_22_727Z-debug.log

    at ChildProcess.exithandler (child_process.js:295:12)
    at ChildProcess.emit (events.js:210:5)
    at maybeClose (internal/child_process.js:1028:16)
    at Socket.<anonymous> (internal/child_process.js:430:11)
    at Socket.emit (events.js:210:5)
    at Pipe.<anonymous> (net.js:659:12) {
  killed: false,
  code: 1,
  signal: null,
  cmd: `/bin/zsh -c "eval \\$(echo \\"\\$(/usr/libexec/path_helper -s)\\" | awk -F';' '{ print \\$1 }'); npm run electron login"`
}
[10:49:22.813] jira[Run Script] Processing complete
[10:49:22.813] jira[Run Script] Passing output '' to Post Notification
[10:49:30.127] Logging Stopped.
[10:49:31.162] Logging Started...

Here's the npm error log:

0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli   '/usr/local/Cellar/node/13.1.0/bin/node',
1 verbose cli   '/usr/local/bin/npm',
1 verbose cli   'run',
1 verbose cli   'electron',
1 verbose cli   'login'
1 verbose cli ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'preelectron', 'electron', 'postelectron' ]
5 info lifecycle [email protected]~preelectron: [email protected]
6 info lifecycle [email protected]~electron: [email protected]
7 verbose lifecycle [email protected]~electron: unsafe-perm in lifecycle true
8 verbose lifecycle [email protected]~electron: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/USER/sourcecode/alfred-jira/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
9 verbose lifecycle [email protected]~electron: CWD: /Users/USER/sourcecode/alfred-jira
10 silly lifecycle [email protected]~electron: Args: [ '-c', 'electron . "login"' ]
11 silly lifecycle [email protected]~electron: Returned: code: 1  signal: null
12 info lifecycle [email protected]~electron: Failed to exec electron script
13 verbose stack Error: [email protected] electron: `electron . "login"`
13 verbose stack Exit status 1
13 verbose stack     at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
13 verbose stack     at EventEmitter.emit (events.js:210:5)
13 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack     at ChildProcess.emit (events.js:210:5)
13 verbose stack     at maybeClose (internal/child_process.js:1028:16)
13 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
14 verbose pkgid [email protected]
15 verbose cwd /Users/USER/sourcecode/alfred-jira
16 verbose Darwin 19.0.0
17 verbose argv "/usr/local/Cellar/node/13.1.0/bin/node" "/usr/local/bin/npm" "run" "electron" "login"
18 verbose node v13.1.0
19 verbose npm  v6.13.2
20 error code ELIFECYCLE
21 error errno 1
22 error [email protected] electron: `electron . "login"`
22 error Exit status 1
23 error Failed at the [email protected] electron script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]
@joshrhoades
Copy link
Author

Finally got this working. I had to do something similar as #89, by deleting the node_modules in the package contents for the preferences and rerun npm install. Now it's all working.

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