Closed tryingsomestuff closed 5 years ago
Feels like a url is expected instead of this html big string
http://127.0.0.1:8000/ should be http://127.0.0.1:8000? What a silly error, I need to fix that. And I suppose your config.py needs a trailing slash or removing a trailing slash for the REPO URL
I'm in the process of fixing all these silly inconsistencies in the new client file
Sorry, its 8AM and I'm still awake. Ignore my previous comment.
In both the client and the server, there are a few places where a trailing "/" is needed explicitly. This is an error on my part, as I should be joining URLs together in a better way than just adding two strings together. I'm guessing that your FRAMEWORK_REPO_URL
in OpenBench/config.py
needs a trailing /
In fact the "/" on my command line shall not be here. So your fist comment is good ;) Thanks. Indeed you probably need to use urlparse.urlparse(url) at some point to sanitize urls.
I now have a user configured and was able to define Minic engine parameters and submit a job. But when I try to use the client I get this
Am i doing something wrong ?