-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reverse Geocoding no longer works starting with 0.14.7 #300
Comments
I guess it's not as easy as I thought :) Will disable it for now with the next release. |
Too bad there is not more error information given. It is impossible to tell from the small output what is going wrong. It seems like maybe the patch is happening too late in the process and something has already run to set other values. I also tried to fork the Geocoder repo, edit it and point Ruby at it, but that didn't work either, it just complains that the package hasn't been installed after installing it which is apparently a common issue with the Ruby bundler that has no solution. Anyway, it doesn't really matter. It just causes some CPU load and maybe a few retries when I have Dawarich and Photon on different Tailscale hosts and the system has to encrypt data to/from itself. This only happens when importing big files. During normal day to day work it isn't noticeable. I think I'm mostly just frustrated that I can't change one word of code in an open source project. 😂 |
Fixed in 0.15.0 |
@chrisl8 wow that's proactive! Thank you so much! I'll update the geocoder library in the next release 🔥🔥🔥 |
@Freika It works! Thanks so much for pulling in the static library version! FYI: I set It is nice to just hide the photon container inside my Dawarich setup now, and it feels like it is faster, although it probably isn't. |
I'm getting "RuntimeError" on every geocoding attempt now:
I believe it is caused by this:
6aaab42
Removing
config/initializers/00_monkey_patching.rb
and restarting my containers fixes the issue.It is a shame, as I was looking forward to trying to integrate photon in my compose file if HTTPS wasn't required, but it doesn't appear to work.
The text was updated successfully, but these errors were encountered: