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
we had an issue wherein our logs contained some null characters. vrpipe-submissions refused to display them (after 59 retries) because it apparently thinks that anything that file -bi says is 'application/octet-stream' is in fact a gzip compressed file. These logs are not gzip compressed, so that didn't work, and we got an error that looks like some kind of filesystem error.
we had an issue wherein our logs contained some null characters. vrpipe-submissions refused to display them (after 59 retries) because it apparently thinks that anything that
file -bi
says is 'application/octet-stream' is in fact a gzip compressed file. These logs are not gzip compressed, so that didn't work, and we got an error that looks like some kind of filesystem error.See:
vr-pipe/modules/VRPipe/FileProtocol/file.pm
Line 72 in cf12878
FWIW, that should be changed to: 'application/x-gzip' and all should be fine.
The text was updated successfully, but these errors were encountered: