Skip to content

timeout while trying to fetch data #72

@emmats

Description

@emmats

I would like to download my file "all ambiguous peptides" from SQLshare but the download directly from the site didn't seem to be progressing. I tried fetchdata in the sql python tools, but it timed out (see below). Now I can't even access my datasets. Is there something wrong?

Thanks
Emma

Emmas-MacBook-Pro-2:tools Emma$ python fetchdata.py --dataset 'all ambiguous peptides' --format csv --output all_ambiguous_peptides.csv
Traceback (most recent call last):
File "fetchdata.py", line 77, in
main()
File "fetchdata.py", line 71, in main
data = fetchdata(args.sql, args.format, args.output)
File "fetchdata.py", line 29, in fetchdata
conn = sqlshare.SQLShare()
File "build/bdist.macosx-10.5-x86_64/egg/sqlshare/init.py", line 80, in init
File "build/bdist.macosx-10.5-x86_64/egg/sqlshare/init.py", line 280, in get_userinfo
File "build/bdist.macosx-10.5-x86_64/egg/sqlshare/init.py", line 267, in poll_selector
sqlshare.SQLShareError: code: 400 : {"Detail":"Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. This failure occurred while attempting to connect to the routing destination."}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions