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
{{ message }}
This repository was archived by the owner on Jun 2, 2023. It is now read-only.
When I upload a csv file everything is hunky dory. When I upload a nc file, scipiper goes into an infinite loop on the upload step. When I realized this I killed it and opened the SB item to find 8 copies of my nc files. One thing I noticed, when I was deleting them, was that they were under a separate tab. The csv file is under the "files" tab, the nc files were under the "extensions" tab. Here's my guess to what is happening: the task-table functions are looking for some indicator that a "file" was successfully uploaded and since the .nc files are going into the "extensions" bucket scipiper doesn't think they've been uploaded so it keeps uploading them.
When I upload a
csvfile everything is hunky dory. When I upload ancfile,scipipergoes into an infinite loop on the upload step. When I realized this I killed it and opened the SB item to find 8 copies of myncfiles. One thing I noticed, when I was deleting them, was that they were under a separate tab. Thecsvfile is under the "files" tab, thencfiles were under the "extensions" tab. Here's my guess to what is happening: the task-table functions are looking for some indicator that a "file" was successfully uploaded and since the.ncfiles are going into the "extensions" bucketscipiperdoesn't think they've been uploaded so it keeps uploading them.