Freika / dawarich

Self-hosted alternative to Google Location History (Google Maps Timeline)
https://dawarich.app
GNU Affero General Public License v3.0
1.91k stars 33 forks source link

RuntimeError: failed to get urandom #233

Open saschazepter opened 2 weeks ago

saschazepter commented 2 weeks ago

Describe the bug DaWarIch on Synology DS916+ with DSM 7.2.1-69057 Update 5 is giving a "RuntimeError: failed to get urandom" upon import of (at least GeoJSON and GPX) files.

Version 0.13.4

To Reproduce Steps to reproduce the behavior:

  1. Go to "Imports"
  2. Click on "New import"
  3. Select GPX
  4. Select file
  5. Click "Create import"

Expected behavior The import should run through and be reported as import.

Screenshots None

Logs See attached log file: dawarich_app.log

Additional context None

saschazepter commented 1 week ago

Hacked it by using the attached docker-compose.yml as well as the attached securerandom.rb file.

See: docker-compose.yml securerandom.rb