question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItΒ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

HttpError: missing custom Accept header?

See original GitHub issue

Thanks for making GitHub experience great via ProBot! Yesterday I tested 9.0.0, and it seems working in my local. However in production env, I met a problem:

Bug Report

Current Behavior Probot called installation/repositories GitHub API automatically, and got 415 due to:

HttpError: If you would like to help us test the GitHub Apps API during its preview period, you must specify a custom media type in the β€˜Accept’ header. Please see the docs for full details.

You can see a full log at sentry.

Expected behavior/code There is no 415 error.

Environment

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
gr2mcommented, Mar 13, 2019

Try to update octokit/rest to the latest version, I think that should fix it: https://github.com/octokit/rest.js/releases/tag/v16.17.1

<div> GitHub</div><div>octokit/rest.js</div><div>GitHub REST API client for JavaScript. Contribute to octokit/rest.js development by creating an account on GitHub.</div>
1reaction
gr2mcommented, Mar 12, 2019

I’ve installed rtd-bot v0.7.1 (last commit: 628ae0d). I’ve run it with the configuration of my WIP app to test the /probot/stats endpoint. It worked without a problem.

Here is my output of npm ls --production for comparion

rtd-bot@0.7.1 /private/tmp/rtd-bot
β”œβ”€β”¬ @types/bunyan@1.8.5
β”‚ └── @types/node@10.9.4
β”œβ”€β”¬ @types/dotenv@6.1.0
β”‚ └── @types/node@10.9.4 deduped
β”œβ”€β”¬ @types/express@4.16.1
β”‚ β”œβ”€β”¬ @types/body-parser@1.17.0
β”‚ β”‚ β”œβ”€β”¬ @types/connect@3.4.32
β”‚ β”‚ β”‚ └── @types/node@10.9.4 deduped
β”‚ β”‚ └── @types/node@10.9.4 deduped
β”‚ β”œβ”€β”¬ @types/express-serve-static-core@4.16.0
β”‚ β”‚ β”œβ”€β”€ @types/events@1.2.0
β”‚ β”‚ β”œβ”€β”€ @types/node@10.9.4 deduped
β”‚ β”‚ └── @types/range-parser@1.2.3
β”‚ └─┬ @types/serve-static@1.13.2
β”‚   β”œβ”€β”€ @types/express-serve-static-core@4.16.0 deduped
β”‚   └── @types/mime@2.0.0
β”œβ”€β”¬ @types/node-fetch@2.1.6
β”‚ └── @types/node@10.9.4 deduped
β”œβ”€β”¬ @types/promise-retry@1.1.3
β”‚ └── @types/retry@0.12.0
β”œβ”€β”¬ @types/puppeteer@1.12.2
β”‚ └── @types/node@10.9.4 deduped
β”œβ”€β”€ dotenv@6.2.0
β”œβ”€β”€ node-fetch@2.3.0
β”œβ”€β”¬ probot@9.0.0
β”‚ β”œβ”€β”¬ @octokit/app@2.2.1
β”‚ β”‚ β”œβ”€β”¬ @octokit/request@2.2.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ @octokit/endpoint@3.1.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ deepmerge@3.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-plain-object@2.0.4 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ universal-user-agent@2.0.1 deduped
β”‚ β”‚ β”‚ β”‚ └── url-template@2.0.8 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ is-plain-object@2.0.4
β”‚ β”‚ β”‚ β”‚ └── isobject@3.0.1
β”‚ β”‚ β”‚ β”œβ”€β”€ node-fetch@2.3.0 deduped
β”‚ β”‚ β”‚ └── universal-user-agent@2.0.1 deduped
β”‚ β”‚ β”œβ”€β”€ jsonwebtoken@8.5.0 deduped
β”‚ β”‚ └─┬ lru-cache@5.1.1
β”‚ β”‚   └── yallist@3.0.3
β”‚ β”œβ”€β”¬ @octokit/graphql@2.0.1
β”‚ β”‚ └── @octokit/request@2.2.1 deduped
β”‚ β”œβ”€β”€ @octokit/plugin-enterprise-compatibility@1.1.0
β”‚ β”œβ”€β”¬ @octokit/plugin-retry@2.2.0
β”‚ β”‚ └── bottleneck@2.17.1
β”‚ β”œβ”€β”¬ @octokit/plugin-throttling@2.4.0
β”‚ β”‚ └── bottleneck@2.17.1
β”‚ β”œβ”€β”¬ @octokit/rest@16.17.0
β”‚ β”‚ β”œβ”€β”¬ @octokit/request@2.4.1
β”‚ β”‚ β”‚ β”œβ”€β”€ @octokit/endpoint@3.1.1 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ deprecation@1.0.1
β”‚ β”‚ β”‚ β”œβ”€β”€ is-plain-object@2.0.4 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ node-fetch@2.3.0 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ once@1.4.0
β”‚ β”‚ β”‚ β”‚ └── wrappy@1.0.2
β”‚ β”‚ β”‚ └── universal-user-agent@2.0.1 deduped
β”‚ β”‚ β”œβ”€β”€ before-after-hook@1.4.0
β”‚ β”‚ β”œβ”€β”€ btoa-lite@1.0.0
β”‚ β”‚ β”œβ”€β”€ lodash.get@4.4.2
β”‚ β”‚ β”œβ”€β”€ lodash.set@4.3.2
β”‚ β”‚ β”œβ”€β”€ lodash.uniq@4.5.0
β”‚ β”‚ β”œβ”€β”€ octokit-pagination-methods@1.1.0 deduped
β”‚ β”‚ β”œβ”€β”¬ universal-user-agent@2.0.1
β”‚ β”‚ β”‚ └─┬ os-name@2.0.1
β”‚ β”‚ β”‚   β”œβ”€β”€ macos-release@1.1.0
β”‚ β”‚ β”‚   └─┬ win-release@1.1.1
β”‚ β”‚ β”‚     └── semver@5.5.1 deduped
β”‚ β”‚ └── url-template@2.0.8
β”‚ β”œβ”€β”¬ @octokit/webhooks@5.3.3
β”‚ β”‚ β”œβ”€β”€ buffer-equal-constant-time@1.0.1
β”‚ β”‚ └─┬ debug@4.1.1
β”‚ β”‚   └── ms@2.1.1
β”‚ β”œβ”€β”€ @types/supports-color@5.3.0
β”‚ β”œβ”€β”€ bottleneck@2.17.1
β”‚ β”œβ”€β”¬ bunyan@1.8.12
β”‚ β”‚ β”œβ”€β”¬ dtrace-provider@0.8.7
β”‚ β”‚ β”‚ └── nan@2.12.1
β”‚ β”‚ β”œβ”€β”€ moment@2.24.0
β”‚ β”‚ β”œβ”€β”¬ mv@2.1.1
β”‚ β”‚ β”‚ β”œβ”€β”€ mkdirp@0.5.1 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ ncp@2.0.0
β”‚ β”‚ β”‚ └─┬ rimraf@2.4.5
β”‚ β”‚ β”‚   └─┬ glob@6.0.4
β”‚ β”‚ β”‚     β”œβ”€β”€ inflight@1.0.6 deduped
β”‚ β”‚ β”‚     β”œβ”€β”€ inherits@2.0.3 deduped
β”‚ β”‚ β”‚     β”œβ”€β”€ minimatch@3.0.4 deduped
β”‚ β”‚ β”‚     β”œβ”€β”€ once@1.4.0 deduped
β”‚ β”‚ β”‚     └── path-is-absolute@1.0.1 deduped
β”‚ β”‚ └── safe-json-stringify@1.2.0
β”‚ β”œβ”€β”¬ bunyan-format@0.2.1
β”‚ β”‚ β”œβ”€β”€ ansicolors@0.2.1
β”‚ β”‚ β”œβ”€β”€ ansistyles@0.1.3
β”‚ β”‚ └─┬ xtend@2.1.2
β”‚ β”‚   └── object-keys@0.4.0
β”‚ β”œβ”€β”¬ bunyan-sentry-stream@1.2.1
β”‚ β”‚ └── lodash.omit@4.5.0
β”‚ β”œβ”€β”¬ cache-manager@2.9.0
β”‚ β”‚ β”œβ”€β”€ async@1.5.2
β”‚ β”‚ └─┬ lru-cache@4.0.0
β”‚ β”‚   β”œβ”€β”€ pseudomap@1.0.2
β”‚ β”‚   └── yallist@2.1.2
β”‚ β”œβ”€β”€ commander@2.19.0
β”‚ β”œβ”€β”€ dotenv@6.2.0 deduped
β”‚ β”œβ”€β”¬ eventsource@1.0.7
β”‚ β”‚ └─┬ original@1.0.2
β”‚ β”‚   └─┬ url-parse@1.4.4
β”‚ β”‚     β”œβ”€β”€ querystringify@2.1.0
β”‚ β”‚     └── requires-port@1.0.0
β”‚ β”œβ”€β”¬ express@4.16.4
β”‚ β”‚ β”œβ”€β”¬ accepts@1.3.5
β”‚ β”‚ β”‚ β”œβ”€β”¬ mime-types@2.1.22
β”‚ β”‚ β”‚ β”‚ └── mime-db@1.38.0
β”‚ β”‚ β”‚ └── negotiator@0.6.1
β”‚ β”‚ β”œβ”€β”€ array-flatten@1.1.1
β”‚ β”‚ β”œβ”€β”¬ body-parser@1.18.3
β”‚ β”‚ β”‚ β”œβ”€β”€ bytes@3.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ content-type@1.0.4 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ debug@2.6.9
β”‚ β”‚ β”‚ β”‚ └── ms@2.0.0 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ depd@1.1.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ http-errors@1.6.3
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ depd@1.1.2 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ inherits@2.0.3 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ setprototypeof@1.1.0 deduped
β”‚ β”‚ β”‚ β”‚ └── statuses@1.4.0 deduped
β”‚ β”‚ β”‚ β”œβ”€β”¬ iconv-lite@0.4.23
β”‚ β”‚ β”‚ β”‚ └── safer-buffer@2.1.2
β”‚ β”‚ β”‚ β”œβ”€β”€ on-finished@2.3.0 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ qs@6.5.2
β”‚ β”‚ β”‚ β”œβ”€β”¬ raw-body@2.3.3
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ bytes@3.0.0 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ http-errors@1.6.3 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ iconv-lite@0.4.23 deduped
β”‚ β”‚ β”‚ β”‚ └── unpipe@1.0.0 deduped
β”‚ β”‚ β”‚ └── type-is@1.6.16 deduped
β”‚ β”‚ β”œβ”€β”€ content-disposition@0.5.2
β”‚ β”‚ β”œβ”€β”€ content-type@1.0.4
β”‚ β”‚ β”œβ”€β”€ cookie@0.3.1
β”‚ β”‚ β”œβ”€β”€ cookie-signature@1.0.6
β”‚ β”‚ β”œβ”€β”¬ debug@2.6.9
β”‚ β”‚ β”‚ └── ms@2.0.0
β”‚ β”‚ β”œβ”€β”€ depd@1.1.2
β”‚ β”‚ β”œβ”€β”€ encodeurl@1.0.2
β”‚ β”‚ β”œβ”€β”€ escape-html@1.0.3
β”‚ β”‚ β”œβ”€β”€ etag@1.8.1
β”‚ β”‚ β”œβ”€β”¬ finalhandler@1.1.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ debug@2.6.9
β”‚ β”‚ β”‚ β”‚ └── ms@2.0.0 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ encodeurl@1.0.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ escape-html@1.0.3 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ on-finished@2.3.0 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ parseurl@1.3.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ statuses@1.4.0 deduped
β”‚ β”‚ β”‚ └── unpipe@1.0.0
β”‚ β”‚ β”œβ”€β”€ fresh@0.5.2
β”‚ β”‚ β”œβ”€β”€ merge-descriptors@1.0.1
β”‚ β”‚ β”œβ”€β”€ methods@1.1.2
β”‚ β”‚ β”œβ”€β”¬ on-finished@2.3.0
β”‚ β”‚ β”‚ └── ee-first@1.1.1
β”‚ β”‚ β”œβ”€β”€ parseurl@1.3.2
β”‚ β”‚ β”œβ”€β”€ path-to-regexp@0.1.7
β”‚ β”‚ β”œβ”€β”¬ proxy-addr@2.0.4
β”‚ β”‚ β”‚ β”œβ”€β”€ forwarded@0.1.2
β”‚ β”‚ β”‚ └── ipaddr.js@1.8.0
β”‚ β”‚ β”œβ”€β”€ qs@6.5.2
β”‚ β”‚ β”œβ”€β”€ range-parser@1.2.0
β”‚ β”‚ β”œβ”€β”€ safe-buffer@5.1.2
β”‚ β”‚ β”œβ”€β”¬ send@0.16.2
β”‚ β”‚ β”‚ β”œβ”€β”¬ debug@2.6.9
β”‚ β”‚ β”‚ β”‚ └── ms@2.0.0 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ depd@1.1.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ destroy@1.0.4
β”‚ β”‚ β”‚ β”œβ”€β”€ encodeurl@1.0.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ escape-html@1.0.3 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ etag@1.8.1 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ fresh@0.5.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ http-errors@1.6.3 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ mime@1.4.1
β”‚ β”‚ β”‚ β”œβ”€β”€ ms@2.0.0 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ on-finished@2.3.0 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ range-parser@1.2.0 deduped
β”‚ β”‚ β”‚ └── statuses@1.4.0 deduped
β”‚ β”‚ β”œβ”€β”¬ serve-static@1.13.2
β”‚ β”‚ β”‚ β”œβ”€β”€ encodeurl@1.0.2 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ escape-html@1.0.3 deduped
β”‚ β”‚ β”‚ β”œβ”€β”€ parseurl@1.3.2 deduped
β”‚ β”‚ β”‚ └── send@0.16.2 deduped
β”‚ β”‚ β”œβ”€β”€ setprototypeof@1.1.0
β”‚ β”‚ β”œβ”€β”€ statuses@1.4.0
β”‚ β”‚ β”œβ”€β”¬ type-is@1.6.16
β”‚ β”‚ β”‚ β”œβ”€β”€ media-typer@0.3.0
β”‚ β”‚ β”‚ └── mime-types@2.1.22 deduped
β”‚ β”‚ β”œβ”€β”€ utils-merge@1.0.1
β”‚ β”‚ └── vary@1.1.2
β”‚ β”œβ”€β”€ express-async-errors@3.1.1
β”‚ β”œβ”€β”¬ hbs@4.0.3
β”‚ β”‚ β”œβ”€β”¬ handlebars@4.0.13
β”‚ β”‚ β”‚ β”œβ”€β”¬ async@2.6.2
β”‚ β”‚ β”‚ β”‚ └── lodash@4.17.11
β”‚ β”‚ β”‚ β”œβ”€β”¬ optimist@0.6.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ minimist@0.0.8 deduped
β”‚ β”‚ β”‚ β”‚ └── wordwrap@0.0.3
β”‚ β”‚ β”‚ β”œβ”€β”€ source-map@0.6.1
β”‚ β”‚ β”‚ └─┬ uglify-js@3.4.9
β”‚ β”‚ β”‚   β”œβ”€β”€ commander@2.17.1
β”‚ β”‚ β”‚   └── source-map@0.6.1 deduped
β”‚ β”‚ └─┬ walk@2.3.9
β”‚ β”‚   └── foreachasync@3.0.0
β”‚ β”œβ”€β”¬ ioredis@4.6.2
β”‚ β”‚ β”œβ”€β”€ cluster-key-slot@1.0.12
β”‚ β”‚ β”œβ”€β”¬ debug@3.1.0
β”‚ β”‚ β”‚ └── ms@2.0.0 deduped
β”‚ β”‚ β”œβ”€β”€ denque@1.4.0
β”‚ β”‚ β”œβ”€β”€ flexbuffer@0.0.6
β”‚ β”‚ β”œβ”€β”€ lodash.defaults@4.2.0
β”‚ β”‚ β”œβ”€β”€ lodash.flatten@4.4.0
β”‚ β”‚ β”œβ”€β”€ redis-commands@1.4.0
β”‚ β”‚ β”œβ”€β”€ redis-errors@1.2.0
β”‚ β”‚ β”œβ”€β”¬ redis-parser@3.0.0
β”‚ β”‚ β”‚ └── redis-errors@1.2.0 deduped
β”‚ β”‚ └── standard-as-callback@1.0.2
β”‚ β”œβ”€β”€ is-base64@0.1.0
β”‚ β”œβ”€β”¬ js-yaml@3.12.0
β”‚ β”‚ β”œβ”€β”¬ argparse@1.0.10
β”‚ β”‚ β”‚ └── sprintf-js@1.0.3
β”‚ β”‚ └── esprima@4.0.1
β”‚ β”œβ”€β”¬ jsonwebtoken@8.5.0
β”‚ β”‚ β”œβ”€β”¬ jws@3.2.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ jwa@1.4.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ buffer-equal-constant-time@1.0.1 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ ecdsa-sig-formatter@1.0.11
β”‚ β”‚ β”‚ β”‚ β”‚ └── safe-buffer@5.1.2 deduped
β”‚ β”‚ β”‚ β”‚ └── safe-buffer@5.1.2 deduped
β”‚ β”‚ β”‚ └── safe-buffer@5.1.2 deduped
β”‚ β”‚ β”œβ”€β”€ lodash.includes@4.3.0
β”‚ β”‚ β”œβ”€β”€ lodash.isboolean@3.0.3
β”‚ β”‚ β”œβ”€β”€ lodash.isinteger@4.0.4
β”‚ β”‚ β”œβ”€β”€ lodash.isnumber@3.0.3
β”‚ β”‚ β”œβ”€β”€ lodash.isplainobject@4.0.6
β”‚ β”‚ β”œβ”€β”€ lodash.isstring@4.0.1
β”‚ β”‚ β”œβ”€β”€ lodash.once@4.1.1
β”‚ β”‚ β”œβ”€β”€ ms@2.1.1
β”‚ β”‚ └── semver@5.6.0
β”‚ β”œβ”€β”€ octokit-pagination-methods@1.1.0
β”‚ β”œβ”€β”¬ pkg-conf@3.0.0
β”‚ β”‚ β”œβ”€β”¬ find-up@3.0.0
β”‚ β”‚ β”‚ └─┬ locate-path@3.0.0
β”‚ β”‚ β”‚   β”œβ”€β”¬ p-locate@3.0.0
β”‚ β”‚ β”‚   β”‚ └─┬ p-limit@2.2.0
β”‚ β”‚ β”‚   β”‚   └── p-try@2.0.0
β”‚ β”‚ β”‚   └── path-exists@3.0.0
β”‚ β”‚ └─┬ load-json-file@5.2.0
β”‚ β”‚   β”œβ”€β”€ graceful-fs@4.1.11
β”‚ β”‚   β”œβ”€β”¬ parse-json@4.0.0
β”‚ β”‚   β”‚ β”œβ”€β”¬ error-ex@1.3.2
β”‚ β”‚   β”‚ β”‚ └── is-arrayish@0.2.1
β”‚ β”‚   β”‚ └── json-parse-better-errors@1.0.2
β”‚ β”‚   β”œβ”€β”€ pify@3.0.0
β”‚ β”‚   └── strip-bom@3.0.0
β”‚ β”œβ”€β”€ promise-events@0.1.4
β”‚ β”œβ”€β”€ qs@6.6.0
β”‚ β”œβ”€β”¬ raven@2.6.4
β”‚ β”‚ β”œβ”€β”€ cookie@0.3.1 deduped
β”‚ β”‚ β”œβ”€β”¬ md5@2.2.1
β”‚ β”‚ β”‚ β”œβ”€β”€ charenc@0.0.2
β”‚ β”‚ β”‚ β”œβ”€β”€ crypt@0.0.2
β”‚ β”‚ β”‚ └── is-buffer@1.1.6
β”‚ β”‚ β”œβ”€β”€ stack-trace@0.0.10
β”‚ β”‚ β”œβ”€β”€ timed-out@4.0.1
β”‚ β”‚ └── uuid@3.3.2 deduped
β”‚ β”œβ”€β”¬ resolve@1.8.1
β”‚ β”‚ └── path-parse@1.0.6
β”‚ β”œβ”€β”€ semver@5.5.1
β”‚ β”œβ”€β”¬ supports-color@6.1.0
β”‚ β”‚ └── has-flag@3.0.0
β”‚ β”œβ”€β”€ update-dotenv@1.1.1
β”‚ └── uuid@3.3.2
β”œβ”€β”¬ promise-retry@1.1.1
β”‚ β”œβ”€β”€ err-code@1.1.2
β”‚ └── retry@0.10.1
β”œβ”€β”¬ puppeteer@1.13.0
β”‚ β”œβ”€β”¬ debug@4.1.1
β”‚ β”‚ └── ms@2.1.1
β”‚ β”œβ”€β”¬ extract-zip@1.6.7
β”‚ β”‚ β”œβ”€β”¬ concat-stream@1.6.2
β”‚ β”‚ β”‚ β”œβ”€β”€ buffer-from@1.1.1
β”‚ β”‚ β”‚ β”œβ”€β”€ inherits@2.0.3
β”‚ β”‚ β”‚ β”œβ”€β”¬ readable-stream@2.3.6
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ core-util-is@1.0.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ inherits@2.0.3 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ isarray@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ process-nextick-args@2.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ safe-buffer@5.1.2 deduped
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ string_decoder@1.1.1
β”‚ β”‚ β”‚ β”‚ β”‚ └── safe-buffer@5.1.2 deduped
β”‚ β”‚ β”‚ β”‚ └── util-deprecate@1.0.2
β”‚ β”‚ β”‚ └── typedarray@0.0.6
β”‚ β”‚ β”œβ”€β”¬ debug@2.6.9
β”‚ β”‚ β”‚ └── ms@2.0.0 deduped
β”‚ β”‚ β”œβ”€β”¬ mkdirp@0.5.1
β”‚ β”‚ β”‚ └── minimist@0.0.8
β”‚ β”‚ └─┬ yauzl@2.4.1
β”‚ β”‚   └─┬ fd-slicer@1.0.1
β”‚ β”‚     └── pend@1.2.0
β”‚ β”œβ”€β”¬ https-proxy-agent@2.2.1
β”‚ β”‚ β”œβ”€β”¬ agent-base@4.2.1
β”‚ β”‚ β”‚ └─┬ es6-promisify@5.0.0
β”‚ β”‚ β”‚   └── es6-promise@4.2.4
β”‚ β”‚ └── debug@3.1.0 deduped
β”‚ β”œβ”€β”€ mime@2.3.1
β”‚ β”œβ”€β”€ progress@2.0.3
β”‚ β”œβ”€β”€ proxy-from-env@1.0.0
β”‚ β”œβ”€β”¬ rimraf@2.6.3
β”‚ β”‚ └─┬ glob@7.1.3
β”‚ β”‚   β”œβ”€β”€ fs.realpath@1.0.0
β”‚ β”‚   β”œβ”€β”¬ inflight@1.0.6
β”‚ β”‚   β”‚ β”œβ”€β”€ once@1.4.0 deduped
β”‚ β”‚   β”‚ └── wrappy@1.0.2 deduped
β”‚ β”‚   β”œβ”€β”€ inherits@2.0.3 deduped
β”‚ β”‚   β”œβ”€β”¬ minimatch@3.0.4
β”‚ β”‚   β”‚ └─┬ brace-expansion@1.1.11
β”‚ β”‚   β”‚   β”œβ”€β”€ balanced-match@1.0.0
β”‚ β”‚   β”‚   └── concat-map@0.0.1
β”‚ β”‚   β”œβ”€β”€ once@1.4.0 deduped
β”‚ β”‚   └── path-is-absolute@1.0.1
β”‚ └─┬ ws@6.1.4
β”‚   └── async-limiter@1.0.0
└── typescript@3.3.3333
Read more comments on GitHub >

github_iconTop Results From Across the Web

ajax xhr.getResponseHeader - missing custom header on ...
The problem. There are no custom headers coming back in the response when 40x (404 in this particular case). nginx. enter image descriptionΒ ......
Read more >
HttpClient do not detect header params Β· Issue #20554
HttpClient do not detect the custom header params that are sent from the API. ... Missing response header values in thrown HTTP error...
Read more >
HTTP status code to signal bad or missing Host header
A server MUST respond with a 400 (Bad Request) status code to any HTTP/1.1 request message that lacks a Host header field and...
Read more >
How to resolve parse error when HTTP content-type ...
(1) set the HTTP "content-type" header in DataPower by using the Header Tabs of the Multi-Protocol Gateway or Web Services Proxy.
Read more >
How To Fix HTTP Error 431 Request Header Fields Too ...
Learn how to fix the HTTP Error 431 Request Header Fields Too Large message using four simple troubleshooting tips.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found