You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you retrieve an ipv6 via getDetails for example, it throws Symfony\Component\Cache\Exception\InvalidArgumentExceptionCache key "xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx_v1" contains reserved characters "{}()/\@:".
The text was updated successfully, but these errors were encountered:
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.
When you retrieve an ipv6 via
getDetails
for example, it throwsSymfony\Component\Cache\Exception\InvalidArgumentException
Cache key "xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx_v1" contains reserved characters "{}()/\@:".
The text was updated successfully, but these errors were encountered: