Failed to download plugin

Getting this error when I try to use traefikgeoip2 plugin:

Plugins are disabled because an error has occurred." error="failed to download plugin github.com/GiGInnovationLabs/traefikgeoip2: failed to call service: Get "[https://plugins.traefik.io/public/download/github.com/GiGInnovationLabs/traefikgeoip2/v5.0.1\](https://plugins.traefik.io/public/download/github.com/GiGInnovationLabs/traefikgeoip2/v5.0.1\)": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

I saw that there was the same issue before How to import plugin that uses unsafe package - #8 by ievgenii-shepeliuk

Look like it persists again :frowning:
I checked that tag v5.0.0 can't be used also however v1.0.0 works.

Hello,

I think the real problem is the fact that the plugin uses a major version (v5.x.x).

I don't understand why the plugin moves from 0.2.0 to v5.0.0.

The plugin follows the same rules as Go module, so the major version must be in the module name

But currently, we don't support major versions higher than v1.x.x.

1 Like

Thanks for the fast replay. I will ask now plugin developer to do this :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.