#333 closed defect (fixed)
Stop command fails to shutdown server
Reported by: | Joel Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | 0.10 |
Component: | server | Version: | |
Keywords: | shutdown stop | Cc: |
Description
When I attempt to run the stop command to shutdown the server I get the following exception in the log:
Exception: cannot find compatible encoding between client ([]) and server (['x264', 'vpx', 'rgb24', 'rgb32', 'png', 'jpeg'])
This is revision 3385 on Ubuntu Linux (12.04.2) for both the client and server. This was not a problem in revision 3055.
Change History (5)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Status: | new → assigned |
---|
trunk is in a state a flux, sorry about that.
I've trimmed down the list of features clients send when they don't need UI (no need for encodings support when you're not going to see anything)... but forgot to ensure the server doesn't barf.
This also to ensure we compute the right set of encodings (will vary more depending on UI client mode now)
Thanks for the report, will take care of it shortly.
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
fixed in r3386 (and tidied up a bit too)
Feel free to re-open if you still encounter problems.
comment:4 Changed 8 years ago by
Milestone: | future → 0.10 |
---|---|
Version: | trunk |
(setting correct milestone the work was completed in)
comment:5 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/333
Note that after running the stop command and getting that exception in the log the server continues running and does not stop.