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

Trouble with access #809

Open
MichaelHopwood opened this issue Feb 24, 2023 · 1 comment
Open

Trouble with access #809

MichaelHopwood opened this issue Feb 24, 2023 · 1 comment

Comments

@MichaelHopwood
Copy link

I had some code which queried data from the arbiter last year, but I'm noticing that it is failing now. Also, I am seeing that https://solarforecastarbiter.org/ is nonresponsive. What adaptations do we need to make to interact with the arbiter?

>>> import os
>>> from solarforecastarbiter.io import api
>>> api.request_cli_access_token(os.environ["SOLARARBITER_USER"], os.environ["SOLARARBITER_PASS"])
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "E:\Users\MichaelHopwood\miniconda3\lib\site-packages\solarforecastarbiter\io\api.py", line 61, in request_cli_access_token
    req.raise_for_status()
  File "E:\Users\MichaelHopwood\miniconda3\lib\site-packages\requests\models.py", line 943, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://solarforecastarbiter.auth0.com/oauth/token

Using version solarforecastarbiter==1.0.13

@dplarson
Copy link
Contributor

@MichaelHopwood There have been some infrastructure changes behind the scenes from switching the hosting from University of Arizona (UofA) to EPRI. Part of that process also required UofA deleting existing user data and then folks re-signing up with EPRI's hosted version of the Arbiter. Which means the error you're receiving is because your previous user account is no longer authorized to access the Arbiter.

You can email forecastarbiter@epri.com to follow-up on this. But we appreciate your patience as there are multiple things happening in parallel with the Arbiter (e.g., preparation for the American-Made Net Load Forecasting Prize competition, which will use the Arbiter platform).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants