Skip to content

Error: Timeout #143

Answered by ACharbonneau
ACharbonneau asked this question in Q&A
Discussion options

You must be logged in to vote

Timeout errors usually indicate that a table that otherwise passed validation is subtlety malformed.

Possible solutions:

1. Fix file encodings

Our database takes flat text files, and expects ASCII type encodings. Especially if you have built parts of your table by scraping webservices, files or portions of your files, may use other encodings. You can check your encodings by running:

file *

in the directory that holds your submission files. You should get back something like this:

[charbo24@dev-intel14 c2m2_level1]$ file *
anatomy.tsv:                       UTF-8 Unicode text, with very long lines
assay_type.tsv:                    ASCII text, with very long lines
biosample_from_subject.ts…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ACharbonneau
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant