We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
should work now after 0842329
Mletter1
No branches or pull requests
When trying to run the slycat-create-timeseries-model-from-hdf5.py script with the --no-verify option, I get the following error:
I suspect it has something to do with commit 50b3fab
The text was updated successfully, but these errors were encountered: