Open joneschrisan opened 9 months ago
Describe the bug The net-pos plugin is fundamentally broken as Mozilla are no longer issuing API keys for personal projects
To Reproduce Steps to reproduce the behavior:
Expected behavior N/A
Screenshots N/A
Environment (please complete the following information): N/A
Additional context Needs a new geolocation service to be used
You could use Google Geolocation API by setting the following line in config.toml: main.plugins.net-pos.api_url = "https://www.googleapis.com/geolocation/v1/geolocate?key={api}"
main.plugins.net-pos.api_url = "https://www.googleapis.com/geolocation/v1/geolocate?key={api}"
Describe the bug The net-pos plugin is fundamentally broken as Mozilla are no longer issuing API keys for personal projects
To Reproduce Steps to reproduce the behavior:
Expected behavior N/A
Screenshots N/A
Environment (please complete the following information): N/A
Additional context Needs a new geolocation service to be used