kalisio / krawler

A minimalist (geospatial) ETL
https://kalisio.github.io/krawler/
MIT License
54 stars 13 forks source link

CLI mode broken since v0.5 #20

Closed claustres closed 6 years ago

claustres commented 6 years ago

Steps to reproduce

Launch the Vigicrue sample

Expected behavior

The sample should run

Actual behavior

(node:15636) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'create' of undefined at runJobWithOptions (D:\PROJECTS\KRAWLER\krawler\lib\cli.js:164:31)

System configuration

Module versions (especially the part that's not working): 0.5

NodeJS version: 8

Operating System: windows

claustres commented 6 years ago

Linked to the addition of the API mode with prefix not correctly setup to empty when using the CLI in non-API mode.