After updating to 2.3 we are getting the following errors
InvalidArgumentException: Cannot convert IP '??|H' to binary src/XF/Repository/IpRepository.php:245
Stack trace
#0 src/addons/Andrew/ModeratorPanel/Pub/Controller/User.php(392): XF\Repository\IpRepository->getUsersByIp('??|H')
#1 src/XF/Mvc/Dispatcher.php(362): Andrew\ModeratorPanel\Pub\Controller\User->actionIpUsers(Object(XF\Mvc\ParameterBag))
#2 src/XF/Mvc/Dispatcher.php(264): XF\Mvc\Dispatcher->dispatchClass('Andrew\\Moderato...', 'IpUsers', Object(XF\Mvc\RouteMatch), Object(Andrew\ModeratorPanel\Pub\Controller\User), NULL)
#3 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(Andrew\ModeratorPanel\Pub\Controller\User), NULL)
#4 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#5 src/XF/App.php(2777): XF\Mvc\Dispatcher->run()
#6 src/XF.php(798): XF\App->run()
#7 index.php(23): XF::runApp('XF\\Pub\\App')
#8 {main}
Request state
array(4) {
["url"] => string(216) "/forums/moderatorpanel/user/ip-users?ip=216.147.124.72&_xfRequestUri=%2Fforums%2Fmoderatorpanel%2Fuser%2Fshinyshogun.137989%2F&_xfWithData=1&_xfToken=1720823012%2C585defcdc393aa722fc0659c54a4051c&_xfResponseType=json"
["referrer"] => string(72) "
https://www.website.com/forums/moderatorpanel/user/shinyshogun.137989/"
["_GET"] => array(5) {
["ip"] => string(14) "216.147.124.72"
["_xfRequestUri"] => string(47) "/forums/moderatorpanel/user/shinyshogun.137989/"
["_xfWithData"] => string(1) "1"
["_xfToken"] => string(43) "1720823012,585defcdc393aa722fc0659c54a4051c"
["_xfResponseType"] => string(4) "json"
}
["_POST"] => array(0) {
}
}