GateOne icon indicating copy to clipboard operation
GateOne copied to clipboard

Chrome on macOS Sierra - Issues with initial terminal load

Open tokiwinter opened this issue 7 years ago • 1 comments

I am experiencing an issue on macOS Sierra 10.12.4, which has been reproduced in Chrome 57.x (not sure of exact version as I upgraded it to try to resolve this issue) and 58.0.3029.110 (64-bit). Upon clicking the "Terminal: LOGIN" button, I receive a blank browser window (see attached upload). If I resize the browser slightly, the terminal loads and I am successfully logged into the host.

screen shot 2017-05-10 at 5 53 19 pm

This is vague, I know, but I have enabled debug logging on the host, and can of course provide any debugging information required (logs, command output, whatever you need).

A colleague on Windows is not experiencing this issue. I'm running up an Ubuntu 17.04 VM now and will test on that too once it's provisioned.

tokiwinter avatar May 10 '17 07:05 tokiwinter

From the host:

# /opt/virtualenvs/gateone/bin/pip freeze
appdirs==1.4.3
backports-abc==0.5
backports.ssl-match-hostname==3.5.0.1
certifi==2017.4.17
futures==3.1.1
gateone==1.2.0
html5lib==0.999999999
packaging==16.8
pyparsing==2.2.0
singledispatch==3.4.0.3
six==1.10.0
tornado==4.5.1
webencodings==0.5.1

We're installing from wheels built from the following GateOne commit and its dependencies:

git+git://github.com/liftoff/GateOne@00e810bcda3f254af094a4cbe54dd77c9a4df23c#egg=GateOne

On a much older version of GateOne (which we are trying to upgrade, hence uncovering this issue), this problem does not occur.

tokiwinter avatar May 10 '17 08:05 tokiwinter