Jakob Ackermann
Jakob Ackermann
`urwid` does not support windows.
@SoulSen I do not think so, but there are workarounds. Here is an outline of the steps: https://github.com/urwid/urwid/issues/321
We are using the stdlib `logging` module. And you should see debug information on the logging level `DEBUG`. Add this on top of your entry point (the script you pass...
@littlebigbot What is the output of ``$ dig 0.client-channel.google.com``?
@littlebigbot The ``dig`` output is fine. - Can you ping the hostname and/or the ip from a current ``dig`` output? - What do you see in your browser here ``https://0.client-channel.google.com/client-channel/channel/bind``...
@littlebigbot The 403 is expected here as we did not sent authorization and further parameters/data with the request. I have some more questions for you: Have you set a proxy...
@dabbill what is the output of https://github.com/tdryer/hangups/issues/339#issuecomment-311546312 and https://github.com/tdryer/hangups/issues/339#issuecomment-313422960 for you?
@dabbill You might have lost some blanks or used python2.x with ``$ python``. I create a gist with an updated url: https://gist.github.com/das7pad/cc2a928ba4c885b7085c5a3f4d944741 ``` $ wget https://gist.githubusercontent.com/das7pad/cc2a928ba4c885b7085c5a3f4d944741/raw/c449164c2c82ce9656c44d2f383a361cac3e1669/connection_test.py $ cat connection_test.py $...
@dabbill Can you start hangups now?
@dabbill Does this work for you? ``` $ python3 -m venv /tmp/venv/ $ /tmp/venv/bin/pip3 install git+https://github.com/tdryer/hangups.git $ /tmp/venv/bin/python3 -m hangups.ui ```