AAVSO / VStar

VStar is a visualisation and analysis tool for variable star data brought to you by AAVSO
https://www.aavso.org/vstar
GNU Affero General Public License v3.0
9 stars 3 forks source link

TextFormatObservationSourcePlugin hides exception #424

Closed mpyat2 closed 3 weeks ago

mpyat2 commented 1 month ago

While trying to read the attached file using the "Download or Simple" observation source, nothing happens; even an error message is not shown. Actually, an exception occurs in the analyser.analyse() in TextFormatObservationSourcePlugin.java, yet it is hidden. TEST_T_UMI_FLEX.csv

dbenn commented 1 month ago

Yes, I see. Thanks for picking this up. I see where in ObservationSourceAnalyser this is coming from. I'll look at this.

dbenn commented 4 weeks ago

Updated exception handling to allow propagation beyond source.

image