2

I'm having trouble connecting to my xpra server. I've installed Xpra version v0.14.10, on my raspberry pi 2 which running on Raspbian Jessie Distro.

I connect to my RPi through putty with X11 forwarding Enabled, and X display location being: localhost:0:0

I run the command:

sudo xpra start :1337 --start-child=xterm --bind-tcp=0.0.0.0:1337

on the server side (RPi) and on my windows I try connecting to the xpra server using the Xpra Launcher. My settings are:

Mode: TCP
Encoding: H.264
Quality: Auto
Speed: Auto
192.168.0.24 : 1337
No password

When I try to connect it outputs an error in red:

server requested disconnect: server error (error accepting new connection)

Has anyone encountered this problem before? How do you fix it? Thank you.

sphchow
  • 321
  • 1
  • 2
  • 11

1 Answers1

0

Sounds like a duplicate of xpra attach failure, and since you're running 0.14.10 you are very likely to be hitting connection bugs that have been fixed upstream but never patched in Debian. Use a newer, more up to date version and the problems will go away.

totaam
  • 1,023
  • 8
  • 12