-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
$ GDK_BACKEND=x11 ./dtool-lookup-gui
Gtk-Message: 15:44:45.531: Failed to load module "canberra-gtk-module"
(dtool-lookup-gui:347244): Gtk-WARNING **: 15:44:52.274: Child name 'main' not found in GtkStack
(dtool-lookup-gui:347244): Gtk-WARNING **: 15:44:53.368: Child name 'main' not found in GtkStack
WARNING: Failed to parse headers (url=http://demo.dtool.dev:9000/test-bucket/c6c9da64-8c4e-42b2-89da-4e157bd90fe1/structure.json): [MissingHeaderBodySeparatorDefect()], unparsed data: 'HTTP/1.1 200 OK\r\nAccept-Ranges: bytes\r\nContent-Length: 0\r\nContent-Security-Policy: block-all-mixed-content\r\nETag: "5d6b93d0a8884255cf6b4ef8ae6d4ace"\r\nServer: MinIO\r\nStrict-Transport-Security: max-age=31536000; includeSubDomains\r\nVary: Origin\r\nVary: Accept-Encoding\r\nX-Amz-Request-Id: 173B1FD96826CE37\r\nX-Content-Type-Options: nosniff\r\nX-Xss-Protection: 1; mode=block\r\nDate: Tue, 17 Jan 2023 14:45:05 GMT\r\n\r\n'
Traceback (most recent call last):
File "urllib3/connectionpool.py", line 469, in _make_request
File "urllib3/util/response.py", line 91, in assert_header_parsing
urllib3.exceptions.HeaderParsingError: [MissingHeaderBodySeparatorDefect()], unparsed data: 'HTTP/1.1 200 OK\r\nAccept-Ranges: bytes\r\nContent-Length: 0\r\nContent-Security-Policy: block-all-mixed-content\r\nETag: "5d6b93d0a8884255cf6b4ef8ae6d4ace"\r\nServer: MinIO\r\nStrict-Transport-Security: max-age=31536000; includeSubDomains\r\nVary: Origin\r\nVary: Accept-Encoding\r\nX-Amz-Request-Id: 173B1FD96826CE37\r\nX-Content-Type-Options: nosniff\r\nX-Xss-Protection: 1; mode=block\r\nDate: Tue, 17 Jan 2023 14:45:05 GMT\r\n\r\n'
(dtool-lookup-gui:347244): Gtk-WARNING **: 15:45:10.871: Child name 'main' not found in GtkStack
(dtool-lookup-gui:347244): Gtk-WARNING **: 15:45:12.190: Child name 'main' not found in GtkStack
DEBUG: Loglevel changed to 10, update combo box entry if necessary.
DEBUG: Current loglevel is 10.
DEBUG: Selected ID: 10, loglevel: DEBUG
DEBUG: Desired loglevel and current log level are equivalent.
DEBUG: Loglevel changed to 10, update combo box entry if necessary.
DEBUG: Current loglevel is 10.
DEBUG: Spawn select_base_uri task.
DEBUG: Selected search results.
DEBUG: No search results cached (likely first activation after app startup).
DEBUG: Mock emit search_entry activate signal once.
DEBUG: Search ''...
DEBUG: Evoke search with search text .
DEBUG: No keyword specified, list all datasets.
DEBUG: Initializing ConfigurationBasedLookupClient with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True, cache_token=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, ssl=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True, cache_token=True
DEBUG: Testing token validity via /config/info route.
DEBUG: Server answered with 200: {'api_spec_options': {'components': {'headers': {'PAGINATION': {'description': 'Pagination metadata', 'schema': {'$ref': '#/components/schemas/PaginationMetadata'}}}, 'responses': {'DEFAULT_ERROR': {'content': {'application/json': {'schema': {'$ref': '#/components/schemas/Error'}}}, 'description': 'Default error response'}, 'UNPROCESSABLE_ENTITY': {'content': {'application/json': {'schema': {'$ref': '#/components/schemas/Error'}}}, 'description': 'Unprocessable Entity'}}, 'schemas': {'BaseURI': {'properties': {'base_uri': {'maxLength': 255, 'nullable': True, 'type': 'string'}}, 'type': 'object'}, 'Dataset': {'properties': {'base_uri': {}, 'created_at': {'format': 'date-time', 'type': 'string'}, 'creator_username': {'maxLength': 255, 'type': 'string'}, 'frozen_at': {'format': 'date-time', 'type': 'string'}, 'name': {'maxLength': 80, 'type': 'string'}, 'uri': {'maxLength': 255, 'type': 'string'}, 'uuid': {'maxLength': 36, 'type': 'string'}}, 'required': ['created_at', 'creator_username', 'frozen_at', 'name', 'uri', 'uuid'], 'type': 'object'}, 'Error': {'properties': {'code': {'description': 'Error code', 'type': 'integer'}, 'errors': {'description': 'Errors', 'type': 'object'}, 'message': {'description': 'Error message', 'type': 'string'}, 'status': {'description': 'Error name', 'type': 'string'}}, 'type': 'object'}, 'Item': {'properties': {'hash': {'type': 'string'}, 'relpath': {'type': 'string'}, 'size_in_bytes': {'type': 'integer'}, 'utc_timestamp': {'type': 'number'}}, 'type': 'object'}, 'Manifest': {'properties': {'dtoolcore_version': {'type': 'string'}, 'hash_function': {'type': 'string'}, 'items': {'additionalProperties': {'$ref': '#/components/schemas/Item'}, 'type': 'object'}}, 'type': 'object'}, 'PaginationMetadata': {'properties': {'first_page': {'type': 'integer'}, 'last_page': {'type': 'integer'}, 'next_page': {'type': 'integer'}, 'page': {'type': 'integer'}, 'previous_page': {'type': 'integer'}, 'total': {'type': 'integer'}, 'total_pages': {'type': 'integer'}}, 'type': 'object'}, 'RegisterDataset': {'properties': {'annotations': {'type': 'object'}, 'base_uri': {'type': 'string'}, 'created_at': {'type': 'string'}, 'creator_username': {'type': 'string'}, 'frozen_at': {'type': 'string'}, 'manifest': {'$ref': '#/components/schemas/Manifest'}, 'name': {'type': 'string'}, 'number_of_items': {'type': 'integer'}, 'readme': {'type': 'string'}, 'size_in_bytes': {'type': 'integer'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}, 'type': {'type': 'string'}, 'uri': {'type': 'string'}, 'uuid': {'format': 'uuid', 'type': 'string'}}, 'type': 'object'}, 'RegisterUser': {'properties': {'is_admin': {'type': 'boolean'}, 'username': {'type': 'string'}}, 'type': 'object'}, 'SearchDataset': {'properties': {'base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'creator_usernames': {'items': {'type': 'string'}, 'type': 'array'}, 'free_text': {'type': 'string'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}, 'uuids': {'items': {'format': 'uuid', 'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'Summary': {'properties': {'base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'creator_usernames': {'items': {'type': 'string'}, 'type': 'array'}, 'datasets_per_base_uri': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'datasets_per_creator': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'datasets_per_tag': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'number_of_datasets': {'type': 'integer'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'URI': {'properties': {'uri': {'type': 'string'}}, 'type': 'object'}, 'URIPermission': {'properties': {'base_uri': {'type': 'string'}, 'users_with_register_permissions': {'items': {'type': 'string'}, 'type': 'array'}, 'users_with_search_permissions': {'items': {'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'User': {'properties': {'id': {'type': 'integer'}, 'is_admin': {'type': 'boolean'}, 'username': {'maxLength': 64, 'nullable': True, 'type': 'string'}}, 'type': 'object'}, 'UserResponse': {'properties': {'is_admin': {'type': 'boolean'}, 'register_permissions_on_base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'search_permissions_on_base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'username': {'type': 'string'}}, 'type': 'object'}}, 'securitySchemes': {'bearerAuth': {'bearerFormat': 'JWT', 'scheme': 'bearer', 'type': 'http'}}}, 'security': [{'bearerAuth': []}], 'servers': [{'description': 'dtool-lookup-server demo instance', 'url': 'https://demo.dtool.dev/lookup'}], 'x-internal-id': '2'}, 'api_title': 'dtool-lookup-server API', 'api_version': 'v1', 'dtool_lookup_server_dependency_graph_plugin': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'dtool_lookup_server_direct_mongo_plugin': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'dtool_lookup_server_notification_plugin': "cannot import name 'mongo' from 'dtool_lookup_server' (/src/dtool-lookup-server/dtool_lookup_server/__init__.py)", 'dtool_lookup_server_plugin_scaffolding': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'jsonify_prettyprint_regular': True, 'jwt_algorithm': 'RS256', 'jwt_header_name': 'Authorization', 'jwt_header_type': 'Bearer', 'jwt_public_key': '-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2QZiOhF3IlUPmFeiNscN\nVhJNBEBBYpwK9qIuw8eEr0TGHTUiskp/MptbRB35OY1JRCw258o0OBGJO6seBuii\nZ7VOug+MM+KhUBql3WaboSWVGGevlCTh7SvKU9IVUh7BeRvsKAOYo7zJw29mxax8\nm6JnYtP3VdbLWh26RRzG1b7DimxSD7/GUvhal3ORI6oAJortsUFkMxM9cwxGV3ra\nQ5g/ZO55us+tFxZiVUBSE8rny8U7e/48d4kPgf9oRKkiptCe0xEk8g63WlRgNg5i\nORIveW7AQfxgnHI8jYYID+mpea/QllAEs8ydum0JtZKrtBolmBAk1Ua+zvGJC/Ay\ndQIDAQAB\n-----END PUBLIC KEY-----\n', 'jwt_token_location': 'headers', 'openapi_redoc_path': '/redoc', 'openapi_redoc_url': 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js', 'openapi_swagger_ui_path': '/swagger', 'openapi_swagger_ui_url': 'https://cdn.jsdelivr.net/npm/swagger-ui-dist/', 'openapi_url_prefix': '/doc', 'openapi_version': '3.0.2', 'retrieve_mongo_collection': 'datasets', 'retrieve_mongo_db': 'dtool_info', 'retrieve_mongo_uri': 'mongodb://mongodb:27017/', 'search_mongo_collection': 'datasets', 'search_mongo_db': 'dtool_info', 'search_mongo_uri': 'mongodb://mongodb:27017/', 'sqlalchemy_track_modifications': False, 'version': '0.17.2'}.
DEBUG: Reusing provided token.
DEBUG: Connect to https://demo.dtool.dev/lookup, ssl=True
DEBUG: Caching token.
DEBUG: Connection to https://demo.dtool.dev/lookup established.
DEBUG: Connection to https://demo.dtool.dev/lookup closed.
DEBUG: In generous_pase_uri...
DEBUG: generous_pase_uri.input_uri: smb://test-share/1a1f9fad-8589-413e-9602-5bbd66bfe675
DEBUG: generouse_pase_uri.return: ParseResult(scheme='smb', netloc='test-share', path='/1a1f9fad-8589-413e-9602-5bbd66bfe675', params='', query='', fragment='')
DEBUG: In generous_pase_uri...
DEBUG: generous_pase_uri.input_uri: s3://test-bucket/1a1f9fad-8589-413e-9602-5bbd66bfe675
DEBUG: generouse_pase_uri.return: ParseResult(scheme='s3', netloc='test-bucket', path='/1a1f9fad-8589-413e-9602-5bbd66bfe675', params='', query='', fragment='')
DEBUG: Inserted smb://test-share/1a1f9fad-8589-413e-9602-5bbd66bfe675 at 0.
DEBUG: Inserted s3://test-bucket/1a1f9fad-8589-413e-9602-5bbd66bfe675 at 1.
DEBUG: Dataset row 0 selected.
DEBUG: Selected row 0.
DEBUG: simple_test_dataset shown.
DEBUG: simple_test_dataset shown.
DEBUG: In _update_dataset_view.
DEBUG: Any other dataset access
DEBUG: Get readme.
DEBUG: Get manifest.
DEBUG: Selected dataset is lookup result.
DEBUG: In _update_dataset_view.
DEBUG: Any other dataset access
DEBUG: Get readme.
DEBUG: Get manifest.
DEBUG: Selected dataset is lookup result.
DEBUG: README.yml queried from lookup server.
DEBUG: Initializing ConfigurationBasedLookupClient with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True, cache_token=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, ssl=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True, cache_token=True
DEBUG: Testing token validity via /config/info route.
DEBUG: Initializing ConfigurationBasedLookupClient with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True, cache_token=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, ssl=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True, cache_token=True
DEBUG: Testing token validity via /config/info route.
DEBUG: Compute dependencies for dataset '{dataset.uuid}'.
DEBUG: Initializing ConfigurationBasedLookupClient with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True, cache_token=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, ssl=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True, cache_token=True
DEBUG: Testing token validity via /config/info route.
DEBUG: README.yml queried from lookup server.
DEBUG: Initializing ConfigurationBasedLookupClient with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True, cache_token=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, ssl=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True, cache_token=True
DEBUG: Testing token validity via /config/info route.
DEBUG: Initializing ConfigurationBasedLookupClient with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True, cache_token=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, ssl=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True, cache_token=True
DEBUG: Testing token validity via /config/info route.
DEBUG: Compute dependencies for dataset '{dataset.uuid}'.
DEBUG: Initializing ConfigurationBasedLookupClient with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True, cache_token=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, ssl=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True
DEBUG: ConfigurationBasedLookupClient initialized with lookup_url=https://demo.dtool.dev/lookup, auth_url=https://demo.dtool.dev/token, username=None, ssl=True, cache_token=True
DEBUG: Testing token validity via /config/info route.
DEBUG: Server answered with 200: {'api_spec_options': {'components': {'headers': {'PAGINATION': {'description': 'Pagination metadata', 'schema': {'$ref': '#/components/schemas/PaginationMetadata'}}}, 'responses': {'DEFAULT_ERROR': {'content': {'application/json': {'schema': {'$ref': '#/components/schemas/Error'}}}, 'description': 'Default error response'}, 'UNPROCESSABLE_ENTITY': {'content': {'application/json': {'schema': {'$ref': '#/components/schemas/Error'}}}, 'description': 'Unprocessable Entity'}}, 'schemas': {'BaseURI': {'properties': {'base_uri': {'maxLength': 255, 'nullable': True, 'type': 'string'}}, 'type': 'object'}, 'Dataset': {'properties': {'base_uri': {}, 'created_at': {'format': 'date-time', 'type': 'string'}, 'creator_username': {'maxLength': 255, 'type': 'string'}, 'frozen_at': {'format': 'date-time', 'type': 'string'}, 'name': {'maxLength': 80, 'type': 'string'}, 'uri': {'maxLength': 255, 'type': 'string'}, 'uuid': {'maxLength': 36, 'type': 'string'}}, 'required': ['created_at', 'creator_username', 'frozen_at', 'name', 'uri', 'uuid'], 'type': 'object'}, 'Error': {'properties': {'code': {'description': 'Error code', 'type': 'integer'}, 'errors': {'description': 'Errors', 'type': 'object'}, 'message': {'description': 'Error message', 'type': 'string'}, 'status': {'description': 'Error name', 'type': 'string'}}, 'type': 'object'}, 'Item': {'properties': {'hash': {'type': 'string'}, 'relpath': {'type': 'string'}, 'size_in_bytes': {'type': 'integer'}, 'utc_timestamp': {'type': 'number'}}, 'type': 'object'}, 'Manifest': {'properties': {'dtoolcore_version': {'type': 'string'}, 'hash_function': {'type': 'string'}, 'items': {'additionalProperties': {'$ref': '#/components/schemas/Item'}, 'type': 'object'}}, 'type': 'object'}, 'PaginationMetadata': {'properties': {'first_page': {'type': 'integer'}, 'last_page': {'type': 'integer'}, 'next_page': {'type': 'integer'}, 'page': {'type': 'integer'}, 'previous_page': {'type': 'integer'}, 'total': {'type': 'integer'}, 'total_pages': {'type': 'integer'}}, 'type': 'object'}, 'RegisterDataset': {'properties': {'annotations': {'type': 'object'}, 'base_uri': {'type': 'string'}, 'created_at': {'type': 'string'}, 'creator_username': {'type': 'string'}, 'frozen_at': {'type': 'string'}, 'manifest': {'$ref': '#/components/schemas/Manifest'}, 'name': {'type': 'string'}, 'number_of_items': {'type': 'integer'}, 'readme': {'type': 'string'}, 'size_in_bytes': {'type': 'integer'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}, 'type': {'type': 'string'}, 'uri': {'type': 'string'}, 'uuid': {'format': 'uuid', 'type': 'string'}}, 'type': 'object'}, 'RegisterUser': {'properties': {'is_admin': {'type': 'boolean'}, 'username': {'type': 'string'}}, 'type': 'object'}, 'SearchDataset': {'properties': {'base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'creator_usernames': {'items': {'type': 'string'}, 'type': 'array'}, 'free_text': {'type': 'string'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}, 'uuids': {'items': {'format': 'uuid', 'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'Summary': {'properties': {'base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'creator_usernames': {'items': {'type': 'string'}, 'type': 'array'}, 'datasets_per_base_uri': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'datasets_per_creator': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'datasets_per_tag': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'number_of_datasets': {'type': 'integer'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'URI': {'properties': {'uri': {'type': 'string'}}, 'type': 'object'}, 'URIPermission': {'properties': {'base_uri': {'type': 'string'}, 'users_with_register_permissions': {'items': {'type': 'string'}, 'type': 'array'}, 'users_with_search_permissions': {'items': {'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'User': {'properties': {'id': {'type': 'integer'}, 'is_admin': {'type': 'boolean'}, 'username': {'maxLength': 64, 'nullable': True, 'type': 'string'}}, 'type': 'object'}, 'UserResponse': {'properties': {'is_admin': {'type': 'boolean'}, 'register_permissions_on_base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'search_permissions_on_base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'username': {'type': 'string'}}, 'type': 'object'}}, 'securitySchemes': {'bearerAuth': {'bearerFormat': 'JWT', 'scheme': 'bearer', 'type': 'http'}}}, 'security': [{'bearerAuth': []}], 'servers': [{'description': 'dtool-lookup-server demo instance', 'url': 'https://demo.dtool.dev/lookup'}], 'x-internal-id': '2'}, 'api_title': 'dtool-lookup-server API', 'api_version': 'v1', 'dtool_lookup_server_dependency_graph_plugin': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'dtool_lookup_server_direct_mongo_plugin': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'dtool_lookup_server_notification_plugin': "cannot import name 'mongo' from 'dtool_lookup_server' (/src/dtool-lookup-server/dtool_lookup_server/__init__.py)", 'dtool_lookup_server_plugin_scaffolding': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'jsonify_prettyprint_regular': True, 'jwt_algorithm': 'RS256', 'jwt_header_name': 'Authorization', 'jwt_header_type': 'Bearer', 'jwt_public_key': '-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2QZiOhF3IlUPmFeiNscN\nVhJNBEBBYpwK9qIuw8eEr0TGHTUiskp/MptbRB35OY1JRCw258o0OBGJO6seBuii\nZ7VOug+MM+KhUBql3WaboSWVGGevlCTh7SvKU9IVUh7BeRvsKAOYo7zJw29mxax8\nm6JnYtP3VdbLWh26RRzG1b7DimxSD7/GUvhal3ORI6oAJortsUFkMxM9cwxGV3ra\nQ5g/ZO55us+tFxZiVUBSE8rny8U7e/48d4kPgf9oRKkiptCe0xEk8g63WlRgNg5i\nORIveW7AQfxgnHI8jYYID+mpea/QllAEs8ydum0JtZKrtBolmBAk1Ua+zvGJC/Ay\ndQIDAQAB\n-----END PUBLIC KEY-----\n', 'jwt_token_location': 'headers', 'openapi_redoc_path': '/redoc', 'openapi_redoc_url': 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js', 'openapi_swagger_ui_path': '/swagger', 'openapi_swagger_ui_url': 'https://cdn.jsdelivr.net/npm/swagger-ui-dist/', 'openapi_url_prefix': '/doc', 'openapi_version': '3.0.2', 'retrieve_mongo_collection': 'datasets', 'retrieve_mongo_db': 'dtool_info', 'retrieve_mongo_uri': 'mongodb://mongodb:27017/', 'search_mongo_collection': 'datasets', 'search_mongo_db': 'dtool_info', 'search_mongo_uri': 'mongodb://mongodb:27017/', 'sqlalchemy_track_modifications': False, 'version': '0.17.2'}.
DEBUG: Reusing provided token.
DEBUG: Connect to https://demo.dtool.dev/lookup, ssl=True
DEBUG: Caching token.
DEBUG: Connection to https://demo.dtool.dev/lookup established.
DEBUG: Server answered with 200: {'api_spec_options': {'components': {'headers': {'PAGINATION': {'description': 'Pagination metadata', 'schema': {'$ref': '#/components/schemas/PaginationMetadata'}}}, 'responses': {'DEFAULT_ERROR': {'content': {'application/json': {'schema': {'$ref': '#/components/schemas/Error'}}}, 'description': 'Default error response'}, 'UNPROCESSABLE_ENTITY': {'content': {'application/json': {'schema': {'$ref': '#/components/schemas/Error'}}}, 'description': 'Unprocessable Entity'}}, 'schemas': {'BaseURI': {'properties': {'base_uri': {'maxLength': 255, 'nullable': True, 'type': 'string'}}, 'type': 'object'}, 'Dataset': {'properties': {'base_uri': {}, 'created_at': {'format': 'date-time', 'type': 'string'}, 'creator_username': {'maxLength': 255, 'type': 'string'}, 'frozen_at': {'format': 'date-time', 'type': 'string'}, 'name': {'maxLength': 80, 'type': 'string'}, 'uri': {'maxLength': 255, 'type': 'string'}, 'uuid': {'maxLength': 36, 'type': 'string'}}, 'required': ['created_at', 'creator_username', 'frozen_at', 'name', 'uri', 'uuid'], 'type': 'object'}, 'Error': {'properties': {'code': {'description': 'Error code', 'type': 'integer'}, 'errors': {'description': 'Errors', 'type': 'object'}, 'message': {'description': 'Error message', 'type': 'string'}, 'status': {'description': 'Error name', 'type': 'string'}}, 'type': 'object'}, 'Item': {'properties': {'hash': {'type': 'string'}, 'relpath': {'type': 'string'}, 'size_in_bytes': {'type': 'integer'}, 'utc_timestamp': {'type': 'number'}}, 'type': 'object'}, 'Manifest': {'properties': {'dtoolcore_version': {'type': 'string'}, 'hash_function': {'type': 'string'}, 'items': {'additionalProperties': {'$ref': '#/components/schemas/Item'}, 'type': 'object'}}, 'type': 'object'}, 'PaginationMetadata': {'properties': {'first_page': {'type': 'integer'}, 'last_page': {'type': 'integer'}, 'next_page': {'type': 'integer'}, 'page': {'type': 'integer'}, 'previous_page': {'type': 'integer'}, 'total': {'type': 'integer'}, 'total_pages': {'type': 'integer'}}, 'type': 'object'}, 'RegisterDataset': {'properties': {'annotations': {'type': 'object'}, 'base_uri': {'type': 'string'}, 'created_at': {'type': 'string'}, 'creator_username': {'type': 'string'}, 'frozen_at': {'type': 'string'}, 'manifest': {'$ref': '#/components/schemas/Manifest'}, 'name': {'type': 'string'}, 'number_of_items': {'type': 'integer'}, 'readme': {'type': 'string'}, 'size_in_bytes': {'type': 'integer'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}, 'type': {'type': 'string'}, 'uri': {'type': 'string'}, 'uuid': {'format': 'uuid', 'type': 'string'}}, 'type': 'object'}, 'RegisterUser': {'properties': {'is_admin': {'type': 'boolean'}, 'username': {'type': 'string'}}, 'type': 'object'}, 'SearchDataset': {'properties': {'base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'creator_usernames': {'items': {'type': 'string'}, 'type': 'array'}, 'free_text': {'type': 'string'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}, 'uuids': {'items': {'format': 'uuid', 'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'Summary': {'properties': {'base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'creator_usernames': {'items': {'type': 'string'}, 'type': 'array'}, 'datasets_per_base_uri': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'datasets_per_creator': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'datasets_per_tag': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'number_of_datasets': {'type': 'integer'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'URI': {'properties': {'uri': {'type': 'string'}}, 'type': 'object'}, 'URIPermission': {'properties': {'base_uri': {'type': 'string'}, 'users_with_register_permissions': {'items': {'type': 'string'}, 'type': 'array'}, 'users_with_search_permissions': {'items': {'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'User': {'properties': {'id': {'type': 'integer'}, 'is_admin': {'type': 'boolean'}, 'username': {'maxLength': 64, 'nullable': True, 'type': 'string'}}, 'type': 'object'}, 'UserResponse': {'properties': {'is_admin': {'type': 'boolean'}, 'register_permissions_on_base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'search_permissions_on_base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'username': {'type': 'string'}}, 'type': 'object'}}, 'securitySchemes': {'bearerAuth': {'bearerFormat': 'JWT', 'scheme': 'bearer', 'type': 'http'}}}, 'security': [{'bearerAuth': []}], 'servers': [{'description': 'dtool-lookup-server demo instance', 'url': 'https://demo.dtool.dev/lookup'}], 'x-internal-id': '2'}, 'api_title': 'dtool-lookup-server API', 'api_version': 'v1', 'dtool_lookup_server_dependency_graph_plugin': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'dtool_lookup_server_direct_mongo_plugin': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'dtool_lookup_server_notification_plugin': "cannot import name 'mongo' from 'dtool_lookup_server' (/src/dtool-lookup-server/dtool_lookup_server/__init__.py)", 'dtool_lookup_server_plugin_scaffolding': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'jsonify_prettyprint_regular': True, 'jwt_algorithm': 'RS256', 'jwt_header_name': 'Authorization', 'jwt_header_type': 'Bearer', 'jwt_public_key': '-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2QZiOhF3IlUPmFeiNscN\nVhJNBEBBYpwK9qIuw8eEr0TGHTUiskp/MptbRB35OY1JRCw258o0OBGJO6seBuii\nZ7VOug+MM+KhUBql3WaboSWVGGevlCTh7SvKU9IVUh7BeRvsKAOYo7zJw29mxax8\nm6JnYtP3VdbLWh26RRzG1b7DimxSD7/GUvhal3ORI6oAJortsUFkMxM9cwxGV3ra\nQ5g/ZO55us+tFxZiVUBSE8rny8U7e/48d4kPgf9oRKkiptCe0xEk8g63WlRgNg5i\nORIveW7AQfxgnHI8jYYID+mpea/QllAEs8ydum0JtZKrtBolmBAk1Ua+zvGJC/Ay\ndQIDAQAB\n-----END PUBLIC KEY-----\n', 'jwt_token_location': 'headers', 'openapi_redoc_path': '/redoc', 'openapi_redoc_url': 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js', 'openapi_swagger_ui_path': '/swagger', 'openapi_swagger_ui_url': 'https://cdn.jsdelivr.net/npm/swagger-ui-dist/', 'openapi_url_prefix': '/doc', 'openapi_version': '3.0.2', 'retrieve_mongo_collection': 'datasets', 'retrieve_mongo_db': 'dtool_info', 'retrieve_mongo_uri': 'mongodb://mongodb:27017/', 'search_mongo_collection': 'datasets', 'search_mongo_db': 'dtool_info', 'search_mongo_uri': 'mongodb://mongodb:27017/', 'sqlalchemy_track_modifications': False, 'version': '0.17.2'}.
DEBUG: Reusing provided token.
DEBUG: Connect to https://demo.dtool.dev/lookup, ssl=True
DEBUG: Caching token.
DEBUG: Connection to https://demo.dtool.dev/lookup established.
DEBUG: Server answered with 200: {'api_spec_options': {'components': {'headers': {'PAGINATION': {'description': 'Pagination metadata', 'schema': {'$ref': '#/components/schemas/PaginationMetadata'}}}, 'responses': {'DEFAULT_ERROR': {'content': {'application/json': {'schema': {'$ref': '#/components/schemas/Error'}}}, 'description': 'Default error response'}, 'UNPROCESSABLE_ENTITY': {'content': {'application/json': {'schema': {'$ref': '#/components/schemas/Error'}}}, 'description': 'Unprocessable Entity'}}, 'schemas': {'BaseURI': {'properties': {'base_uri': {'maxLength': 255, 'nullable': True, 'type': 'string'}}, 'type': 'object'}, 'Dataset': {'properties': {'base_uri': {}, 'created_at': {'format': 'date-time', 'type': 'string'}, 'creator_username': {'maxLength': 255, 'type': 'string'}, 'frozen_at': {'format': 'date-time', 'type': 'string'}, 'name': {'maxLength': 80, 'type': 'string'}, 'uri': {'maxLength': 255, 'type': 'string'}, 'uuid': {'maxLength': 36, 'type': 'string'}}, 'required': ['created_at', 'creator_username', 'frozen_at', 'name', 'uri', 'uuid'], 'type': 'object'}, 'Error': {'properties': {'code': {'description': 'Error code', 'type': 'integer'}, 'errors': {'description': 'Errors', 'type': 'object'}, 'message': {'description': 'Error message', 'type': 'string'}, 'status': {'description': 'Error name', 'type': 'string'}}, 'type': 'object'}, 'Item': {'properties': {'hash': {'type': 'string'}, 'relpath': {'type': 'string'}, 'size_in_bytes': {'type': 'integer'}, 'utc_timestamp': {'type': 'number'}}, 'type': 'object'}, 'Manifest': {'properties': {'dtoolcore_version': {'type': 'string'}, 'hash_function': {'type': 'string'}, 'items': {'additionalProperties': {'$ref': '#/components/schemas/Item'}, 'type': 'object'}}, 'type': 'object'}, 'PaginationMetadata': {'properties': {'first_page': {'type': 'integer'}, 'last_page': {'type': 'integer'}, 'next_page': {'type': 'integer'}, 'page': {'type': 'integer'}, 'previous_page': {'type': 'integer'}, 'total': {'type': 'integer'}, 'total_pages': {'type': 'integer'}}, 'type': 'object'}, 'RegisterDataset': {'properties': {'annotations': {'type': 'object'}, 'base_uri': {'type': 'string'}, 'created_at': {'type': 'string'}, 'creator_username': {'type': 'string'}, 'frozen_at': {'type': 'string'}, 'manifest': {'$ref': '#/components/schemas/Manifest'}, 'name': {'type': 'string'}, 'number_of_items': {'type': 'integer'}, 'readme': {'type': 'string'}, 'size_in_bytes': {'type': 'integer'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}, 'type': {'type': 'string'}, 'uri': {'type': 'string'}, 'uuid': {'format': 'uuid', 'type': 'string'}}, 'type': 'object'}, 'RegisterUser': {'properties': {'is_admin': {'type': 'boolean'}, 'username': {'type': 'string'}}, 'type': 'object'}, 'SearchDataset': {'properties': {'base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'creator_usernames': {'items': {'type': 'string'}, 'type': 'array'}, 'free_text': {'type': 'string'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}, 'uuids': {'items': {'format': 'uuid', 'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'Summary': {'properties': {'base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'creator_usernames': {'items': {'type': 'string'}, 'type': 'array'}, 'datasets_per_base_uri': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'datasets_per_creator': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'datasets_per_tag': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'number_of_datasets': {'type': 'integer'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'URI': {'properties': {'uri': {'type': 'string'}}, 'type': 'object'}, 'URIPermission': {'properties': {'base_uri': {'type': 'string'}, 'users_with_register_permissions': {'items': {'type': 'string'}, 'type': 'array'}, 'users_with_search_permissions': {'items': {'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'User': {'properties': {'id': {'type': 'integer'}, 'is_admin': {'type': 'boolean'}, 'username': {'maxLength': 64, 'nullable': True, 'type': 'string'}}, 'type': 'object'}, 'UserResponse': {'properties': {'is_admin': {'type': 'boolean'}, 'register_permissions_on_base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'search_permissions_on_base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'username': {'type': 'string'}}, 'type': 'object'}}, 'securitySchemes': {'bearerAuth': {'bearerFormat': 'JWT', 'scheme': 'bearer', 'type': 'http'}}}, 'security': [{'bearerAuth': []}], 'servers': [{'description': 'dtool-lookup-server demo instance', 'url': 'https://demo.dtool.dev/lookup'}], 'x-internal-id': '2'}, 'api_title': 'dtool-lookup-server API', 'api_version': 'v1', 'dtool_lookup_server_dependency_graph_plugin': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'dtool_lookup_server_direct_mongo_plugin': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'dtool_lookup_server_notification_plugin': "cannot import name 'mongo' from 'dtool_lookup_server' (/src/dtool-lookup-server/dtool_lookup_server/__init__.py)", 'dtool_lookup_server_plugin_scaffolding': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'jsonify_prettyprint_regular': True, 'jwt_algorithm': 'RS256', 'jwt_header_name': 'Authorization', 'jwt_header_type': 'Bearer', 'jwt_public_key': '-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2QZiOhF3IlUPmFeiNscN\nVhJNBEBBYpwK9qIuw8eEr0TGHTUiskp/MptbRB35OY1JRCw258o0OBGJO6seBuii\nZ7VOug+MM+KhUBql3WaboSWVGGevlCTh7SvKU9IVUh7BeRvsKAOYo7zJw29mxax8\nm6JnYtP3VdbLWh26RRzG1b7DimxSD7/GUvhal3ORI6oAJortsUFkMxM9cwxGV3ra\nQ5g/ZO55us+tFxZiVUBSE8rny8U7e/48d4kPgf9oRKkiptCe0xEk8g63WlRgNg5i\nORIveW7AQfxgnHI8jYYID+mpea/QllAEs8ydum0JtZKrtBolmBAk1Ua+zvGJC/Ay\ndQIDAQAB\n-----END PUBLIC KEY-----\n', 'jwt_token_location': 'headers', 'openapi_redoc_path': '/redoc', 'openapi_redoc_url': 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js', 'openapi_swagger_ui_path': '/swagger', 'openapi_swagger_ui_url': 'https://cdn.jsdelivr.net/npm/swagger-ui-dist/', 'openapi_url_prefix': '/doc', 'openapi_version': '3.0.2', 'retrieve_mongo_collection': 'datasets', 'retrieve_mongo_db': 'dtool_info', 'retrieve_mongo_uri': 'mongodb://mongodb:27017/', 'search_mongo_collection': 'datasets', 'search_mongo_db': 'dtool_info', 'search_mongo_uri': 'mongodb://mongodb:27017/', 'sqlalchemy_track_modifications': False, 'version': '0.17.2'}.
DEBUG: Reusing provided token.
DEBUG: Connect to https://demo.dtool.dev/lookup, ssl=True
DEBUG: Caching token.
DEBUG: Connection to https://demo.dtool.dev/lookup established.
DEBUG: Server answered with 200: {'api_spec_options': {'components': {'headers': {'PAGINATION': {'description': 'Pagination metadata', 'schema': {'$ref': '#/components/schemas/PaginationMetadata'}}}, 'responses': {'DEFAULT_ERROR': {'content': {'application/json': {'schema': {'$ref': '#/components/schemas/Error'}}}, 'description': 'Default error response'}, 'UNPROCESSABLE_ENTITY': {'content': {'application/json': {'schema': {'$ref': '#/components/schemas/Error'}}}, 'description': 'Unprocessable Entity'}}, 'schemas': {'BaseURI': {'properties': {'base_uri': {'maxLength': 255, 'nullable': True, 'type': 'string'}}, 'type': 'object'}, 'Dataset': {'properties': {'base_uri': {}, 'created_at': {'format': 'date-time', 'type': 'string'}, 'creator_username': {'maxLength': 255, 'type': 'string'}, 'frozen_at': {'format': 'date-time', 'type': 'string'}, 'name': {'maxLength': 80, 'type': 'string'}, 'uri': {'maxLength': 255, 'type': 'string'}, 'uuid': {'maxLength': 36, 'type': 'string'}}, 'required': ['created_at', 'creator_username', 'frozen_at', 'name', 'uri', 'uuid'], 'type': 'object'}, 'Error': {'properties': {'code': {'description': 'Error code', 'type': 'integer'}, 'errors': {'description': 'Errors', 'type': 'object'}, 'message': {'description': 'Error message', 'type': 'string'}, 'status': {'description': 'Error name', 'type': 'string'}}, 'type': 'object'}, 'Item': {'properties': {'hash': {'type': 'string'}, 'relpath': {'type': 'string'}, 'size_in_bytes': {'type': 'integer'}, 'utc_timestamp': {'type': 'number'}}, 'type': 'object'}, 'Manifest': {'properties': {'dtoolcore_version': {'type': 'string'}, 'hash_function': {'type': 'string'}, 'items': {'additionalProperties': {'$ref': '#/components/schemas/Item'}, 'type': 'object'}}, 'type': 'object'}, 'PaginationMetadata': {'properties': {'first_page': {'type': 'integer'}, 'last_page': {'type': 'integer'}, 'next_page': {'type': 'integer'}, 'page': {'type': 'integer'}, 'previous_page': {'type': 'integer'}, 'total': {'type': 'integer'}, 'total_pages': {'type': 'integer'}}, 'type': 'object'}, 'RegisterDataset': {'properties': {'annotations': {'type': 'object'}, 'base_uri': {'type': 'string'}, 'created_at': {'type': 'string'}, 'creator_username': {'type': 'string'}, 'frozen_at': {'type': 'string'}, 'manifest': {'$ref': '#/components/schemas/Manifest'}, 'name': {'type': 'string'}, 'number_of_items': {'type': 'integer'}, 'readme': {'type': 'string'}, 'size_in_bytes': {'type': 'integer'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}, 'type': {'type': 'string'}, 'uri': {'type': 'string'}, 'uuid': {'format': 'uuid', 'type': 'string'}}, 'type': 'object'}, 'RegisterUser': {'properties': {'is_admin': {'type': 'boolean'}, 'username': {'type': 'string'}}, 'type': 'object'}, 'SearchDataset': {'properties': {'base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'creator_usernames': {'items': {'type': 'string'}, 'type': 'array'}, 'free_text': {'type': 'string'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}, 'uuids': {'items': {'format': 'uuid', 'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'Summary': {'properties': {'base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'creator_usernames': {'items': {'type': 'string'}, 'type': 'array'}, 'datasets_per_base_uri': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'datasets_per_creator': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'datasets_per_tag': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'number_of_datasets': {'type': 'integer'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'URI': {'properties': {'uri': {'type': 'string'}}, 'type': 'object'}, 'URIPermission': {'properties': {'base_uri': {'type': 'string'}, 'users_with_register_permissions': {'items': {'type': 'string'}, 'type': 'array'}, 'users_with_search_permissions': {'items': {'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'User': {'properties': {'id': {'type': 'integer'}, 'is_admin': {'type': 'boolean'}, 'username': {'maxLength': 64, 'nullable': True, 'type': 'string'}}, 'type': 'object'}, 'UserResponse': {'properties': {'is_admin': {'type': 'boolean'}, 'register_permissions_on_base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'search_permissions_on_base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'username': {'type': 'string'}}, 'type': 'object'}}, 'securitySchemes': {'bearerAuth': {'bearerFormat': 'JWT', 'scheme': 'bearer', 'type': 'http'}}}, 'security': [{'bearerAuth': []}], 'servers': [{'description': 'dtool-lookup-server demo instance', 'url': 'https://demo.dtool.dev/lookup'}], 'x-internal-id': '2'}, 'api_title': 'dtool-lookup-server API', 'api_version': 'v1', 'dtool_lookup_server_dependency_graph_plugin': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'dtool_lookup_server_direct_mongo_plugin': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'dtool_lookup_server_notification_plugin': "cannot import name 'mongo' from 'dtool_lookup_server' (/src/dtool-lookup-server/dtool_lookup_server/__init__.py)", 'dtool_lookup_server_plugin_scaffolding': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'jsonify_prettyprint_regular': True, 'jwt_algorithm': 'RS256', 'jwt_header_name': 'Authorization', 'jwt_header_type': 'Bearer', 'jwt_public_key': '-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2QZiOhF3IlUPmFeiNscN\nVhJNBEBBYpwK9qIuw8eEr0TGHTUiskp/MptbRB35OY1JRCw258o0OBGJO6seBuii\nZ7VOug+MM+KhUBql3WaboSWVGGevlCTh7SvKU9IVUh7BeRvsKAOYo7zJw29mxax8\nm6JnYtP3VdbLWh26RRzG1b7DimxSD7/GUvhal3ORI6oAJortsUFkMxM9cwxGV3ra\nQ5g/ZO55us+tFxZiVUBSE8rny8U7e/48d4kPgf9oRKkiptCe0xEk8g63WlRgNg5i\nORIveW7AQfxgnHI8jYYID+mpea/QllAEs8ydum0JtZKrtBolmBAk1Ua+zvGJC/Ay\ndQIDAQAB\n-----END PUBLIC KEY-----\n', 'jwt_token_location': 'headers', 'openapi_redoc_path': '/redoc', 'openapi_redoc_url': 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js', 'openapi_swagger_ui_path': '/swagger', 'openapi_swagger_ui_url': 'https://cdn.jsdelivr.net/npm/swagger-ui-dist/', 'openapi_url_prefix': '/doc', 'openapi_version': '3.0.2', 'retrieve_mongo_collection': 'datasets', 'retrieve_mongo_db': 'dtool_info', 'retrieve_mongo_uri': 'mongodb://mongodb:27017/', 'search_mongo_collection': 'datasets', 'search_mongo_db': 'dtool_info', 'search_mongo_uri': 'mongodb://mongodb:27017/', 'sqlalchemy_track_modifications': False, 'version': '0.17.2'}.
DEBUG: Reusing provided token.
DEBUG: Connect to https://demo.dtool.dev/lookup, ssl=True
DEBUG: Caching token.
DEBUG: Connection to https://demo.dtool.dev/lookup established.
DEBUG: Wait for depenedency graph for '{dataset.uuid}' queried from lookup server.
DEBUG: Build dependency graph for root '1a1f9fad-8589-413e-9602-5bbd66bfe675'.
DEBUG: Server answered with 200: {'api_spec_options': {'components': {'headers': {'PAGINATION': {'description': 'Pagination metadata', 'schema': {'$ref': '#/components/schemas/PaginationMetadata'}}}, 'responses': {'DEFAULT_ERROR': {'content': {'application/json': {'schema': {'$ref': '#/components/schemas/Error'}}}, 'description': 'Default error response'}, 'UNPROCESSABLE_ENTITY': {'content': {'application/json': {'schema': {'$ref': '#/components/schemas/Error'}}}, 'description': 'Unprocessable Entity'}}, 'schemas': {'BaseURI': {'properties': {'base_uri': {'maxLength': 255, 'nullable': True, 'type': 'string'}}, 'type': 'object'}, 'Dataset': {'properties': {'base_uri': {}, 'created_at': {'format': 'date-time', 'type': 'string'}, 'creator_username': {'maxLength': 255, 'type': 'string'}, 'frozen_at': {'format': 'date-time', 'type': 'string'}, 'name': {'maxLength': 80, 'type': 'string'}, 'uri': {'maxLength': 255, 'type': 'string'}, 'uuid': {'maxLength': 36, 'type': 'string'}}, 'required': ['created_at', 'creator_username', 'frozen_at', 'name', 'uri', 'uuid'], 'type': 'object'}, 'Error': {'properties': {'code': {'description': 'Error code', 'type': 'integer'}, 'errors': {'description': 'Errors', 'type': 'object'}, 'message': {'description': 'Error message', 'type': 'string'}, 'status': {'description': 'Error name', 'type': 'string'}}, 'type': 'object'}, 'Item': {'properties': {'hash': {'type': 'string'}, 'relpath': {'type': 'string'}, 'size_in_bytes': {'type': 'integer'}, 'utc_timestamp': {'type': 'number'}}, 'type': 'object'}, 'Manifest': {'properties': {'dtoolcore_version': {'type': 'string'}, 'hash_function': {'type': 'string'}, 'items': {'additionalProperties': {'$ref': '#/components/schemas/Item'}, 'type': 'object'}}, 'type': 'object'}, 'PaginationMetadata': {'properties': {'first_page': {'type': 'integer'}, 'last_page': {'type': 'integer'}, 'next_page': {'type': 'integer'}, 'page': {'type': 'integer'}, 'previous_page': {'type': 'integer'}, 'total': {'type': 'integer'}, 'total_pages': {'type': 'integer'}}, 'type': 'object'}, 'RegisterDataset': {'properties': {'annotations': {'type': 'object'}, 'base_uri': {'type': 'string'}, 'created_at': {'type': 'string'}, 'creator_username': {'type': 'string'}, 'frozen_at': {'type': 'string'}, 'manifest': {'$ref': '#/components/schemas/Manifest'}, 'name': {'type': 'string'}, 'number_of_items': {'type': 'integer'}, 'readme': {'type': 'string'}, 'size_in_bytes': {'type': 'integer'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}, 'type': {'type': 'string'}, 'uri': {'type': 'string'}, 'uuid': {'format': 'uuid', 'type': 'string'}}, 'type': 'object'}, 'RegisterUser': {'properties': {'is_admin': {'type': 'boolean'}, 'username': {'type': 'string'}}, 'type': 'object'}, 'SearchDataset': {'properties': {'base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'creator_usernames': {'items': {'type': 'string'}, 'type': 'array'}, 'free_text': {'type': 'string'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}, 'uuids': {'items': {'format': 'uuid', 'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'Summary': {'properties': {'base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'creator_usernames': {'items': {'type': 'string'}, 'type': 'array'}, 'datasets_per_base_uri': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'datasets_per_creator': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'datasets_per_tag': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'number_of_datasets': {'type': 'integer'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'URI': {'properties': {'uri': {'type': 'string'}}, 'type': 'object'}, 'URIPermission': {'properties': {'base_uri': {'type': 'string'}, 'users_with_register_permissions': {'items': {'type': 'string'}, 'type': 'array'}, 'users_with_search_permissions': {'items': {'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'User': {'properties': {'id': {'type': 'integer'}, 'is_admin': {'type': 'boolean'}, 'username': {'maxLength': 64, 'nullable': True, 'type': 'string'}}, 'type': 'object'}, 'UserResponse': {'properties': {'is_admin': {'type': 'boolean'}, 'register_permissions_on_base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'search_permissions_on_base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'username': {'type': 'string'}}, 'type': 'object'}}, 'securitySchemes': {'bearerAuth': {'bearerFormat': 'JWT', 'scheme': 'bearer', 'type': 'http'}}}, 'security': [{'bearerAuth': []}], 'servers': [{'description': 'dtool-lookup-server demo instance', 'url': 'https://demo.dtool.dev/lookup'}], 'x-internal-id': '2'}, 'api_title': 'dtool-lookup-server API', 'api_version': 'v1', 'dtool_lookup_server_dependency_graph_plugin': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'dtool_lookup_server_direct_mongo_plugin': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'dtool_lookup_server_notification_plugin': "cannot import name 'mongo' from 'dtool_lookup_server' (/src/dtool-lookup-server/dtool_lookup_server/__init__.py)", 'dtool_lookup_server_plugin_scaffolding': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'jsonify_prettyprint_regular': True, 'jwt_algorithm': 'RS256', 'jwt_header_name': 'Authorization', 'jwt_header_type': 'Bearer', 'jwt_public_key': '-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2QZiOhF3IlUPmFeiNscN\nVhJNBEBBYpwK9qIuw8eEr0TGHTUiskp/MptbRB35OY1JRCw258o0OBGJO6seBuii\nZ7VOug+MM+KhUBql3WaboSWVGGevlCTh7SvKU9IVUh7BeRvsKAOYo7zJw29mxax8\nm6JnYtP3VdbLWh26RRzG1b7DimxSD7/GUvhal3ORI6oAJortsUFkMxM9cwxGV3ra\nQ5g/ZO55us+tFxZiVUBSE8rny8U7e/48d4kPgf9oRKkiptCe0xEk8g63WlRgNg5i\nORIveW7AQfxgnHI8jYYID+mpea/QllAEs8ydum0JtZKrtBolmBAk1Ua+zvGJC/Ay\ndQIDAQAB\n-----END PUBLIC KEY-----\n', 'jwt_token_location': 'headers', 'openapi_redoc_path': '/redoc', 'openapi_redoc_url': 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js', 'openapi_swagger_ui_path': '/swagger', 'openapi_swagger_ui_url': 'https://cdn.jsdelivr.net/npm/swagger-ui-dist/', 'openapi_url_prefix': '/doc', 'openapi_version': '3.0.2', 'retrieve_mongo_collection': 'datasets', 'retrieve_mongo_db': 'dtool_info', 'retrieve_mongo_uri': 'mongodb://mongodb:27017/', 'search_mongo_collection': 'datasets', 'search_mongo_db': 'dtool_info', 'search_mongo_uri': 'mongodb://mongodb:27017/', 'sqlalchemy_track_modifications': False, 'version': '0.17.2'}.
DEBUG: Reusing provided token.
DEBUG: Connect to https://demo.dtool.dev/lookup, ssl=True
DEBUG: Caching token.
DEBUG: Connection to https://demo.dtool.dev/lookup established.
DEBUG: Wait for depenedency graph for '{dataset.uuid}' queried from lookup server.
DEBUG: Build dependency graph for root '1a1f9fad-8589-413e-9602-5bbd66bfe675'.
DEBUG: Server answered with 200: {'api_spec_options': {'components': {'headers': {'PAGINATION': {'description': 'Pagination metadata', 'schema': {'$ref': '#/components/schemas/PaginationMetadata'}}}, 'responses': {'DEFAULT_ERROR': {'content': {'application/json': {'schema': {'$ref': '#/components/schemas/Error'}}}, 'description': 'Default error response'}, 'UNPROCESSABLE_ENTITY': {'content': {'application/json': {'schema': {'$ref': '#/components/schemas/Error'}}}, 'description': 'Unprocessable Entity'}}, 'schemas': {'BaseURI': {'properties': {'base_uri': {'maxLength': 255, 'nullable': True, 'type': 'string'}}, 'type': 'object'}, 'Dataset': {'properties': {'base_uri': {}, 'created_at': {'format': 'date-time', 'type': 'string'}, 'creator_username': {'maxLength': 255, 'type': 'string'}, 'frozen_at': {'format': 'date-time', 'type': 'string'}, 'name': {'maxLength': 80, 'type': 'string'}, 'uri': {'maxLength': 255, 'type': 'string'}, 'uuid': {'maxLength': 36, 'type': 'string'}}, 'required': ['created_at', 'creator_username', 'frozen_at', 'name', 'uri', 'uuid'], 'type': 'object'}, 'Error': {'properties': {'code': {'description': 'Error code', 'type': 'integer'}, 'errors': {'description': 'Errors', 'type': 'object'}, 'message': {'description': 'Error message', 'type': 'string'}, 'status': {'description': 'Error name', 'type': 'string'}}, 'type': 'object'}, 'Item': {'properties': {'hash': {'type': 'string'}, 'relpath': {'type': 'string'}, 'size_in_bytes': {'type': 'integer'}, 'utc_timestamp': {'type': 'number'}}, 'type': 'object'}, 'Manifest': {'properties': {'dtoolcore_version': {'type': 'string'}, 'hash_function': {'type': 'string'}, 'items': {'additionalProperties': {'$ref': '#/components/schemas/Item'}, 'type': 'object'}}, 'type': 'object'}, 'PaginationMetadata': {'properties': {'first_page': {'type': 'integer'}, 'last_page': {'type': 'integer'}, 'next_page': {'type': 'integer'}, 'page': {'type': 'integer'}, 'previous_page': {'type': 'integer'}, 'total': {'type': 'integer'}, 'total_pages': {'type': 'integer'}}, 'type': 'object'}, 'RegisterDataset': {'properties': {'annotations': {'type': 'object'}, 'base_uri': {'type': 'string'}, 'created_at': {'type': 'string'}, 'creator_username': {'type': 'string'}, 'frozen_at': {'type': 'string'}, 'manifest': {'$ref': '#/components/schemas/Manifest'}, 'name': {'type': 'string'}, 'number_of_items': {'type': 'integer'}, 'readme': {'type': 'string'}, 'size_in_bytes': {'type': 'integer'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}, 'type': {'type': 'string'}, 'uri': {'type': 'string'}, 'uuid': {'format': 'uuid', 'type': 'string'}}, 'type': 'object'}, 'RegisterUser': {'properties': {'is_admin': {'type': 'boolean'}, 'username': {'type': 'string'}}, 'type': 'object'}, 'SearchDataset': {'properties': {'base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'creator_usernames': {'items': {'type': 'string'}, 'type': 'array'}, 'free_text': {'type': 'string'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}, 'uuids': {'items': {'format': 'uuid', 'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'Summary': {'properties': {'base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'creator_usernames': {'items': {'type': 'string'}, 'type': 'array'}, 'datasets_per_base_uri': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'datasets_per_creator': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'datasets_per_tag': {'additionalProperties': {'type': 'integer'}, 'type': 'object'}, 'number_of_datasets': {'type': 'integer'}, 'tags': {'items': {'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'URI': {'properties': {'uri': {'type': 'string'}}, 'type': 'object'}, 'URIPermission': {'properties': {'base_uri': {'type': 'string'}, 'users_with_register_permissions': {'items': {'type': 'string'}, 'type': 'array'}, 'users_with_search_permissions': {'items': {'type': 'string'}, 'type': 'array'}}, 'type': 'object'}, 'User': {'properties': {'id': {'type': 'integer'}, 'is_admin': {'type': 'boolean'}, 'username': {'maxLength': 64, 'nullable': True, 'type': 'string'}}, 'type': 'object'}, 'UserResponse': {'properties': {'is_admin': {'type': 'boolean'}, 'register_permissions_on_base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'search_permissions_on_base_uris': {'items': {'type': 'string'}, 'type': 'array'}, 'username': {'type': 'string'}}, 'type': 'object'}}, 'securitySchemes': {'bearerAuth': {'bearerFormat': 'JWT', 'scheme': 'bearer', 'type': 'http'}}}, 'security': [{'bearerAuth': []}], 'servers': [{'description': 'dtool-lookup-server demo instance', 'url': 'https://demo.dtool.dev/lookup'}], 'x-internal-id': '2'}, 'api_title': 'dtool-lookup-server API', 'api_version': 'v1', 'dtool_lookup_server_dependency_graph_plugin': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'dtool_lookup_server_direct_mongo_plugin': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'dtool_lookup_server_notification_plugin': "cannot import name 'mongo' from 'dtool_lookup_server' (/src/dtool-lookup-server/dtool_lookup_server/__init__.py)", 'dtool_lookup_server_plugin_scaffolding': "cannot import name 'ConfigSchema' from 'dtool_lookup_server.schemas' (/src/dtool-lookup-server/dtool_lookup_server/schemas.py)", 'jsonify_prettyprint_regular': True, 'jwt_algorithm': 'RS256', 'jwt_header_name': 'Authorization', 'jwt_header_type': 'Bearer', 'jwt_public_key': '-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2QZiOhF3IlUPmFeiNscN\nVhJNBEBBYpwK9qIuw8eEr0TGHTUiskp/MptbRB35OY1JRCw258o0OBGJO6seBuii\nZ7VOug+MM+KhUBql3WaboSWVGGevlCTh7SvKU9IVUh7BeRvsKAOYo7zJw29mxax8\nm6JnYtP3VdbLWh26RRzG1b7DimxSD7/GUvhal3ORI6oAJortsUFkMxM9cwxGV3ra\nQ5g/ZO55us+tFxZiVUBSE8rny8U7e/48d4kPgf9oRKkiptCe0xEk8g63WlRgNg5i\nORIveW7AQfxgnHI8jYYID+mpea/QllAEs8ydum0JtZKrtBolmBAk1Ua+zvGJC/Ay\ndQIDAQAB\n-----END PUBLIC KEY-----\n', 'jwt_token_location': 'headers', 'openapi_redoc_path': '/redoc', 'openapi_redoc_url': 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js', 'openapi_swagger_ui_path': '/swagger', 'openapi_swagger_ui_url': 'https://cdn.jsdelivr.net/npm/swagger-ui-dist/', 'openapi_url_prefix': '/doc', 'openapi_version': '3.0.2', 'retrieve_mongo_collection': 'datasets', 'retrieve_mongo_db': 'dtool_info', 'retrieve_mongo_uri': 'mongodb://mongodb:27017/', 'search_mongo_collection': 'datasets', 'search_mongo_db': 'dtool_info', 'search_mongo_uri': 'mongodb://mongodb:27017/', 'sqlalchemy_track_modifications': False, 'version': '0.17.2'}.
DEBUG: Reusing provided token.
DEBUG: Connect to https://demo.dtool.dev/lookup, ssl=True
DEBUG: Caching token.
DEBUG: Connection to https://demo.dtool.dev/lookup established.
DEBUG: Connection to https://demo.dtool.dev/lookup closed.
DEBUG: Connection to https://demo.dtool.dev/lookup closed.
DEBUG: Server response on querying dependency graph for UUID = 1a1f9fad-8589-413e-9602-5bbd66bfe675.
DEBUG: {
DEBUG: "code": 404,
DEBUG: "status": "Not Found"
DEBUG: }
DEBUG: Server response on querying dependency graph for UUID = 1a1f9fad-8589-413e-9602-5bbd66bfe675.
DEBUG: {
DEBUG: "code": 404,
DEBUG: "status": "Not Found"
DEBUG: }
DEBUG: Connection to https://demo.dtool.dev/lookup closed.
DEBUG: Connection to https://demo.dtool.dev/lookup closed.
ERROR: Task exception was never retrieved
future: <Task finished name='Task-17' coro=<MainWindow._compute_dependencies() done, defined at dtool_lookup_gui/views/main_window.py:878> exception=TypeError('string indices must be integers')>
Traceback (most recent call last):
File "dtool_lookup_gui/views/main_window.py", line 886, in _compute_dependencies
File "dtool_lookup_gui/utils/dependency_graph.py", line 73, in trace_dependencies
TypeError: string indices must be integers
DEBUG: Connection to https://demo.dtool.dev/lookup closed.
ERROR: Task exception was never retrieved
future: <Task finished name='Task-20' coro=<MainWindow._compute_dependencies() done, defined at dtool_lookup_gui/views/main_window.py:878> exception=TypeError('string indices must be integers')>
Traceback (most recent call last):
File "dtool_lookup_gui/views/main_window.py", line 886, in _compute_dependencies
File "dtool_lookup_gui/utils/dependency_graph.py", line 73, in trace_dependencies
TypeError: string indices must be integers
DEBUG: Connection to https://demo.dtool.dev/lookup closed.
(dtool-lookup-gui:347244): Gdk-ERROR **: 15:45:24.204: The program 'dtool-lookup-gui' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
(Details: serial 123344 error_code 11 request_code 130 (MIT-SHM) minor_code 5)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/breakpoint trap (core dumped)
livmats@livmats-HP-ZBook-15u-G5:~/Downloads/dtool-lookup-gui-0.6.2-linux (1)$ Process Process-3:
Traceback (most recent call last):
File "multiprocessing/process.py", line 315, in _bootstrap
File "dtool_lookup_gui/utils/multiprocessing.py", line 71, in run
File "dtool_lookup_gui/utils/multiprocessing.py", line 66, in run
File "multiprocessing/process.py", line 108, in run
File "dtool_lookup_gui/utils/multiprocessing.py", line 90, in __call__
File "dtool_lookup_gui/models/datasets.py", line 54, in __call__
File "dtoolcore/__init__.py", line 291, in copy
File "dtoolcore/__init__.py", line 241, in _copy_content
File "dtoolcore/__init__.py", line 235, in get_dest_sizes
File "dtool_s3/storagebroker.py", line 698, in iter_item_handles
File "dtool_s3/storagebroker.py", line 346, in _get_upload_storage_broker_version
File "dtool_s3/storagebroker.py", line 130, in _object_exists
File "boto3/resources/factory.py", line 413, in do_waiter
File "boto3/resources/action.py", line 214, in __call__
File "botocore/client.py", line 887, in get_waiter
ValueError: Waiter does not exist: object_exists
Metadata
Metadata
Assignees
Labels
No labels