We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac60fd commit 1cc1090Copy full SHA for 1cc1090
eodag/plugins/search/cop_ghsl.py
@@ -565,8 +565,8 @@ def query(
565
return SearchResult(
566
products=products,
567
number_matched=count,
568
- next_page_token="page",
569
- next_page_token_key=page,
+ next_page_token_key="page",
+ next_page_token=str(page),
570
raise_errors=True,
571
)
572
@@ -595,8 +595,8 @@ def query(
595
596
597
number_matched=total_items,
598
599
600
601
602
0 commit comments