jeremyramin / terminal-plus

A terminal package for Atom, complete with themes and more.
https://atom.io/packages/terminal-plus
MIT License
479 stars 253 forks source link

apm install terminal-plus hangs #483

Open mrichman opened 7 years ago

mrichman commented 7 years ago

I'm running this with strict-ssl=false because of internal proxy server issues.

The command runs with the following, and hangs indefinitely:

apm install terminal-plus --verbose        
Installing terminal-plus to /home/mrichman/.atom/packages REQUEST { url: 'https://atom.io/api/packages/terminal-plus',
  json: true,
  retries: 4,
  strictSSL: false,
  headers: { 'User-Agent': 'npm/3.10.5 node/v6.9.5 linux x64' },
  callback: [Function],
  method: 'GET' }
REQUEST make request https://atom.io/api/packages/terminal-plus
REQUEST onRequestResponse https://atom.io/api/packages/terminal-plus 200 { server: 'Cowboy',
  connection: 'close',
  date: 'Tue, 23 May 2017 20:44:26 GMT',
  status: '200 OK',
  'x-frame-options': 'DENY',
  'x-xss-protection': '1; mode=block',
  'x-content-type-options': 'nosniff',
  'strict-transport-security': 'max-age=631152000',
  'content-security-policy': 'default-src \'self\'; connect-src \'self\'; font-src https://github-atom-io-herokuapp-com.global.ssl.fastly.net; frame-src \'self\' https://www.youtube.com; img-src https://* \'self\' https://github-atom-io-herokuapp-com.global.ssl.fastly.net data:; media-src \'self\'; object-src \'self\' https://github-atom-io-herokuapp-com.global.ssl.fastly.net; script-src \'self\' \'unsafe-inline\' https://ssl.google-analytics.com https://www.google-analytics.com https://platform.twitter.com https://github-atom-io-herokuapp-com.global.ssl.fastly.net; style-src \'self\' \'unsafe-inline\' https://github-atom-io-herokuapp-com.global.ssl.fastly.net;',
  'x-request-id': '258ac80b-d9ff-455c-b8f8-09782201142a',
  'x-runtime': '0.006737',
  'x-rack-cache': 'miss',
  'content-type': 'application/json; charset=utf-8',
  etag: 'W/"85493e3f4b08b5f892d692df3277caff"',
  'cache-control': 'max-age=0, private, must-revalidate',
  vary: 'Origin',
  via: '1.1 vegur' }
REQUEST reading response's body
REQUEST finish init function https://atom.io/api/packages/terminal-plus

apm 1.17.0 npm 3.10.5 node 6.9.5 x64 python 2.7.12 git 2.7.4