-
Copy of https://github.com/poeml/mirrorbrain/issues/179
Mirrorbrain use mod_geoip2, but this module is for the GeoIP Legacy format (dat). Since January 2nd we can not download the GeoIP2 database w…
lrupp updated
2 years ago
-
3.4.47 Symfony version
Update will throw an UnexpectedValueException In MaxMindDownloader.php line 88:
`Cannot decompress zip-based archives with whole-archive compression`
Config:
```
gpslab_geo…
-
It seems the host `geolite.maxmind.com`, defined in `etc/di.xml:33` is no longer accessible:
```
$ curl -I http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz
curl: (6) Co…
-
The "geolocation.polling.url" variable in the TRAFFIC_ROUTER default profile published at http://trafficcontrol.apache.org/downloads/profiles/2.0.x/default/TRAFFIC_ROUTER_PROFILE.traffic_ops is set to…
-
MaxMind publish their [database specification](https://maxmind.github.io/MaxMind-DB/) and publish a Perl module for [writing your own custom databases](https://blog.maxmind.com/2015/09/29/building-you…
-
I notice that MMDB_get_entry_data_list has a *start parameter but this is not covered in the docs.
Is this the node value in the search tree? Or is it the file offset? Either way this should be c…
-
I am on Proxmox 8.2 , **newly installed** ubuntu server 22.04 as LXC container.
I then ssh into this VM as root
```
apt update
apt install docker-compose
git clone https://github.com/benisai/…
-
Traceback (most recent call last):
File "/Users/*/Desktop/WeChatExport/WeChat_export.py", line 349, in iter_mbdb
for f in next(os_walk(self._root))[1]:
StopIteration
The above exception wa…
-
### Bug description
```python
from geoip2.database import Reader
reader = Reader('/var/lib/GeoIP/GeoLite2-City.mmdb')
response = reader.city('8.8.8.8')
country = response.country
print(type(co…
jolaf updated
4 weeks ago
-
At one day, my MHN Web page can not open but all service is well . So I try to find the reason and this is the reason as following.
If there is one IP address not in "GeoLite2-City.mmdb", then the IS…