When the user request a time series from Sentinel-2, using the end date of timeline, raises an error:
time_series.df()
~~~~~~~~~~~~~~^^
File "/home/abner/.local/lib/python3.13/site-packages/wtss/timeseries_search.py", line 179, in df
for _ in self.iterator():
~~~~~~~~~~~~~^^
File "/home/abner/.local/lib/python3.13/site-packages/wtss/timeseries_search.py", line 248, in iterator
length=self._pagination['total_pages']) as bar:
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not subscriptable
When the user request a time series from Sentinel-2, using the end date of timeline, raises an error: