Skip to content
New issue

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

slycat-create-timeseries-model-from-hdf5.py no longer works #536

Closed
alexsielicki opened this issue Nov 12, 2015 · 2 comments
Closed

slycat-create-timeseries-model-from-hdf5.py no longer works #536

alexsielicki opened this issue Nov 12, 2015 · 2 comments
Assignees

Comments

@alexsielicki
Copy link
Collaborator

When trying to run the slycat-create-timeseries-model-from-hdf5.py script with the --no-verify option, I get the following error:

$ ./slycat-create-timeseries-model-from-hdf5.py --no-verify sample-timeseries
slycat password: 
Traceback (most recent call last):
  File "./slycat-create-timeseries-model-from-hdf5.py", line 69, in <module>
    pid = connection.find_or_create_project(arguments.project_name, arguments.project_description)
  File "/home/slycat/src/slycat/packages/slycat/web/client/__init__.py", line 795, in find_or_create_project
    projects = [project for project in self.get_projects()["projects"] if project["name"] == name]
  File "/home/slycat/src/slycat/packages/slycat/web/client/__init__.py", line 457, in get_projects
    return self.request("GET", "/projects", headers={"accept":"application/json"})
  File "/home/slycat/src/slycat/packages/slycat/web/client/__init__.py", line 117, in request
    response = self.session.request(method, uri, verify=self.ssl_verify, **keywords)
TypeError: request() got multiple values for keyword argument 'verify'

I suspect it has something to do with commit 50b3fab

@Mletter1
Copy link
Collaborator

That's really weird since verify is an argument that gets passed to the request api and is automatically supposed to be set to true.

@Mletter1
Copy link
Collaborator

should work now after 0842329

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants