Evgenii Burmakin
Evgenii Burmakin
@czarnyolek you can restart your reverse geocoding process on settings->backgrouns jobs page. I skimmed through your log file and havent seen any errors, although I didn't read it carefully, its...
> One last thing: even though I set the minimum city stay to 60 minutes, Dawarich’s stats still show cities where I only passed through or stopped briefly. Anyone know...
[0.26.1](https://github.com/Freika/dawarich/releases/tag/0.26.1) changed approach to reverse geocoding, give it a read
I'd say, returning `Time.now` is not a valid behavior. Dawarich operates within 3 dimensions: two of them are latitude and longitude, and the third is time. Without time provided along...
@dmitrym0 `ts` looks like a timestamp, is it also a result of export from wanderings?
@dmitrym0 I wonder why first example didn't have it 🤔 If we can be sure that `ts` will be included in all files, then I can implement support of this...
Hmm can I ask you to provide logs around time you're creating an export?
You can access them with [docker logs command](https://docs.docker.com/reference/cli/docker/container/logs/) for `dawarich_app` and `dawarich_sidekiq` containers
@escuco do you have `dawarich_storage` volume configured in your compose file as it is in the default one?
@woernsn please try again on the latest version, background processing tool was changed