Evgenii Burmakin

Results 359 comments of Evgenii Burmakin

@mbirth location history file belongs to "Google Phone Takeout" source of data. You chose wrong source

@mbirth if you're comfortable, you can send your file to [email protected] and I'll debug the issue

@guicattani > Sidekiq(reverse_geocoding) in 10.41ms: NoMethodError (undefined method 'geodata' for nil) this means that the point, that was attempted to be reverse geocoded, was not found in the database. In...

@daggr8 @ilijamt @Millio345 in the [0.15.11](https://github.com/Freika/dawarich/releases/tag/0.15.11) I introduced writing the response received from Immich to the `tmp/imports/immich_raw_data_CURRENT_TIME_USER_EMAIL.json` file, which you can then send me to debug your issue. ⚠️⚠️⚠️ The...

> I followed the tip above and i get a json containing this. I tried it multiple times with the same result. This one is really interesting, it means Dawarich...

> It appears that the Sidekiq container needs to have a `/var/app/tmp/imports` folder. In the default docker-compose.yml there are these lines: ``` dawarich_app: image: freikin/dawarich:latest container_name: dawarich_app volumes: - gem_cache:/usr/local/bundle/gems_app...

Here is a script for you guys to see what data is being returned by your Immich instance: ```bash #!/bin/bash # Set your API key and base URL here IMMICH_API_KEY="YOUR_API_KEY"...

> I don't use Discord unfortunately. I hope it's okay to send it here. > > The immich_data.json file doesn't contain any data, just hundreds of rows of > >...

Also, the resulting file might contain a lot of empty arrays in the beginning and then the actual data is way below them, so scrolling might help :)

Hmm so `curl -s -H "x-api-key: your_api_key_here" -H "accept: application/json" "https://your_base_url_here/api/timeline/bucket?size=MONTH&timeBucket=2024-10-01" -o immich_data.json` will return you an empty result? Replace year and month to ones you know for sure have...