You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nsrdb weather currently uses credentials in a hard-coded path to $home/.nsrdb/credentials.json
This causes issues when trying to utilize historical data on the weather pipeline through OpenFIDO. The credentials are provided locally, and therefore are not used and cause historical data calls to fail.
Steps to reproduce
Go to 'app.openfido.com'
Click on 'add pipeline'
Select 'weather' from the dropdown
Change the branch to develop
Select the 'weather' pipeline
Copy nsrdb credentials.json to pipeline
Set the year to '2020' in the config.csv, and start new run with the rest as default settings
Select 'Console Output', then select Standard Error, and scroll to the bottom
See error for no data
Expected behavior
The local credential files should be used, and the weather call should retrieve historical data if requested.
System information
GridLAB-D version: all
Operating system: all
Supporting information
The path reference is hard-coded.
Attachments
None
The text was updated successfully, but these errors were encountered:
Problem description
nsrdb weather currently uses credentials in a hard-coded path to $home/.nsrdb/credentials.json
This causes issues when trying to utilize historical data on the weather pipeline through OpenFIDO. The credentials are provided locally, and therefore are not used and cause historical data calls to fail.
Steps to reproduce
Expected behavior
The local credential files should be used, and the weather call should retrieve historical data if requested.
System information
Supporting information
The path reference is hard-coded.
Attachments
None
The text was updated successfully, but these errors were encountered: