Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@seldo
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seldo/4bf6cf2d709e3392062b to your computer and use it in GitHub Desktop.
Save seldo/4bf6cf2d709e3392062b to your computer and use it in GitHub Desktop.
Our daily stats job has been running for months without error but is now failing with multiple error messages like this:
{
"phase": "0",
"what": "phase 0: input \"\/npm\/stor\/logs-aws\/2014-06-30-1404108058.lylog-registry.log.gz\"",
"code": "TaskInitError",
"message": "failed to dispatch task: first of 2 errors: error retrieving asset \"\/npm\/stor\/stats\/scripts\/downloads\/filter.js\" (status code 400)",
"input": "\/npm\/stor\/logs-aws\/2014-06-30-1404108058.lylog-registry.log.gz",
"p0input": "\/npm\/stor\/logs-aws\/2014-06-30-1404108058.lylog-registry.log.gz"
}
It is complaining that it can't find /npm/stor/stats/scripts/downloads/filter.js but mget retrieves that file without any problem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment