Skip to content
New issue

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

ArrayIndexOutOfBoundsException when reading Das2Stream #74

Open
jbfaden opened this issue Aug 12, 2023 · 1 comment
Open

ArrayIndexOutOfBoundsException when reading Das2Stream #74

jbfaden opened this issue Aug 12, 2023 · 1 comment
Assignees

Comments

@jbfaden
Copy link
Member

jbfaden commented Aug 12, 2023

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).

@jbfaden jbfaden self-assigned this Aug 12, 2023
@jbfaden
Copy link
Member Author

jbfaden commented Aug 14, 2023

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&params=%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&params=+5.5U

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant