raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://transparency.entsog.eu/api/v1/operationaldatas?limit=10000&timeZone=UCT&from=2024-05-27&to=2024-05-28&periodType=day&offset=10000&indicator=Physical+Flow
I assuem the error was caused by "offset=10000" statement
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://transparency.entsog.eu/api/v1/operationaldatas?limit=10000&timeZone=UCT&from=2024-05-27&to=2024-05-28&periodType=day&offset=10000&indicator=Physical+Flow
I assuem the error was caused by "offset=10000" statement