Xpra: Ticket #2215: windows can not run

File "D:\soft\Xpra/lib/xpra/client/mixins/network_state.py", line 97, in get_caps
    if jitter is not None:
UnboundLocalError: local variable 'jitter' referenced before assignment

My solution is:

def get_caps(self):
        jitter = None
        caps = {"info-namespace" : True}


Mon, 18 Mar 2019 11:48:42 GMT - Antoine Martin: status, description changed; resolution set

Thanks, fixed in r22109. It would be interesting to know which "adapter-type" value you got since it didn't match any of the values expected.


Sat, 23 Jan 2021 05:45:16 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2215