MD-Studio / cerise-mdstudio-das5

A specialisation of cerise for MDStudio and DAS5
Apache License 2.0
0 stars 0 forks source link

service not found #3

Closed felipeZ closed 6 years ago

felipeZ commented 6 years ago

I'm creating a service with the require_managed_service function, subsequently I call the service_to_dict function and store the result as a json file that looks like:

{"name": "cerise-mdstudio-das5-myuser", "port": 29593}

Then, when I try to use the service_from_dict method I get the following error:

  File "MDStudio/venv/local/lib/python2.7/site-packages/cerise_client/service.py", line 229, in service_from_dict
    return get_managed_service(srv_dict['name'], srv_dict['port'])
  File "MDStudio/venv/local/lib/python2.7/site-packages/cerise_client/service.py", line 120, in get_managed_service
    raise errors.ServiceNotFound()
cerise_client.errors.ServiceNotFound: 
LourensVeen commented 6 years ago

Hmm, does the cerise-mdstudio-das5-myuser Docker container still exist?

felipeZ commented 6 years ago

My fault, I was doing something wrong with the remote process!