Improve error reporting when connecting to device#2556
Improve error reporting when connecting to device#2556stokito wants to merge 6 commits intoblueman-project:mainfrom
Conversation
…llow concatenation
…dio missing" to help a user
…ogs." to error message to point user where to see Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
|
|
Haven't looked too closely at the changes but, don't commit .po changes pls. We send an updated blueman.pot to Weblate for the translators. Then Weblate will take care of sending PR to update the .po files :-). |
|
See, I changed the translation keys and added a dot |
|
It's all automated so just ignore everything related to translations. You only need to mark them as translatable with |
|
Changing of keys is same as creation of a new key
18 дек. 2024 г. 18:18:37 Sander Sweers ***@***.***>:
…
It's all automated so just ignore everything related to translations.
—
Reply to this email directly, view it on GitHub[#2556 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AADFODSWZAUV7OT2KZ2J7232GGN53AVCNFSM6AAAAABTUMF4Z6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJRG42DOMZTGQ].
You are receiving this because you authored the thread.
[Отслеживающее изображение][https://github.com/notifications/beacon/AADFODTDBPX3B6FW7DAM5532GGN53A5CNFSM6AAAAABTUMF4Z6WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUYDCJQM.gif]
|



I was confused when saw an
br-connection-unknownerror and didn't know where to start from.At first I tried to enable debugging
blueman-manager --loglevel=debugbut this didn't helped a lot. For some reason the BlueZ doesn't return any details in the DBus call. Can you work with the devs and add more details to a message?To make it easier for a user I added the message "Check bluetoothd logs." so that I will faster figure out to make the
journalctl -u bluetooth -f -n 400and see the real error there.I made the logging message same as the message to a user, but not translated.