Closed wellemut closed 2 years ago
(Needed to do the Import: https://github.com/orgs/kartevonmorgen/projects/8#card-84214259)
cd C:\Users\Helmut\Wechange\Aalen Karte von Morgen
entries.csv
ofdb --api-url https://dev.ofdb.io/ import --opencage-api-key 2049603a30ec4cb8a96c2c7fe662dc96 --report-file import-report.json "entries.csv"
Reading from CSV was succesful Error: error decoding response body: expected value at line 1 column 1
Caused by: expected value at line 1 column 1
This is not a bug, but a lack of error handling.
With #398 you get an error message that you are using an invalid license.
(Needed to do the Import: https://github.com/orgs/kartevonmorgen/projects/8#card-84214259)
To reproduce
cd C:\Users\Helmut\Wechange\Aalen Karte von Morgen
1.2 fileentries.csv
get it from https://cloud.wechange.de/s/M2DW8DpYcTBbEDFofdb --api-url https://dev.ofdb.io/ import --opencage-api-key 2049603a30ec4cb8a96c2c7fe662dc96 --report-file import-report.json "entries.csv"
Reading from CSV was succesful Error: error decoding response body: expected value at line 1 column 1
Caused by: expected value at line 1 column 1