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

Errors to fix #67

Open
2 tasks
tusbar opened this issue Jun 25, 2018 · 1 comment
Open
2 tasks

Errors to fix #67

tusbar opened this issue Jun 25, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@tusbar
Copy link
Contributor

tusbar commented Jun 25, 2018

 TypeError: path must be a string or Buffer
   at Object.fs.open (fs.js:636:11)
   at ReadStream.open (fs.js:1991:6)
   at new ReadStream (fs.js:1978:10)
   at fs.createReadStream (fs.js:1931:10)
   at uploadSingle (/Users/tusbar/dev/inspireteam/link-proxy/jobs/check/upload.js:36:37)
   at upload (/Users/tusbar/dev/inspireteam/link-proxy/jobs/check/upload.js:87:12)
   at Bluebird.map (/Users/tusbar/dev/inspireteam/link-proxy/jobs/check/index.js:155:38)
   at <anonymous>
   at process._tickDomainCallback (internal/process/next_tick.js:228:7)
 TimeoutError: operation timed out
   at afterTimeout (/Users/tusbar/dev/inspireteam/link-proxy/node_modules/bluebird/js/release/timers.js:46:19)
   at Timeout.timeoutTimeout [as _onTimeout] (/Users/tusbar/dev/inspireteam/link-proxy/node_modules/bluebird/js/release/timers.js:76:13)
   at ontimeout (timers.js:482:11)
   at tryOnTimeout (timers.js:317:5)
   at Timer.listOnTimeout (timers.js:277:5)
@tusbar tusbar added the bug Something isn't working label Jun 25, 2018
@tusbar
Copy link
Contributor Author

tusbar commented Jul 6, 2018

TypeError: path must be a string or Buffer:

{ inputType: 'url',
  url: 'http://bano.openstreetmap.fr/data/bano-80.csv',
  statusCode: 200,
  redirectUrls: [],
  finalUrl: 'http://bano.openstreetmap.fr/data/bano-80.csv',
  etag: '"ea09db-e8e05d-5704a1120365f"',
  lastModified: 'Fri, 06 Jul 2018 00:51:40 GMT',
  fileName: 'bano-80.csv',
  fileTypes:
   [ { ext: 'csv', mime: 'text/csv', source: 'url:content-type' },
     { ext: 'csv', mime: 'text/csv', source: 'url:filename' } ],
  temporary: '/var/folders/wb/4xx5dj9j0r12lym3mgxhj0l00000gn/T/plunger_cwNpdz',
  type: 'file',
  warning: 'Did not receive any data from the server for 4000ms',
  analyzed: true }

@tusbar tusbar closed this as completed Jul 30, 2018
@tusbar tusbar reopened this Oct 15, 2018
@tusbar tusbar added this to the 1.3.0 milestone Oct 15, 2018
@tusbar tusbar removed this from the 1.3.0 milestone Oct 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant