I am using the paginate method with google scholar engine to return all results for a search term. When I use a for loop to iterate the pagination and put the results a list, it doesn't return the final page of results, instead stopping at the penultimate page (minimal code snippet and terminal output attached).
If I check my searches, results are being generated for all pages (attached). So the problem is not that the result isn't generated, its just not coming out of the pagination iterator for some reason.