php icon indicating copy to clipboard operation
php copied to clipboard

Retrieving an IPV6 throw an exception

Open jjsaunier opened this issue 1 year ago • 1 comments

When you retrieve an ipv6 via getDetails for example, it throws Symfony\Component\Cache\Exception\InvalidArgumentException Cache key "xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx_v1" contains reserved characters "{}()/\@:".

jjsaunier avatar Feb 14 '24 03:02 jjsaunier

We hit the same problem. I've made a PR to fix it, but we still need to wait for the code owners to merge it. In the meantime, just use 3.0.0 which doesn't use Symfony cache.

martin-honek-tg avatar Mar 26 '24 14:03 martin-honek-tg