#1198 closed defect (fixed)
0.18.0 server with limited resources - AttributeError: 'tuple' object has no attribute 'split'
Reported by: | alas | Owned by: | alas |
---|---|---|---|
Priority: | minor | Milestone: | 1.0 |
Component: | server | Version: | trunk |
Keywords: | Cc: |
Description
Testing with a fedora 23 vm with only 512 MB memory for #1111 - encountered a server error sporadically (not seeing with a server with reasonable resources).
0.18.0 r12578 windows client, 0.18.0 r12577 fedora 23 server.
Ran across the following server-side traceback sporadically as I ran videos while over-using the control channel to adjust the av-sync-delta
:
Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/xpra/sound/sound_pipeline.py", line 322, in on_message for x in w[1:].split(":"): AttributeError: 'tuple' object has no attribute 'split'
Change History (6)
comment:1 Changed 5 years ago by
Owner: | changed from Antoine Martin to alas |
---|
comment:2 Changed 5 years ago by
Owner: | changed from alas to Antoine Martin |
---|
comment:3 Changed 5 years ago by
Owner: | changed from Antoine Martin to alas |
---|
The line in the ticket description no longer exists, please include the new stacktrace.
comment:4 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 5 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1198
Note: See
TracTickets for help on using
tickets.
This was caused by r12552. Should be fixed in r12593.