souin
souin copied to clipboard
Strange runtime error that occur randomly.
Souin works. I use it as a traefik plugin. Souin version 1.7.7.
Sometimes on the website I get strange error when navigating between pages. When I go to the reverse proxy logs I have the same error each time when this happens. Any idea what can it be?
2025-06-30T14:15:32Z ERR plugins-storage/sources/gop-2197630953/src/github.com/darkweak/souin/plugins/traefik/vendor/golang.org/x/sync/singleflight/singleflight.go:152:6: panic: golang.org/x/sync/singleflight.doCall.func(...) module=github.com/darkweak/souin plugin=plugin-souin runtime=
2025-06-30T14:15:32Z ERR plugins-storage/sources/gop-2197630953/src/github.com/darkweak/souin/plugins/traefik/vendor/golang.org/x/sync/singleflight/singleflight.go:92:2: panic: golang.org/x/sync/singleflight.Do(...) module=github.com/darkweak/souin plugin=plugin-souin runtime=
2025-06-30T14:15:32Z ERR plugins-storage/sources/gop-2197630953/src/github.com/darkweak/souin/plugins/traefik/vendor/golang.org/x/sync/singleflight/singleflight.go:152:6: panic: golang.org/x/sync/singleflight.doCall.func(...) module=github.com/darkweak/souin plugin=plugin-souin runtime=
2025-06-30T14:15:32Z ERR plugins-storage/sources/gop-2197630953/src/github.com/darkweak/souin/plugins/traefik/vendor/golang.org/x/sync/singleflight/singleflight.go:92:2: panic: golang.org/x/sync/singleflight.Do(...) module=github.com/darkweak/souin plugin=plugin-souin runtime=
2025-06-30T14:15:33Z ERR plugins-storage/sources/gop-2197630953/src/github.com/darkweak/souin/plugins/traefik/vendor/golang.org/x/sync/singleflight/singleflight.go:152:6: panic: golang.org/x/sync/singleflight.doCall.func(...) module=github.com/darkweak/souin plugin=plugin-souin runtime=
2025-06-30T14:15:33Z ERR plugins-storage/sources/gop-2197630953/src/github.com/darkweak/souin/plugins/traefik/vendor/golang.org/x/sync/singleflight/singleflight.go:92:2: panic: golang.org/x/sync/singleflight.Do(...) module=github.com/darkweak/souin plugin=plugin-souin runtime=
2025-06-30T14:15:33Z ERR plugins-storage/sources/gop-2197630953/src/github.com/darkweak/souin/plugins/traefik/vendor/golang.org/x/sync/singleflight/singleflight.go:152:6: panic: golang.org/x/sync/singleflight.doCall.func(...) module=github.com/darkweak/souin plugin=plugin-souin runtime=
2025-06-30T14:15:33Z ERR plugins-storage/sources/gop-2197630953/src/github.com/darkweak/souin/plugins/traefik/vendor/golang.org/x/sync/singleflight/singleflight.go:92:2: panic: golang.org/x/sync/singleflight.Do(...) module=github.com/darkweak/souin plugin=plugin-souin runtime=
2025-06-30T14:15:44Z ERR plugins-storage/sources/gop-2197630953/src/github.com/darkweak/souin/plugins/traefik/vendor/golang.org/x/sync/singleflight/singleflight.go:152:6: panic: golang.org/x/sync/singleflight.doCall.func(...) module=github.com/darkweak/souin plugin=plugin-souin runtime=
2025-06-30T14:15:44Z ERR plugins-storage/sources/gop-2197630953/src/github.com/darkweak/souin/plugins/traefik/vendor/golang.org/x/sync/singleflight/singleflight.go:92:2: panic: golang.org/x/sync/singleflight.Do(...) module=github.com/darkweak/souin plugin=plugin-souin runtime=
2025-06-30T14:15:45Z ERR plugins-storage/sources/gop-2197630953/src/github.com/darkweak/souin/plugins/traefik/vendor/golang.org/x/sync/singleflight/singleflight.go:152:6: panic: golang.org/x/sync/singleflight.doCall.func(...) module=github.com/darkweak/souin plugin=plugin-souin runtime=
2025-06-30T14:15:45Z ERR plugins-storage/sources/gop-2197630953/src/github.com/darkweak/souin/plugins/traefik/vendor/golang.org/x/sync/singleflight/singleflight.go:92:2: panic: golang.org/x/sync/singleflight.Do(...) module=github.com/darkweak/souin plugin=plugin-souin runtime=
Hey @l-you do you have a reproducible repository? (Sorry for the long delay, I was busy on other stuff)
Hi @darkweak,
I’m sorry, unfortunately I’ve already replaced the usage of Traefik + Sounin with Nginx + Traefik. I don’t have a reproduction.