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
At this point, the export is finished and the files are queued for download (as determined from getting the email from JSOC). However note that r.status is not updated:
r.status
2
Upon completion, r.status should be 0, not 2. I think this is preventing loops which attempt repeated export requests to fail after the first request since all subsequent requests throw an immediate error of {"status":7,"error":"User [email protected] has 1 pending export requests...}
The text was updated successfully, but these errors were encountered:
Here's the current behavior:
At this point, the export is finished and the files are queued for download (as determined from getting the email from JSOC). However note that r.status is not updated:
Upon completion, r.status should be 0, not 2. I think this is preventing loops which attempt repeated export requests to fail after the first request since all subsequent requests throw an immediate error of {"status":7,"error":"User [email protected] has 1 pending export requests...}
The text was updated successfully, but these errors were encountered: