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
which will ask for credentials, and then the orbit 56 plot is drawn properly. When he then runs the script again to switch to orbit 57, the error occurs.
It's not clear why this is suddenly happening. Nothing has changed in the code recently, so maybe it's the Java version, though I can generate the problem at my site on Linux. The same issue shows with Autoplot v2023a_10, which has been out for a month. So maybe we have never noticed this before and the bug has always been there.
The text was updated successfully, but these errors were encountered:
I'm fixing this by simply catching the error and issuing a log message at INFO. If the connection is already made, then it stands to reason that the header already contains the credentials so they don't need to be set again. This seems to be the case.
Bill noticed he was getting the error "java.lang.IllegalStateException: Already connected" when running a script twice in Autoplot. First, he runs
which will ask for credentials, and then the orbit 56 plot is drawn properly. When he then runs the script again to switch to orbit 57, the error occurs.
It's not clear why this is suddenly happening. Nothing has changed in the code recently, so maybe it's the Java version, though I can generate the problem at my site on Linux. The same issue shows with Autoplot v2023a_10, which has been out for a month. So maybe we have never noticed this before and the bug has always been there.
The text was updated successfully, but these errors were encountered: