We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using an existing dataset with several files in it, I get an error.
Python 2.7.9 (default, Jun 27 2016, 20:10:46) [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from dataverse import Connection >>> host = 'hostname.example.com' >>> token = 'token-code-' >>> connection = Connection(host, token) >>> dataverse = connection.get_dataverse('test') >>> dataset = dataverse.get_dataset_by_doi('DOI:10.5072/FK2/ZDNXKZ') >>> files = dataset.get_files('latest') Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'NoneType' object has no attribute 'get_files'
Not sure why. Happened on DV 4.3.1 and 4.4.0.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using an existing dataset with several files in it, I get an error.
Not sure why. Happened on DV 4.3.1 and 4.4.0.
The text was updated successfully, but these errors were encountered: