Solly Ross
Solly Ross
I'm going to move this to future features, and then I'll try and write up what I suggested earlier when I get the chance, unless @agronick wants to try and...
:+1: to that
Sorry for the delay, your issue caught me right before holiday break ;-). Are you using the sample websockify telnet client? It's possible that there's a bug in that. One...
cc @samhed -- you're familiar with with TigerVNC, right?
X-Post from kanaka/noVNC#523. Can you post a diff of the new code please?
@jeffforbes Can you clarify which version of Python 2.4 you're using? It's possible that you've run into something like this: http://bugs.python.org/issue1731717#msg122556 Also, this may be a bit of a stretch...
> Python 2.4.3 (#1, Oct 23 2012, 22:02:41) [GCC 4.1.2 20080704 (Red Hat 4.1.2-54)] on linux2 It could be the issue I linked above then, although it's strange that it...
I think the other issue here is that we should probably be using `unicode()` on Python 2 and `str()` on Python 3, that way exceptions with unicode messages can be...
Which version of websockify are you using (if you are using websockify directly from the git repo, what is the SHA of your HEAD). What platform? Which version of Python?