- Issue created by @pandepoulus
- 🇪🇸Spain pandepoulus
I'm attaching a patch which fixes the issue for my workflow.
I'm using the Geolite2-City database, which is loaded with priority to GeoLite2-Country database.
The Local locator plugin tries to call the "country" method with the City database, which is not supported for the City model, and raises BadMethodCallException
Use the local locator provider with GeoLite2-City.mmdb file.
Trt to load first GeoLite2-Country database. or if the City database is opened, use the city model
Active
3.0
Code
I'm attaching a patch which fixes the issue for my workflow.