Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

profile caching causes issues with some devices #85

Closed
rene-dev opened this issue Jan 18, 2021 · 8 comments
Closed

profile caching causes issues with some devices #85

rene-dev opened this issue Jan 18, 2021 · 8 comments

Comments

@rene-dev
Copy link

sony wh-1000xm4 changes profile when multipoint is enabled in the app.
this stops a2dp from working while the old profile is cached.
https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/479

@Vudentz
Copy link
Contributor

Vudentz commented Jan 18, 2021

Looks like we are not removing the endpoints when they disappear which is probably why they still appear as valid, I will investigate how we can detect when endpoints disappear like this.

github-actions bot pushed a commit to BluezTestBot/bluez that referenced this issue Jan 21, 2021
Some devices (Sony WH-1000XM4) seems to dinamically change its endpoints
depending on the configuration which may leave behind endpoints loaded
from cache that are no longer valid.

gh-issue: bluez#85
github-actions bot pushed a commit to tedd-an/bluez that referenced this issue Jan 21, 2021
Some devices (Sony WH-1000XM4) seems to dinamically change its endpoints
depending on the configuration which may leave behind endpoints loaded
from cache that are no longer valid.

gh-issue: bluez#85
@Vudentz
Copy link
Contributor

Vudentz commented Jan 21, 2021

@rene-dev Can you test the above patch? I don't have a WH-1000XM4 to test this.

tedd-an pushed a commit to tedd-an/test-bluez that referenced this issue Jan 22, 2021
Some devices (Sony WH-1000XM4) seems to dinamically change its endpoints
depending on the configuration which may leave behind endpoints loaded
from cache that are no longer valid.

gh-issue: bluez/bluez#85
@sheepdestroyer
Copy link

I have the same headset and have been trying bluez master with this commit.
I veryfied working state when connecting with multipoint enabled on the headset.
I then disconnected, disabled multipoint and reconnected to the computer. This time I don't see A2DP or HSP profiles and sound is not working.

messages in logs :

janv. 29 19:59:27 sheepora-X230 bluetoothd[3201]: profiles/audio/avdtp.c:avdtp_parse_rej() SET_CONFIGURATION request rejected: Invalid Capabilities (26)
janv. 29 19:59:27 sheepora-X230 bluetoothd[3201]: src/profile.c:ext_io_disconnected() Unable to get io data for Hands-Free Voice gateway: getpeername: Transport endpoint is not connected (107)

@Portisch
Copy link

We just discovered on Amlogic 4.9.113 kernel and bluez 5.56 with Kodi v19 that this commit: https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=3c65f88d47346ff04a1201a6274dac3dd96247d9
does break the headphone bluetooth connection. It just connect the device and one second later it get disconnected.

Revert of this commit on 5.56 does solve the issue and the headphones stay connected again like with 5.55.

2021-03-10 11:10:33.414 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesAdded ## enter_function
2021-03-10 11:10:33.414 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesAdded::path ## dbus.ObjectPath('/org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep1')
2021-03-10 11:10:33.414 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesAdded::interfaces ## dbus.Dictionary({dbus.String('org.freedesktop.DBus.Introspectable'): dbus.Dictionary({}, signature=dbus.Signature('sv')), dbus.String('org.bluez.MediaEndpoint1'): dbus.Dictionary({dbus.String('UUID'): dbus.String('0000110b-0000-1000-8000-00805f9b34fb', variant_level=1), dbus.String('Codec'): dbus.Byte(0, variant_level=1), dbus.String('Capabilities'): dbus.Array([dbus.Byte(255), dbus.Byte(255), dbus.Byte(2), dbus.Byte(53)], signature=dbus.Signature('y'), variant_level=1), dbus.String('Device'): dbus.ObjectPath('/org/bluez/hci0/dev_F4_B6_88_0E_A8_53', variant_level=1), dbus.String('DelayReporting'): dbus.Boolean(False, variant_level=1)}, signature=dbus.Signature('sv')), dbus.String('org.freedesktop.DBus.Properties'): dbus.Dictionary({}, signature=dbus.Signature('sv'))}, signature=dbus.Signature('sa{sv}'))
2021-03-10 11:10:33.427 T:5248    FATAL <general>: ## CoreELEC Addon ## oe::notify ## enter_function
2021-03-10 11:10:33.427 T:5248    FATAL <general>: ## CoreELEC Addon ## oe::notify ## exit_function
2021-03-10 11:10:33.427 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesAdded ## Connected to PLT Focus (F4:B6:88:0E:A8:53)
2021-03-10 11:10:33.433 T:5141     INFO <general>: CActiveAESink::OpenSink - initialize sink
2021-03-10 11:10:33.437 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesAdded ## Changed audio device from ALSA:surround71:CARD=AMLAUGESOUND,DEV=0 to PULSE:Default
2021-03-10 11:10:33.437 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesAdded ## exit_function
2021-03-10 11:10:33.438 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesAdded ## enter_function
2021-03-10 11:10:33.438 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesAdded::path ## dbus.ObjectPath('/org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep2')
2021-03-10 11:10:33.438 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesAdded::interfaces ## dbus.Dictionary({dbus.String('org.freedesktop.DBus.Introspectable'): dbus.Dictionary({}, signature=dbus.Signature('sv')), dbus.String('org.bluez.MediaEndpoint1'): dbus.Dictionary({dbus.String('UUID'): dbus.String('0000110b-0000-1000-8000-00805f9b34fb', variant_level=1), dbus.String('Codec'): dbus.Byte(255, variant_level=1), dbus.String('Capabilities'): dbus.Array([dbus.Byte(79), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(1), dbus.Byte(0), dbus.Byte(50)], signature=dbus.Signature('y'), variant_level=1), dbus.String('Device'): dbus.ObjectPath('/org/bluez/hci0/dev_F4_B6_88_0E_A8_53', variant_level=1), dbus.String('DelayReporting'): dbus.Boolean(False, variant_level=1)}, signature=dbus.Signature('sv')), dbus.String('org.freedesktop.DBus.Properties'): dbus.Dictionary({}, signature=dbus.Signature('sv'))}, signature=dbus.Signature('sa{sv}'))
2021-03-10 11:10:33.444 T:5141     INFO <general>: PulseAudio: Opened device Default in pcm mode with Buffersize 300 ms Periodsize 100 ms
2021-03-10 11:10:33.449 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesAdded ## exit_function
2021-03-10 11:10:33.450 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesAdded ## enter_function
2021-03-10 11:10:33.450 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesAdded::path ## dbus.ObjectPath('/org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep3')
2021-03-10 11:10:33.450 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesAdded::interfaces ## dbus.Dictionary({dbus.String('org.freedesktop.DBus.Introspectable'): dbus.Dictionary({}, signature=dbus.Signature('sv')), dbus.String('org.bluez.MediaEndpoint1'): dbus.Dictionary({dbus.String('UUID'): dbus.String('0000110b-0000-1000-8000-00805f9b34fb', variant_level=1), dbus.String('Codec'): dbus.Byte(255, variant_level=1), dbus.String('Capabilities'): dbus.Array([dbus.Byte(10), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(2), dbus.Byte(0), dbus.Byte(50), dbus.Byte(2), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0)], signature=dbus.Signature('y'), variant_level=1), dbus.String('Device'): dbus.ObjectPath('/org/bluez/hci0/dev_F4_B6_88_0E_A8_53', variant_level=1), dbus.String('DelayReporting'): dbus.Boolean(False, variant_level=1)}, signature=dbus.Signature('sv')), dbus.String('org.freedesktop.DBus.Properties'): dbus.Dictionary({}, signature=dbus.Signature('sv'))}, signature=dbus.Signature('sa{sv}'))
2021-03-10 11:10:33.460 T:5141     INFO <general>: CActiveAESink::OpenSink - initialize sink
2021-03-10 11:10:33.463 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesAdded ## exit_function
2021-03-10 11:10:33.466 T:5141     INFO <general>: PulseAudio: Opened device Default in pcm mode with Buffersize 300 ms Periodsize 100 ms
2021-03-10 11:10:34.404 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesRemoved ## enter_function
2021-03-10 11:10:34.404 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesRemoved::path ## dbus.ObjectPath('/org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep1')
2021-03-10 11:10:34.404 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesRemoved::interfaces ## dbus.Array([dbus.String('org.freedesktop.DBus.Properties'), dbus.String('org.freedesktop.DBus.Introspectable'), dbus.String('org.bluez.MediaEndpoint1')], signature=dbus.Signature('s'))
2021-03-10 11:10:34.404 T:5248    FATAL <general>: ## CoreELEC Addon ## oe::notify ## enter_function
2021-03-10 11:10:34.404 T:5248    FATAL <general>: ## CoreELEC Addon ## oe::notify ## exit_function
2021-03-10 11:10:34.404 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesRemoved ## Device disconnect: PLT Focus
2021-03-10 11:10:34.412 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesRemoved ## Changed audio device from PULSE:Default to ALSA:surround71:CARD=AMLAUGESOUND,DEV=0
2021-03-10 11:10:34.414 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesRemoved ## exit_function
2021-03-10 11:10:34.414 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesRemoved ## enter_function
2021-03-10 11:10:34.414 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesRemoved::path ## dbus.ObjectPath('/org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep2')
2021-03-10 11:10:34.414 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesRemoved::interfaces ## dbus.Array([dbus.String('org.freedesktop.DBus.Properties'), dbus.String('org.freedesktop.DBus.Introspectable'), dbus.String('org.bluez.MediaEndpoint1')], signature=dbus.Signature('s'))
2021-03-10 11:10:34.414 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesRemoved ## exit_function
2021-03-10 11:10:34.414 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesRemoved ## enter_function
2021-03-10 11:10:34.415 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesRemoved::path ## dbus.ObjectPath('/org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep3')
2021-03-10 11:10:34.415 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesRemoved::interfaces ## dbus.Array([dbus.String('org.freedesktop.DBus.Properties'), dbus.String('org.freedesktop.DBus.Introspectable'), dbus.String('org.bluez.MediaEndpoint1')], signature=dbus.Signature('s'))
2021-03-10 11:10:34.415 T:5248    FATAL <general>: ## CoreELEC Addon ## bluetooth::monitor::InterfacesRemoved ## exit_function

Portisch referenced this issue in LibreELEC/LibreELEC.tv Mar 10, 2021
@Vudentz
Copy link
Contributor

Vudentz commented Mar 10, 2021

We just discovered on Amlogic 4.9.113 kernel and bluez 5.56 with Kodi v19 that this commit: https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=3c65f88d47346ff04a1201a6274dac3dd96247d9
does break the headphone bluetooth connection. It just connect the device and one second later it get disconnected.

Do you have the bluetoothd logs?

@Portisch
Copy link

Not yet, I need to check one part tomorrow. Maybe we block the interface-added callback function too long. This could be a reason as we have a one second delay there. I will come back with more info.

@Portisch
Copy link

Portisch commented Mar 11, 2021

Looks like the device just get removed by remove_disappeared after connect.

I added a debug print of err:

Mar 11 07:46:30 CoreELEC bluetoothd[4386]: profiles/audio/avdtp.c:finalize_discovery() err 0
Mar 11 07:46:30 CoreELEC bluetoothd[4386]: profiles/audio/avdtp.c:remove_disappeared() seid 1 disappeared
Mar 11 07:46:30 CoreELEC bluetoothd[4386]: profiles/audio/avdtp.c:remove_disappeared() seid 2 disappeared
Mar 11 07:46:30 CoreELEC bluetoothd[4386]: profiles/audio/avdtp.c:remove_disappeared() seid 3 disappeared

So err == 0 does mean a error?
When it is zero this get called:

	if (!err)
		g_slist_foreach(session->seps, remove_disappeared, session);

It does work on pairing. Then the device stay connected. But when already paired and it get connected it disconnect the device.

It works flawlessly when the logic of this if get changed to if (err):
3c65f88#diff-aae9bcc5d3fc538328dc09187941a3c6a476f78c875f14d5aba793d2e8b813feR1083

5.56 with revert 3c65f88

CoreELEC:~ # journalctl --unit=bluetooth -f
-- Journal begins at Thu 2021-03-11 06:33:51 UTC. --
Mar 11 06:34:04 CoreELEC bluetoothd[4421]: plugins/hostname.c:update_name() name: CoreELEC
Mar 11 06:34:04 CoreELEC bluetoothd[4421]: src/adapter.c:adapter_set_name() name: CoreELEC
Mar 11 06:34:04 CoreELEC bluetoothd[4421]: plugins/hostname.c:property_changed() chassis:
Mar 11 06:34:08 CoreELEC bluetoothd[4421]: src/agent.c:add_default_agent() Default agent set to :1.15 /CoreELEC/bt_agent
Mar 11 06:34:08 CoreELEC bluetoothd[4421]: src/adapter.c:set_mode() sending set mode command for index 0
Mar 11 06:34:08 CoreELEC bluetoothd[4421]: src/agent.c:agent_ref() 0x124c570: ref=1
Mar 11 06:34:08 CoreELEC bluetoothd[4421]: src/agent.c:register_agent() agent :1.15
Mar 11 06:34:08 CoreELEC bluetoothd[4421]: src/adapter.c:new_settings_callback() Settings: 0x00000ad1
Mar 11 06:34:08 CoreELEC bluetoothd[4421]: src/adapter.c:settings_changed() Changed settings: 0x00000010
Mar 11 06:34:08 CoreELEC bluetoothd[4421]: src/adapter.c:settings_changed() Pending settings: 0x00000000
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: src/adapter.c:connected_callback() hci0 device F4:B6:88:0E:A8:53 connected eir_len 16
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:confirm_cb() AVDTP: incoming connect from F4:B6:88:0E:A8:53
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/sink.c:sink_set_state() State changed /org/bluez/hci0/dev_F4_B6_88_0E_A8_53: SINK_STATE_DISCONNECTED -> SINK_STATE_CONNECTING
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_connect_cb() AVDTP: connected signaling channel to F4:B6:88:0E:A8:53
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_connect_cb() AVDTP imtu=672, omtu=895
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_register_remote_sep() seid 1 type 1 media 0 delay_reporting false
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:register_remote_sep() Found remote SEP: /org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep1
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_register_remote_sep() seid 2 type 1 media 0 delay_reporting false
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:register_remote_sep() Found remote SEP: /org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep2
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_register_remote_sep() seid 3 type 1 media 0 delay_reporting false
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:register_remote_sep() Found remote SEP: /org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep3
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_ref() 0x124a6e8: ref=1
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:set_disconnect_timer() timeout 1
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avctp.c:avctp_confirm_cb() AVCTP: incoming connect from F4:B6:88:0E:A8:53
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avctp.c:avctp_set_state() AVCTP Connecting
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avctp.c:avctp_connect_cb() AVCTP: connected to F4:B6:88:0E:A8:53
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avctp.c:init_uinput() AVRCP: uinput initialized for PLT Focus
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avrcp.c:controller_init() 0x1252398 version 0x0104
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: src/service.c:change_state() 0x12445d0: device F4:B6:88:0E:A8:53 profile audio-avrcp-target state changed: disconnected -> connected (0)
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avrcp.c:target_init() 0x124b168 version 0x0104
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: src/service.c:change_state() 0x1240c20: device F4:B6:88:0E:A8:53 profile avrcp-controller state changed: disconnected -> connected (0)
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avctp.c:avctp_set_state() AVCTP Connected
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avrcp.c:handle_vendordep_pdu() AVRCP PDU 0x10, company 0x001958 len 0x0001
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avrcp.c:avrcp_handle_get_capabilities() id=2
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avrcp.c:handle_vendordep_pdu() AVRCP PDU 0x10, company 0x001958 len 0x0001
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avrcp.c:avrcp_handle_get_capabilities() id=3
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avrcp.c:handle_vendordep_pdu() AVRCP PDU 0x31, company 0x001958 len 0x0005
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avrcp.c:handle_vendordep_pdu() AVRCP PDU 0x31, company 0x001958 len 0x0005
Mar 11 06:34:34 CoreELEC bluetoothd[4421]: profiles/audio/avrcp.c:handle_vendordep_pdu() AVRCP PDU 0x11, company 0x001958 len 0x0000
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_ref() 0x124a6e8: ref=2
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_ref() 0x124a6e8: ref=3
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:setup_ref() 0x12470f8: ref=1
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_unref() 0x124a6e8: ref=2
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:discover_cb() version 0x0102 err (nil)
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/sink.c:discovery_complete() Discovery complete
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:setup_ref() 0x12470f8: ref=2
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:setup_ref() 0x12470f8: ref=3
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/media.c:media_endpoint_async_call() Calling SelectConfiguration: name = :1.5 path = /MediaEndpoint/A2DPSource/sbc
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:setup_unref() 0x12470f8: ref=2
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:a2dp_config() a2dp_config: selected SEP 0x1245ca0
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:setup_ref() 0x12470f8: ref=3
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_set_configuration() 0x124a6e8: int_seid=2, acp_seid=1
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:setup_unref() 0x12470f8: ref=2
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:setup_unref() 0x12470f8: ref=1
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:session_cb()
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:setconf_cfm() Source 0x1245ca0: Set_Configuration_Cfm
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:setup_ref() 0x12470f8: ref=2
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/media.c:media_endpoint_async_call() Calling SetConfiguration: name = :1.5 path = /MediaEndpoint/A2DPSource/sbc
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:setup_unref() 0x12470f8: ref=1
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:session_cb()
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_parse_resp() OPEN request succeeded
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_connect_cb() AVDTP: connected transport channel to F4:B6:88:0E:A8:53
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:handle_transport_connect() Flushable packets enabled
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:handle_transport_connect() sk 26, omtu 895, send buffer size 106496
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:open_cfm() Source 0x1245ca0: Open_Cfm
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:setup_unref() 0x12470f8: ref=0
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:setup_free() 0x12470f8
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_unref() 0x124a6e8: ref=1
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: src/service.c:change_state() 0x1245af0: device F4:B6:88:0E:A8:53 profile a2dp-sink state changed: disconnected -> connected (0)
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: src/service.c:btd_service_ref() 0x1245af0: ref=3
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: plugins/policy.c:service_cb() Added a2dp-sink reconnect 1
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/sink.c:sink_set_state() State changed /org/bluez/hci0/dev_F4_B6_88_0E_A8_53: SINK_STATE_CONNECTING -> SINK_STATE_CONNECTED
Mar 11 06:34:36 CoreELEC bluetoothd[4421]: profiles/audio/transport.c:transport_update_playing() /org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep1/fd0 State=TRANSPORT_STATE_IDLE Playing=0
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: profiles/audio/transport.c:media_owner_create() Owner created: sender=:1.5
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_ref() 0x124a6e8: ref=2
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:a2dp_sep_lock() SEP 0x1245ca0 locked
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_ref() 0x124a6e8: ref=3
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:setup_ref() 0x1247cc8: ref=1
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: profiles/audio/transport.c:transport_set_state() State changed /org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep1/fd0: TRANSPORT_STATE_IDLE -> TRANSPORT_STATE_REQUESTING
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: profiles/audio/transport.c:media_request_create() Request created: method=Acquire id=4
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: profiles/audio/transport.c:media_owner_add() Owner :1.5 Request Acquire
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: profiles/audio/transport.c:media_transport_set_owner() Transport /org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep1/fd0 Owner :1.5
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:session_cb()
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_parse_resp() START request succeeded
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:start_cfm() Source 0x1245ca0: Start_Cfm
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: /org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep1/fd0: fd(26) ready
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: profiles/audio/transport.c:media_owner_remove() Owner :1.5 Request Acquire
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: profiles/audio/transport.c:transport_set_state() State changed /org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep1/fd0: TRANSPORT_STATE_REQUESTING -> TRANSPORT_STATE_ACTIVE
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:setup_unref() 0x1247cc8: ref=0
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:setup_free() 0x1247cc8
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_unref() 0x124a6e8: ref=2
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: profiles/audio/sink.c:sink_set_state() State changed /org/bluez/hci0/dev_F4_B6_88_0E_A8_53: SINK_STATE_CONNECTED -> SINK_STATE_PLAYING
Mar 11 06:34:39 CoreELEC bluetoothd[4421]: profiles/audio/transport.c:transport_update_playing() /org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep1/fd0 State=TRANSPORT_STATE_ACTIVE Playing=1
Mar 11 06:34:45 CoreELEC bluetoothd[4421]: profiles/audio/transport.c:transport_set_state() State changed /org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep1/fd0: TRANSPORT_STATE_ACTIVE -> TRANSPORT_STATE_SUSPENDING
Mar 11 06:34:45 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_ref() 0x124a6e8: ref=3
Mar 11 06:34:45 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:setup_ref() 0x124b250: ref=1
Mar 11 06:34:45 CoreELEC bluetoothd[4421]: profiles/audio/transport.c:media_request_create() Request created: method=Release id=5
Mar 11 06:34:45 CoreELEC bluetoothd[4421]: profiles/audio/transport.c:media_owner_add() Owner :1.5 Request Release
Mar 11 06:34:45 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:session_cb()
Mar 11 06:34:45 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_parse_resp() SUSPEND request succeeded
Mar 11 06:34:45 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> OPEN
Mar 11 06:34:45 CoreELEC bluetoothd[4421]: profiles/audio/sink.c:sink_set_state() State changed /org/bluez/hci0/dev_F4_B6_88_0E_A8_53: SINK_STATE_PLAYING -> SINK_STATE_CONNECTED
Mar 11 06:34:45 CoreELEC bluetoothd[4421]: profiles/audio/transport.c:transport_update_playing() /org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep1/fd0 State=TRANSPORT_STATE_SUSPENDING Playing=0
Mar 11 06:34:45 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:suspend_cfm() Source 0x1245ca0: Suspend_Cfm
Mar 11 06:34:45 CoreELEC bluetoothd[4421]: profiles/audio/transport.c:media_request_reply() Request Release Reply Success
Mar 11 06:34:45 CoreELEC bluetoothd[4421]: profiles/audio/transport.c:media_owner_remove() Owner :1.5 Request Release
Mar 11 06:34:45 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:a2dp_sep_unlock() SEP 0x1245ca0 unlocked
Mar 11 06:34:45 CoreELEC bluetoothd[4421]: profiles/audio/transport.c:transport_set_state() State changed /org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep1/fd0: TRANSPORT_STATE_SUSPENDING -> TRANSPORT_STATE_IDLE
Mar 11 06:34:45 CoreELEC bluetoothd[4421]: profiles/audio/transport.c:media_transport_remove_owner() Transport /org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep1/fd0 Owner :1.5
Mar 11 06:34:45 CoreELEC bluetoothd[4421]: profiles/audio/transport.c:media_owner_free() Owner :1.5
Mar 11 06:34:45 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:setup_unref() 0x124b250: ref=0
Mar 11 06:34:45 CoreELEC bluetoothd[4421]: profiles/audio/a2dp.c:setup_free() 0x124b250
Mar 11 06:34:45 CoreELEC bluetoothd[4421]: profiles/audio/avdtp.c:avdtp_unref() 0x124a6e8: ref=2

5.56 without revert 3c65f88

CoreELEC:~ # journalctl --unit=bluetooth -f
-- Journal begins at Thu 2021-03-11 06:39:10 UTC. --
Mar 11 06:39:23 CoreELEC bluetoothd[4446]: src/adapter.c:local_name_changed_callback() Current alias: CoreELEC
Mar 11 06:39:23 CoreELEC bluetoothd[4446]: src/adapter.c:dev_class_changed_callback() Class: 0x040000
Mar 11 06:39:23 CoreELEC bluetoothd[4446]: src/adapter.c:dev_class_changed_callback() Class: 0x0c0000
Mar 11 06:39:25 CoreELEC bluetoothd[4446]: src/agent.c:add_default_agent() Default agent set to :1.15 /CoreELEC/bt_agent
Mar 11 06:39:25 CoreELEC bluetoothd[4446]: src/adapter.c:set_mode() sending set mode command for index 0
Mar 11 06:39:25 CoreELEC bluetoothd[4446]: src/agent.c:agent_ref() 0x1f06dd8: ref=1
Mar 11 06:39:25 CoreELEC bluetoothd[4446]: src/agent.c:register_agent() agent :1.15
Mar 11 06:39:25 CoreELEC bluetoothd[4446]: src/adapter.c:new_settings_callback() Settings: 0x00000ad1
Mar 11 06:39:25 CoreELEC bluetoothd[4446]: src/adapter.c:settings_changed() Changed settings: 0x00000010
Mar 11 06:39:25 CoreELEC bluetoothd[4446]: src/adapter.c:settings_changed() Pending settings: 0x00000000
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: src/adapter.c:connected_callback() hci0 device F4:B6:88:0E:A8:53 connected eir_len 16
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/a2dp.c:confirm_cb() AVDTP: incoming connect from F4:B6:88:0E:A8:53
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/sink.c:sink_set_state() State changed /org/bluez/hci0/dev_F4_B6_88_0E_A8_53: SINK_STATE_DISCONNECTED -> SINK_STATE_CONNECTING
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:avdtp_connect_cb() AVDTP: connected signaling channel to F4:B6:88:0E:A8:53
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:avdtp_connect_cb() AVDTP imtu=672, omtu=895
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:avdtp_register_remote_sep() seid 1 type 1 media 0 delay_reporting false
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/a2dp.c:register_remote_sep() Found remote SEP: /org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep1
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:avdtp_register_remote_sep() seid 2 type 1 media 0 delay_reporting false
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/a2dp.c:register_remote_sep() Found remote SEP: /org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep2
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:avdtp_register_remote_sep() seid 3 type 1 media 0 delay_reporting false
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/a2dp.c:register_remote_sep() Found remote SEP: /org/bluez/hci0/dev_F4_B6_88_0E_A8_53/sep3
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:avdtp_ref() 0x1f05710: ref=1
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:set_disconnect_timer() timeout 1
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avctp.c:avctp_confirm_cb() AVCTP: incoming connect from F4:B6:88:0E:A8:53
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avctp.c:avctp_set_state() AVCTP Connecting
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avctp.c:avctp_connect_cb() AVCTP: connected to F4:B6:88:0E:A8:53
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avctp.c:init_uinput() AVRCP: uinput initialized for PLT Focus
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avrcp.c:controller_init() 0x1f04960 version 0x0104
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: src/service.c:change_state() 0x1f06ef8: device F4:B6:88:0E:A8:53 profile audio-avrcp-target state changed: disconnected -> connected (0)
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avrcp.c:target_init() 0x1ef8a78 version 0x0104
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: src/service.c:change_state() 0x1efd6a0: device F4:B6:88:0E:A8:53 profile avrcp-controller state changed: disconnected -> connected (0)
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avctp.c:avctp_set_state() AVCTP Connected
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avrcp.c:handle_vendordep_pdu() AVRCP PDU 0x10, company 0x001958 len 0x0001
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avrcp.c:avrcp_handle_get_capabilities() id=2
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avrcp.c:handle_vendordep_pdu() AVRCP PDU 0x10, company 0x001958 len 0x0001
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avrcp.c:avrcp_handle_get_capabilities() id=3
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avrcp.c:handle_vendordep_pdu() AVRCP PDU 0x31, company 0x001958 len 0x0005
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avrcp.c:handle_vendordep_pdu() AVRCP PDU 0x31, company 0x001958 len 0x0005
Mar 11 06:39:50 CoreELEC bluetoothd[4446]: profiles/audio/avrcp.c:handle_vendordep_pdu() AVRCP PDU 0x11, company 0x001958 len 0x0000
Mar 11 06:39:51 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:avdtp_ref() 0x1f05710: ref=2
Mar 11 06:39:51 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:avdtp_ref() 0x1f05710: ref=3
Mar 11 06:39:51 CoreELEC bluetoothd[4446]: profiles/audio/a2dp.c:setup_ref() 0x1edca60: ref=1
Mar 11 06:39:51 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:avdtp_unref() 0x1f05710: ref=2
Mar 11 06:39:51 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:remove_disappeared() seid 1 disappeared
Mar 11 06:39:51 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:remove_disappeared() seid 2 disappeared
Mar 11 06:39:51 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:remove_disappeared() seid 3 disappeared
Mar 11 06:39:51 CoreELEC bluetoothd[4446]: profiles/audio/a2dp.c:discover_cb() version 0x0102 err (nil)
Mar 11 06:39:51 CoreELEC bluetoothd[4446]: profiles/audio/sink.c:discovery_complete() Discovery complete
Mar 11 06:39:51 CoreELEC bluetoothd[4446]: profiles/audio/a2dp.c:a2dp_select_capabilities() Unable to select SEP
Mar 11 06:39:51 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:avdtp_unref() 0x1f05710: ref=1
Mar 11 06:39:51 CoreELEC bluetoothd[4446]: profiles/audio/a2dp.c:setup_unref() 0x1edca60: ref=0
Mar 11 06:39:51 CoreELEC bluetoothd[4446]: profiles/audio/a2dp.c:setup_free() 0x1edca60
Mar 11 06:39:51 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:avdtp_unref() 0x1f05710: ref=0
Mar 11 06:39:51 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:avdtp_ref() 0x1f05710: ref=1
Mar 11 06:39:51 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:set_disconnect_timer() timeout 1
Mar 11 06:39:52 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:avdtp_ref() 0x1f05710: ref=2
Mar 11 06:39:52 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:connection_lost() Disconnected from F4:B6:88:0E:A8:53
Mar 11 06:39:52 CoreELEC bluetoothd[4446]: profiles/audio/sink.c:sink_set_state() State changed /org/bluez/hci0/dev_F4_B6_88_0E_A8_53: SINK_STATE_CONNECTING -> SINK_STATE_DISCONNECTED
Mar 11 06:39:52 CoreELEC bluetoothd[4446]: profiles/audio/a2dp.c:channel_remove() chan 0x1efcfa8
Mar 11 06:39:52 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:avdtp_unref() 0x1f05710: ref=1
Mar 11 06:39:52 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:avdtp_unref() 0x1f05710: ref=0
Mar 11 06:39:52 CoreELEC bluetoothd[4446]: profiles/audio/avdtp.c:avdtp_free() 0x1f05710
Mar 11 06:39:55 CoreELEC bluetoothd[4446]: profiles/audio/avctp.c:session_cb() AVCTP session 0x1f09770 got disconnected
Mar 11 06:39:55 CoreELEC bluetoothd[4446]: src/service.c:change_state() 0x1f06ef8: device F4:B6:88:0E:A8:53 profile audio-avrcp-target state changed: connected -> disconnected (0)
Mar 11 06:39:55 CoreELEC bluetoothd[4446]: src/service.c:change_state() 0x1efd6a0: device F4:B6:88:0E:A8:53 profile avrcp-controller state changed: connected -> disconnected (0)
Mar 11 06:39:55 CoreELEC bluetoothd[4446]: profiles/audio/avrcp.c:controller_destroy() 0x1f04960
Mar 11 06:39:55 CoreELEC bluetoothd[4446]: profiles/audio/avrcp.c:target_destroy() 0x1ef8a78
Mar 11 06:39:55 CoreELEC bluetoothd[4446]: profiles/audio/avctp.c:avctp_set_state() AVCTP Disconnected
Mar 11 06:39:55 CoreELEC bluetoothd[4446]: profiles/audio/avctp.c:avctp_disconnected() AVCTP: closing uinput for F4:B6:88:0E:A8:53
Mar 11 06:39:55 CoreELEC bluetoothd[4446]: src/adapter.c:dev_disconnected() Device F4:B6:88:0E:A8:53 disconnected, reason 3
Mar 11 06:39:55 CoreELEC bluetoothd[4446]: src/adapter.c:adapter_remove_connection()
Mar 11 06:39:55 CoreELEC bluetoothd[4446]: plugins/policy.c:disconnect_cb() reason 3
Mar 11 06:39:55 CoreELEC bluetoothd[4446]: src/adapter.c:bonding_attempt_complete() hci0 bdaddr F4:B6:88:0E:A8:53 type 0 status 0xe
Mar 11 06:39:55 CoreELEC bluetoothd[4446]: src/device.c:device_bonding_complete() bonding (nil) status 0x0e
Mar 11 06:39:55 CoreELEC bluetoothd[4446]: src/device.c:device_bonding_failed() status 14
Mar 11 06:39:55 CoreELEC bluetoothd[4446]: src/adapter.c:resume_discovery()

@lpilz
Copy link

lpilz commented Aug 3, 2021

On Arch, bluez-git was just updated to 5.60 and now HSP is unavailable on my headphones even though HFP is available. I am seeing the same error:

Aug 03 12:57:05 <pc> bluetoothd[1433]: /org/bluez/hci0/dev_70_BF_92_38_2A_99/sep1/fd0: fd(28) ready
Aug 03 14:06:01 <pc> bluetoothd[1433]: src/profile.c:ext_io_disconnected() Unable to get io data for Hands-Free Voice gateway: getpeername: Transport endpoint is not connected (107)

What is the status on a fix for this issue and do you know when this will be released? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants