same here
Load disco module os
Geocoding failed. {“response”:{“error_message”:“Invalid request. Missing the ‘address’, ‘components’, ‘latlng’ or ‘place_id’ parameter.”,“results”:,“status”:“INVALID_REQUEST”}}
Location: 1000 Parkway Dr, Santa Clara, CA 95050
Hardware: C1121-8PLTEP
by command line it looks ok
curl “https://maps.googleapis.com/maps/api/geocode/json?address=1000+Parkway+Dr,+Santa+Clara,+CA+95050&key=********************”
{
“results” : [
{
“address_components” : [
{
“long_name” : “95050”,
“short_name” : “95050”,
“types” : [ “postal_code” ]
},
{
“long_name” : “Santa Clara”,
“short_name” : “Santa Clara”,
“types” : [ “locality”, “political” ]
},
{
“long_name” : “Santa Clara County”,
“short_name” : “Santa Clara County”,
“types” : [ “administrative_area_level_2”, “political” ]
},
{
“long_name” : “California”,
“short_name” : “CA”,
“types” : [ “administrative_area_level_1”, “political” ]
},
{
“long_name” : “United States”,
“short_name” : “US”,
“types” : [ “country”, “political” ]
}
],
“formatted_address” : “Santa Clara, CA 95050, USA”,
“geometry” : {
“bounds” : {
“northeast” : {
“lat” : 37.37448000000001,
“lng” : -121.9308761
},
“southwest” : {
“lat” : 37.32314,
“lng” : -121.9702899
}
},
“location” : {
“lat” : 37.3539663,
“lng” : -121.9529992
},
“location_type” : “APPROXIMATE”,
“viewport” : {
“northeast” : {
“lat” : 37.37448000000001,
“lng” : -121.9308761
},
“southwest” : {
“lat” : 37.32314,
“lng” : -121.9702899
}
}
},
“partial_match” : true,
“place_id” : “ChIJkyN3003Kj4ARP-4TcpEoJuA”,
“postcode_localities” : [ “Central San Jose”, “North San Jose”, “San Jose”, “Santa Clara” ],
“types” : [ “postal_code” ]
}
],
“status” : “OK”
}
I’m not sure if it stopped working after the last Librenms update
$ ./validate.php
| Component |
Version |
| LibreNMS |
22.2.0-1-gd8f96a46b |
| DB Schema |
2021_12_02_113537_ports_stp_designated_cost_change_to_int (234) |
| PHP |
7.4.27 |
| Python |
3.8.12 |
| MySQL |
5.7.33 |
| RRDTool |
1.7.2 |
| SNMP |
5.9 |
| ==================================== |
|
[OK] Composer Version: 2.2.6
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[INFO] Detected Python Wrapper
[OK] Connection to memcached is ok