antonioribeiro / antonioribeiro/tracker

Unable to download file GeoLite2-City from default GEOLITE2_URL_BASE

Open
#528 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
2.9k
Forks
594
PR merge metrics
No merged PRs in 30d

Description

The tracker error table is reporting the following errors:

`fopen(http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.md5): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known`

and

`fopen(http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known`

It seems that such URL is actually unreachable as the domain name doesn't get resolved by any DNS.
Should that be changed?

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the configuration or entry point that defines GEOLITE2_URL_BASE and compare its default host with the failing GeoLite2-City URLs in the issue. Verify that the corrected endpoint can resolve and download both the .md5 and .mmdb.gz files; the issue is done when the tracker no longer reports these URL failures.

Written by the indexing model from the issue text.

Assessment

Tech stack
laravel, php
Domain
backend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.