-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
REopt connection Failed (RuntimeError)
_ Following the API request and adding API key to environment variables in Mac, still getting the runtime connection. Have confirmed the access to API key by printing API key right before the following message appears.

Even trying to access the following parts of the script with the associated API key fails:
@uri_submit = URI.parse("[https://developer.nrel.gov/api/reopt/v3/job?api_key=#{@nrel_developer_key}](https://developer.nrel.gov/api/reopt/v3/job?api_key=#%7B@nrel_developer_key%7D)")
@uri_submit_outagesimjob = URI.parse("[https://developer.nrel.gov/api/reopt/v3/outagesimjob?api_key=#{@nrel_developer_key}](https://developer.nrel.gov/api/reopt/v3/outagesimjob?api_key=#%7B@nrel_developer_key%7D)")

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working