-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi,
thank you for providing this package. I noticed it hasn't been updated in a while. Is it still being maintained?
I'm trying to upload my PROV documents to ProvStore but I'm getting an 'Operation Timed Out error'. Here is my code:
from prov.model import ProvDocument
from provstore.api import Api
from provstore_credentials import myUser, myKey
api = Api(username=myUser, api_key=myKey)
doc = ProvDocument()
remote_doc = api.document.create(doc, name="myDoc")
output is:
ConnectionError: HTTPSConnectionPool(host='provenance.ecs.soton.ac.uk', port=443): Max retries exceeded with url: /store/api/v0/documents/ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fd80b7d8ed0>: Failed to establish a new connection: [Errno 60] Operation timed out'))
Any ideas on how to debug this?
Thank you for any assistance you can provide,
V
Metadata
Metadata
Assignees
Labels
No labels