Problem with 'Servers' request
Posted: 10 Mar 2016, 16:42
Hello,
i'm working on new website with Web Services and i have some problems with it. I'm trying request more than 100 servers but i can't. It give me an error with Bad Request. "100 works and 101 or more isn't working" I have got same problem on https://ws.maniaplanet.com. Can you help me resolve this? Thank you.
Fatal error: Uncaught exception 'Maniaplanet\WebServices\Exception' with message 'Bad Request' in C:\XAMPP\htdocs\ServerStatus\Status\include\main\libraries\Maniaplanet\WebServices\HTTPClient.php:369
i'm working on new website with Web Services and i have some problems with it. I'm trying request more than 100 servers but i can't. It give me an error with Bad Request. "100 works and 101 or more isn't working" I have got same problem on https://ws.maniaplanet.com. Can you help me resolve this? Thank you.
Code: Select all
$service = new \Maniaplanet\WebServices\Servers($user, $pass);
$list = $service->getFilteredList(
array(
'length'=>101
)
);