#2215 closed defect (fixed)
windows can not run
Reported by: | Irony | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | critical | Milestone: | 2.5 |
Component: | client | Version: | 2.4.x |
Keywords: | jitter | Cc: |
Description (last modified by )
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}
Change History (2)
comment:1 Changed 2 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2215
Note: See
TracTickets for help on using
tickets.
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.