saltyorg / Saltbox

Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
https://docs.saltbox.dev
GNU General Public License v3.0
571 stars 65 forks source link

geoip plugin in ruTorrent does not function correctly #87

Closed ben-burns closed 1 year ago

ben-burns commented 1 year ago

Describe the bug In ruTorrent, the geoip plugin, when enabled, does not appear to function correctly. It does not appear to resolve country data or display country flags for peers.

To Reproduce Steps to reproduce the behavior:

  1. Make sure the geoip plugin is enabled (restart the container if you just enabled it)
  2. Click on an active torrect
  3. Click the "Peers" tab
  4. See the IP address / hostname of the connected peer with no country flag

Expected behavior I would expect to see the country flag or details and not just the IP address or hostname of the peer.

Screenshots Screenshot of geoip plugin not working: geoip plugin not working

Screenshot of what geoip plguin should look like if it was working: geoip plugin working example

Logs There are no relevant logs available. The plugin is status reports that it is loaded.

System Information

Additional context It may be worth exploring moving to something like https://github.com/Micdu70/geoip2-rutorrent instead

saltydk commented 1 year ago

We will be moving to the crazymax image once we nail down the migration bits.

ben-burns commented 1 year ago

We will be moving to the crazymax image once we nail down the migration bits.

Great to hear, looking forward to it! Thank you

saltydk commented 1 year ago

Closing as this should be fixed when traefik3 is merged.