joukos

Results 60 comments of joukos

The VNC feature is a bit bare-bones at the moment with logging and error handling, so sometimes it might not be obvious what's wrong - I actually think the latest...

That looks like `mkvirtualenv` might be missing `-r` in front of `requirements.txt` (or not supporting `-i`...), but this is actually a problem with the stale docs too - there's no...

Which VNC server software are you using? It could be something related to its authentication settings or other protocol details despite the "timeout" error. Since the VNC support is pretty...

Closing this for now - feel free to reopen if the issue persists.

Ah, this is more familiar - it's actually an issue in vncdotool and something like this happened: - issue was reported with a PR that was merged https://github.com/joukos/PaperTTY/pull/60 - problem...

I'll just reformat that a bit to make it easier to read: ``` Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0...

Connection refused essentially means nothing was listening on that port. According to netstat the server is listening on port 5901, ie. VNC display 1 (0 would be 5900), so try...

Seeing that version 0.13.0 should not even have line 835 in its rfb.py ([it's](https://github.com/sibson/vncdotool/blob/v0.13.0/vncdotool/rfb.py) 746 lines long), I suspect the virtual environment might actually be using a different version. When...

@thedogbeat good to hear! @arahasya could you give a bit more detail - where's the input coming from, another VNC client or plugged straight to the RPi's USB ports? Are...

@arahasya it's good that you see the desktop, but note that the above recommendations were not for your use case specifically, so I can't know what you're attempting to do...