https://bugs.kde.org/show_bug.cgi?id=403054
--- Comment #8 from Glenn McCorkle <glenn...@glennmcc.org> --- (In reply to Christoph Feck from comment #7) > KTorrent has no maintainer currently, so it would require a volunteer to > change the code. OK... here's the change that needs to be made in the source code.... In this file.... ktorrent-master/plugins/infowidget/geoipmanager.cpp namespace kt { //legacy database discontinued.... https://bugs.kde.org/show_bug.cgi?id=403054 // QUrl GeoIPManager::geoip_url = QUrl(QStringLiteral("http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz")); //new database is here..... QUrl GeoIPManager::geoip_url = QUrl(QStringLiteral("https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz")); -- You are receiving this mail because: You are watching all bug changes.