Q&A, support and general discussion about the Arvados project, for development see https://gitter.im/arvados/development
save_new
, but when trying to create a new version of a collection with new files using a similar approach and calling save
I get the dreaded [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate
which I suspect is just telling me I'm not doing it the right way. Are there any cookbook examples of this? I'm having lots of fun learning my way around the API and enjoying using the fabulous new workbench, cool to see all the awesome work you've been doing.
save_new
works fine, but then using save
gives that error in the same environment. So I figured I was using the API wrong. If there is a code snippet for how to create a new version of a collection with updated files, I can dig from there.
apiconfig
object: either it is not properly propagated somehow in the save
call (that would be an sdk bug, I'm trying to replicate it), or, could it be apiconfig
is not what you expect in some circumstances? Maybe you could add a debug print that prints it out when you get the SSL error.
pycurl==7.44.1
. apiconfig is consistent between both since the code is the same. I'll try to poke more but it's helpful to hear I'm not doing anything obviously wrong in the code.