addok: CSV geocoding is not working as before?
When I try to geocode using a CSV file, it’s working on the production server e.g http://api-adresse.data.gouv.fr/search/csv/ whereas it fails returning undefined
on 1.0 dev server e.g http://devapi-adresse.data.gouv.fr/search/csv/
To reproduce the issue, just go to this basic gist https://gist.github.com/ThomasG77/5c731eddbcb9b5fbbd73b91a36b5b6c7
To try it, clone the repo, do an npm install
(I suppose you have Node) and run node node unirest-post-multipart.js
On my own local server, I have the same issue. To confirm, I’ve tried on the public server. I’m using the addok Python packages list described in the tutorial with the additional addok-csv. The only particular part compared to the tutorial is the fact that I do a pip install git+https://github.com/addok/addok.git
due to #265 issue
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 21 (17 by maintainers)
Commits related to this issue
- Warn about addok serve not working in README cf addok/addok#291 — committed to addok/addok-csv by yohanboniface 7 years ago
Removed comment as it was documented in the previous link. Sorry for the noise.