Closed pierrexp9 closed 2 years ago
The error you have is caused by the PaginatedResponse
trying to request the next page.
But as the Search
command don't know the client, so it can't give it to the response.
So you have the tell the PaginatedResponse
what is the client to use.
But I guess I can make a more developer friendly error
Allright, thanks for the explanation!
Hello MacFJA, (I'm using version 2.1.0)
I get a
It appears that $this->client is null.
When I set the setLimit to a high enough value, I dont get this error anymore.
Another workaround is to manually set the client like this