caddyserver / cache-handler

Distributed HTTP caching module for Caddy
Apache License 2.0
235 stars 17 forks source link

Impossible to get the mapping key in Otter #89

Open daflyinbed opened 6 days ago

daflyinbed commented 6 days ago

caddy 2.8.4 cache-handler v0.13.0

{"level":"error","ts":1719289391.366233,"logger":"http.handlers.cache","msg":"Impossible to get the base key IDX_GET-http-prts.wiki-/index.php?title=%E6%B4%BB%E5%8A%A8%E4%B8%80%E8%A7%88 in Otter"}
{"level":"error","ts":1719289391.378582,"logger":"http.handlers.cache","msg":"Impossible to get the mapping key IDX_GET-http-m.prts.wiki-/index.php?title=%E7%89%B9%E6%AE%8A%3ADrilldown%2Fchara&eid%5B0%5D=JC01&eid%5B1%5D=R001&painter%5B0%5D=%E7%AB%9C%E5%B4%8E%E3%81%84%E3%81%A1&painter%5B1%5D=_none&profession%5B0%5D=%E5%8C%BB%E7%96%97&profession%5B1%5D=_other&skin5name=_none&skin6name=_none in Otter"}

caddyfile:

cache {
    otter {
    }
    storers otter
}

after switch to otter I got a lot of Impossible to get the base/mapping key in otter error

darkweak commented 3 days ago

Hello @daflyinbed thank you for your feedback, I'm investigating on this issue.