Summary: | "machine geolite.mamind.com: host not found unknown" when I open nightly build installed via flatpak | ||
---|---|---|---|
Product: | [Applications] ktorrent | Reporter: | Patrick Silva <bugseforuns> |
Component: | general | Assignee: | Joris Guisson <joris.guisson> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | bclephas, wbauer1 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | screenshot taken on neon dev unstable. |
Description
Patrick Silva
2018-07-13 17:32:53 UTC
Created attachment 115300 [details]
screenshot taken on neon dev unstable.
This bug persists on Arch linux. Confirmed on Arch (fully up to date) with ktorrent 5.1.1 (KF 5.57.0). ktorrent uses an obsoleted MaxMind GeoLite API and apparently the link does not work anymore. GeoLite is discontinued: https://support.maxmind.com/geolite-legacy-discontinuation-notice/ GeoLite2 is to be used: https://dev.maxmind.com/geoip/geoip2/geolite2/ The APIs are not compatible with each other requiring changes to the way ktorrent uses the data and how it shows the flags. As the compressed GeoLite database file format also has changed (from .gz to .tar.gz), also the decompression routine needs an update (a quick look shows that KCompressionDevice does not handle these tarballs directly) Isn't this basically the same as bug#403054? This should fix it: https://phabricator.kde.org/D21145 Yes it is *** This bug has been marked as a duplicate of bug 403054 *** |