#482 closed defect (fixed)
No handlers could be found for logger "xpra.scripts.config"
Reported by: | Norman Rasmussen | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | client | Version: | 0.10.x |
Keywords: | Cc: |
Description
This warning message has been appearing on startup since 0.10.10.
Change History (6)
comment:1 Changed 8 years ago by
Owner: | changed from Antoine Martin to Norman Rasmussen |
---|
comment:2 Changed 8 years ago by
This is on Ubuntu Precise after upgrading from 0.10.9-1
to 0.10.10-1
.
I can reproduce with just "xpra
" or "xpra --version
".
The only change to that file during between the two versions is r4827, perhaps when ffmpeg2 is not installed it generates the message?
comment:3 Changed 8 years ago by
Owner: | changed from Norman Rasmussen to Antoine Martin |
---|
assigning back to you to confirm, feel free to re-assign to antoine as required.
comment:4 Changed 8 years ago by
Status: | new → assigned |
---|
You are right, this is caused by r4827 and it is specific to 0.10: in 0.11, we initialize the codecs later, after the logging system.
The easiest solution will be to remove dec_avcodec
from the build, you can just remove it form your installation to get rid of the warning.
comment:5 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r5142, will be included in 0.10.11
- feel free to re-open if I've missed anything.
comment:6 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/482
Please specify your distro, version, xpra package version, etc.
I am not seeing this on win32 or Fedora.
Please also attach your
/etc/xpra/xpra.conf
(and.xpra/xpra.conf
if you have one).