-
Notifications
You must be signed in to change notification settings - Fork 16
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
datalad crawl can't connect to s3 and produces changing error messages #47
Comments
All the errors are same [ERROR ] unorderable types: NoneType() < str() [s3.py:call:162] (TypeError) Could you rerun with --dbg and then print entire stack ( The ones from del can be ignored - i will silence them when get to the laptop |
actually -- it is in the |
yarikoptic
added a commit
to yarikoptic/datalad
that referenced
this issue
Jul 12, 2019
…eptions as e.g. reported in datalad/datalad-crawler#47
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While trying to "datalad crawl" with the change from #46 (comment) on our server, this happens:
Also, when I then just re-run the "datalad crawl" without any changes, sometimes other error messages appear (in addition to the one above, which is always displayed):
Additional Error 1
❱ datalad crawl
[INFO ] Loading pipeline specification from ./.datalad/crawl/crawl.cfg
[INFO ] Creating a pipeline for the hcp-openaccess bucket
[INFO ] Running pipeline [<datalad_crawler.nodes.s3.crawl_s3 object at 0x7ff943fb0a58>, switch(default=None, key='datalad_action', mapping=<<{'annex': <datalad_cra...>>, re=False)]
[INFO ] S3 session: Connecting to the bucket hcp-openaccess with authentication
[ERROR ] unorderable types: NoneType() < str() [s3.py:call:162] (TypeError)
Exception ignored in: <bound method AnnexRepo.del of <AnnexRepo path=/home/homeGlobal/tkadelka/hcp/hcp (<class 'datalad.support.annexrepo.AnnexRepo'>)>>
Traceback (most recent call last):
File "/home/homeGlobal/tkadelka/env/datalad-crawler/datalad.git/datalad/support/annexrepo.py", line 365, in del
File "/home/homeGlobal/tkadelka/env/datalad-crawler/datalad.git/datalad/dochelpers.py", line 328, in exc_str
AttributeError: 'NoneType' object has no attribute 'get'
Exception ignored in: <function WeakValueDictionary.init..remove at 0x7ff99ef63840>
Traceback (most recent call last):
File "/home/homeGlobal/tkadelka/env/datalad-crawler/lib/python3.5/weakref.py", line 117, in remove
TypeError: 'NoneType' object is not callable
Additional Error 2
The text was updated successfully, but these errors were encountered: