We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Autoplot URI produces a ArrayIndexOutOfBoundsException when reading the stream returned by:
vap+das2server:https://planet.physics.uiowa.edu/das/das2Server?+5.5U&dataset=Juno/WAV/Housekeeping&start_time=2013-11-01T00:00:00.000Z&end_time=2013-11-02T00:00:00.000Z
I suspect it's an empty stream, but I need to look into this and properly handle the condition (maybe with a NoDataInIntervalException).
The text was updated successfully, but these errors were encountered:
Chris pointed out that this is planet, and all Juno stuff should come from jupiter. This is the working request:
https://jupiter.physics.uiowa.edu/das/server?server=dataset&start_time=2013-11-01&end_time=2013-11-02&resolution=121&dataset=Juno%2FWAV%2FHousekeeping¶ms=%2B5.5U
and this shows the bug:
https://jupiter.physics.uiowa.edu/das/server?server=dataset&start_time=2013-11-01&end_time=2013-11-02&resolution=121&dataset=Juno%2FWAV%2FHousekeeping¶ms=+5.5U
Sorry, something went wrong.
jbfaden
No branches or pull requests
The Autoplot URI produces a ArrayIndexOutOfBoundsException when reading the stream returned by:
vap+das2server:https://planet.physics.uiowa.edu/das/das2Server?+5.5U&dataset=Juno/WAV/Housekeeping&start_time=2013-11-01T00:00:00.000Z&end_time=2013-11-02T00:00:00.000Z
I suspect it's an empty stream, but I need to look into this and properly handle the condition (maybe with a NoDataInIntervalException).
The text was updated successfully, but these errors were encountered: