#235 closed defect (fixed)
xpra/sound/sink.py produces an error
Reported by: | Smo | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 0.8 |
Component: | external | Version: | trunk |
Keywords: | Sound | Cc: |
Description
Xpra Version 0.8.0 built from svn
Fedora 18 x86_64
./sink.py /tmp/test.mp3 mp3 loaded 7700039 bytes from /tmp/test.mp3 Traceback (most recent call last): File "./sink.py", line 198, in <module> main() File "./sink.py", line 173, in main ss.add_data(data) TypeError: add_data() takes exactly 3 arguments (2 given)
Change History (2)
comment:1 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 2 days ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/235
Note: See
TracTickets for help on using
tickets.
fixed in r2580, thanks!