-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot download and parse GEO files #62
Comments
@Mengflz |
Could you also share version of python and GEOparse? For me it is working without any problems. |
My GEOparse is version 2.0.1, and my python version is 3.6.8 |
Is there any update on this issue? I have the same problem trying to get the metadata from 190 GEO series. Downloads fail during the checksum stage |
As a workaround you can do @daniwelter and I tested the very same code with a virtualenv and the same packages, in Mac OS. In my case Big Sur 11.1. So no clue what's happening. Packages I used:
For me it was working with ftp but above's fix solved the issue for daniwelter. This leads me to think that there is an issue on My MTU seems fine (I know some VPNs mess around with MTU), I can't think about any other differences.
|
I have the same problem with GSE39582. I don't think it's GEOparser's fault because I am having the same problem with manually downloading the SOFT file. Using Firefox or |
Hi, sorry for not replying for long time. Some reason might be that you (might be) behind some corporate proxy. The option |
Yes, but I was using the same VPN as @daniwelter but for me it was working, my guess is that is some network issue… if it doesn't work on the browser then is not your code fault. But maybe you could add the GEOPARSE_USE_HTTP_FOR_FTP as argparse option or as failover for FTP. |
@carlosvega @guma44 I wasn't using a VPN at all but the FTP > HTTP switch worked for me either way. |
I saw this sometimes, but sometimes it went away... Not sure the problem, I suspect it's NCBI's side dropping connections |
After I downloaded Series Matrix File(s), GEOparse.get_GEO function can't work and show there isn't series.
So I try to use GEOparse.get_GEO function to download files from website. It turned out that.
It seems like url is wrong.
The text was updated successfully, but these errors were encountered: