Evgenii Burmakin
Evgenii Burmakin
> Provided via Discord. I think the problem is that you have more than one device, and on 30.11.2016 one of them was with you in your travels and the...
First, I want to thank you all, @solderdot72 @shaman007 and @Korenchkin. The issue is well described, logs are there, context is provided. Also, I actually learned some new stuff from...
Fixed in 0.22.4-rc
Will running the following in the console resolve your issues? ```ruby puts 'Updating points to use lonlat...' ActiveRecord::Base.connection.execute('REINDEX TABLE points;') ActiveRecord::Base.transaction do ActiveRecord::Base.connection.execute('ALTER TABLE points DISABLE TRIGGER ALL;') # Update...
Also, I don't think it's necessary to create a separate issue for the problem that was already recognized in multiple other issues, and you have clearly seen it @solderdot72 https://github.com/Freika/dawarich/issues/973...
Is this still a problem for anyone?
@MrColumbo so you still have points without coordinates in your database?
Check also `user.tracked_points.where(lonlat: nil).size` Just in case, can you provide exact error you're experiencing with its surroundings and logs? Thanks
@vordenken can you provide more information on your hardware and your docker compose file? Thanks @DEZEP I think your issue should be resolved in release 0.24.1, but it's good you...
@vordenken so basically it all runs nicely but logs are indicating a database error?