Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InvalidBusinessParameterError Encountered without Further Explanation #275

Open
BenediktPrusas opened this issue Sep 27, 2023 · 1 comment
Labels
more info needed when more info is needed from the person opening the issue

Comments

@BenediktPrusas
Copy link

Issue Description:
I'm experiencing an InvalidBusinessParameterError when trying to query cross-border flows using the query_crossborder_flows method. The error message doesn't provide any further details, making it difficult to understand what's going wrong. I am useing the version 0.5.10.

Code to reproduce the error:

from entsoe import EntsoePandasClient

client = EntsoePandasClient(api_key=<YOUR API KEY HERE>)
start = pd.to_datetime('2020-01-01').tz_localize('UTC')
end = pd.to_datetime('2020-01-02').tz_localize('UTC')
client.query_crossborder_flows("IT_CNOR","IT_SARD", start=start, end=end)
@fboerman
Copy link
Collaborator

hi did you check this data is available in the UI?

@fboerman fboerman added the more info needed when more info is needed from the person opening the issue label Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more info needed when more info is needed from the person opening the issue
Projects
None yet
Development

No branches or pull requests

2 participants