nchaulet / node-geocoder

nodejs geocoding library
http://nchaulet.github.io/node-geocoder/
MIT License
926 stars 213 forks source link

fix: body used already error fix #340 #346

Closed Ephigenia closed 2 months ago

Ephigenia commented 1 year ago

Fix "body used already for" error message as json and text is called. Should fix https://github.com/nchaulet/node-geocoder/issues/340

nchaulet commented 2 months ago

Thanks for the contribution I will publish a new version with that change later this week

kamieniarz commented 4 weeks ago

Hey @nchaulet, any chance you could release new version with this fix?

nrathi commented 4 weeks ago

+1, I don't think a new version was published alongside my fix a few months ago. I've still been using my patch.

https://github.com/nchaulet/node-geocoder/commit/e225f77b1c2e7d09930309b1e0ac53e15bd88552

nrathi commented 2 weeks ago

@nchaulet can you please publish a new version with my commit and the one from @kamieniarz ?

nchaulet commented 2 weeks ago

Just published a new version 4.4.0 with your changes