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
I get a samp.ok response from gaia (indicating that the load was successful) and gaia then starts an asynchronous load, popping up a window with an indeterminate progress bar that says:
Downloading: [big ugly url]
waiting for result from dc.zah.uni-heidelberg.de...
and then after a few minutes a different popup informs me:
Error: cannot map zero length file: /tmp/cat33146.fits
If I download the cube to a local file then use the same jsamp invocation but with a file://... URL it works fine.
I suspect the issue is to do with the horrible characters in the URL (something similar but different happens in ds9, which I've also reported).
Ideally the samp response should get transmitted after successful or unsuccessful completion of the load, but that may be a bit more effort to fix.
Note, this is a refiling of an issue that I initially filed in the wrong place, starjava (Starlink/starjava#4)
The text was updated successfully, but these errors were encountered:
Peter (or other GAIA maintenance enthusiasts???),
there is a dynamically generated FITS cube I'm trying to load into GAIA from SAMP, at the following URL:
If I send a message using jsamp (e.g.
starjava/bin/jsamp
orjava -jar starjava/lib/jsamp/jsamp.jar
) like this:I get a
samp.ok
response from gaia (indicating that the load was successful) and gaia then starts an asynchronous load, popping up a window with an indeterminate progress bar that says:and then after a few minutes a different popup informs me:
If I download the cube to a local file then use the same jsamp invocation but with a
file://...
URL it works fine.I suspect the issue is to do with the horrible characters in the URL (something similar but different happens in ds9, which I've also reported).
Ideally the samp response should get transmitted after successful or unsuccessful completion of the load, but that may be a bit more effort to fix.
Note, this is a refiling of an issue that I initially filed in the wrong place, starjava (Starlink/starjava#4)
The text was updated successfully, but these errors were encountered: