-
Notifications
You must be signed in to change notification settings - Fork 10
Failed to update timestamp.json from all mirrors #199
Description
I am trying to run server and primary on one system and secondary on other system.
When I run ds.update_cycle() am getting the following error:
ds.update_cycle()
Submitting a request for a signed time to the Timeserver.
Time attestation validated. New time registered.
Now updating top-level metadata from the Director and Image Repositories
(timestamp, snapshot, root, targets)
[2019.08.14 10:23:07UTC] [primary] DEBUG [primary.py:primary_update_cycle():513]
Refreshing top level metadata from all repositories.
Verifying 'timestamp'. Requesting version: None
Update failed from 192.168.60.111:30401/democar/metadata/timestamp.json.
FormatError
Failed to update timestamp.json from all mirrors: {'192.168.60.111:30401/democar/metadata/timestamp.json': FormatError("'192.168.60.111:30401/democar/metadata/timestamp.json' specifies an unsupported URI scheme. Supported URI Schemes: ['http', 'https', 'file']",)}
Valid top-level metadata cannot be downloaded. Trying to update Root metadata in case keys have changed for other metadata roles.
Verifying 'root'. Requesting version: None
Update failed from 192.168.60.111:30401/democar/metadata/root.json.
FormatError
Failed to update root.json from all mirrors: {'192.168.60.111:30401/democar/metadata/root.json': FormatError("'192.168.60.111:30401/democar/metadata/root.json' specifies an unsupported URI scheme. Supported URI Schemes: ['http', 'https', 'file']",)}
Submitting the Primary's manifest to the Director.
Submission of Vehicle Manifest complete.