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
The proposal information webpage that JWQL uses to get proposal info (in text_scrape in data_containers.py) went down last week. ITSD wasn't able to get the server back up and working, and so they updated the URL for that page.
Issue JWQL-260 was created on JIRA by Bryan Hilbert:
The proposal information webpage that JWQL uses to get proposal info (in text_scrape in data_containers.py) went down last week. ITSD wasn't able to get the server back up and working, and so they updated the URL for that page.
So now, when JWQL tries to load any Observation level page (e.g. https://jwql.stsci.edu/NIRSpec/archive/3073/obs005/) everything crashes because it's not able to retrieve any program info.
Update the URL that JWQL scrapes to get the program info. The new URL is https://www.stsci.edu/jwst/science-execution/program-information
Another option may be https://www.stsci.edu/jwst-program-info/program/?program=3073 which I think is the OPO version of the program information page. This might be an easier URL to work with than the other one above.
The text was updated successfully, but these errors were encountered: