Emrah Diril
Emrah Diril
Yes with this fix, `render()` also uses the proxy settings. Plus, proxies can be configured at the `HTMLSession()` level so you don't have to set them per request. Note that...
Regarding the second one, yes that's the link I'm talking about. It's unable to tail the slave logs for any task. Clicking that link takes me to `http://localhost:7099/singularity/task/sleep-ondemand-C-1563394569546-1-mesos_slave-DEFAULT/tail/stdout` where I...
So you are saying when I navigate to `http://mesos-slave:5051/slave(1)/state` in the browser or via curl, I should get something back? This doesn't work for me, I get: `mesos-slave didn’t send...
As another data point, if I switch to using `mesosphere/mesos-slave:1.7.1` image, then `http://mesos-slave:5051/slave(1)/state` endpoint does return json data (and the exception goes away). However, the Logs link still doesn't work....
Awesome thank you! Could you also please make sure #1978 gets included in there as well?
I downloaded 0.23 (shaded) from [here](https://search.maven.org/search?q=a:SingularityService). #1978 should be in this release correct? The link still has `undefined` instead of request-id. Just wanted to let you know. My environment at...
Ah that was it, thank you very much!
Unfortunately, the Logs link still doesn't work for me, I get the same message. I'm not sure how to debug this on my end, I'm not getting any errors from...
Oh I think I found the problem: When I click on the Logs link, the page it takes me does a call to this url: `http://localhost:7099/singularity/api/sandbox/sleep-once-6-1563564937641-1-mesos_slave-DEFAULT/read?path=stdout&length=0` which returns `404` with...
Btw, when I look at `http://127.0.0.1:5051/slave(1)/state`, I see this: ``` "name":"Command Executor (Task: sleep-once-6-1563564937641-1-mesos_slave-DEFAULT) (Command: [/home/sleep_...])", "source":"sleep-once-6-1563564937641-1-mesos_slave-DEFAULT", "container":"a2d927d4-4c41-4b89-b995-9eb2a7d315a5", "directory":"/var/lib/mesos/slaves/c333d435-438b-4c7d-98e4-ef02f9a842cf-S0/frameworks/Singularity/executors/sleep-once-6-1563564937641-1-mesos_slave-DEFAULT/runs/a2d927d4-4c41-4b89-b995-9eb2a7d315a5", ... ``` So I imagine it's Java using the `\` because...